Home
last modified time | relevance | path

Searched refs:baseclk (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dregs-s3c2443-clock.h151 s3c2443_get_mpll(unsigned int pllval, unsigned int baseclk) in s3c2443_get_mpll() argument
164 fvco = (uint64_t)baseclk * (2 * (mdiv + 8)); in s3c2443_get_mpll()
171 s3c2443_get_epll(unsigned int pllval, unsigned int baseclk) in s3c2443_get_epll() argument
184 fvco = (uint64_t)baseclk * (mdiv + 8); in s3c2443_get_epll()
/kernel/linux/linux-5.10/include/trace/events/
H A Dtimer.h92 TP_PROTO(struct timer_list *timer, unsigned long baseclk),
94 TP_ARGS(timer, baseclk),
100 __field( unsigned long, baseclk )
107 __entry->baseclk = baseclk;
110 TP_printk("timer=%p function=%ps now=%lu baseclk=%lu",
112 __entry->baseclk)
/kernel/linux/linux-6.6/include/trace/events/
H A Dtimer.h88 * @baseclk: value of timer_base::clk when timer expires
94 TP_PROTO(struct timer_list *timer, unsigned long baseclk),
96 TP_ARGS(timer, baseclk),
102 __field( unsigned long, baseclk )
109 __entry->baseclk = baseclk;
112 TP_printk("timer=%p function=%ps now=%lu baseclk=%lu",
114 __entry->baseclk)
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-txx9.c81 int baseclk; member
187 int n = DIV_ROUND_UP(c->baseclk, speed_hz) - 1; in txx9spi_work_one()
380 c->clk = devm_clk_get(&dev->dev, "spi-baseclk"); in txx9spi_probe()
391 c->baseclk = clk_get_rate(c->clk); in txx9spi_probe()
392 master->min_speed_hz = DIV_ROUND_UP(c->baseclk, SPI_MAX_DIVIDER + 1); in txx9spi_probe()
393 master->max_speed_hz = c->baseclk / (SPI_MIN_DIVIDER + 1); in txx9spi_probe()
417 (c->baseclk + 500000) / 1000000); in txx9spi_probe()
/kernel/linux/linux-5.10/kernel/time/
H A Dtimer.c1390 unsigned long baseclk) in call_timer_fn()
1413 trace_timer_expire_entry(timer, baseclk); in call_timer_fn()
1439 unsigned long baseclk = base->clk - 1; in expire_timers() local
1454 call_timer_fn(timer, fn, baseclk); in expire_timers()
1459 call_timer_fn(timer, fn, baseclk); in expire_timers()
1388 call_timer_fn(struct timer_list *timer, void (*fn)(struct timer_list *), unsigned long baseclk) call_timer_fn() argument
/kernel/linux/linux-6.6/kernel/time/
H A Dtimer.c1676 unsigned long baseclk) in call_timer_fn()
1699 trace_timer_expire_entry(timer, baseclk); in call_timer_fn()
1725 unsigned long baseclk = base->clk - 1; in expire_timers() local
1746 call_timer_fn(timer, fn, baseclk); in expire_timers()
1751 call_timer_fn(timer, fn, baseclk); in expire_timers()
1674 call_timer_fn(struct timer_list *timer, void (*fn)(struct timer_list *), unsigned long baseclk) call_timer_fn() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dtc35876x-dsi-lvds.c439 /* f = baseclk / (clkdiv + 1) => clkdiv = (baseclk - f) / f */
440 static inline u16 calc_clkdiv(unsigned long baseclk, unsigned int f) in calc_clkdiv() argument
442 return (baseclk - f) / f; in calc_clkdiv()

Completed in 10 milliseconds