Searched refs:baseclk (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/arch/mips/boot/dts/ni/ |
D | 169445.dts | 14 clocks = <&baseclk>; 24 baseclk: baseclock { label 79 clocks = <&baseclk>; 90 clocks = <&baseclk>, <&baseclk>;
|
/Linux-v5.4/arch/arm/mach-s3c24xx/include/mach/ |
D | regs-s3c2443-clock.h | 148 s3c2443_get_mpll(unsigned int pllval, unsigned int baseclk) in s3c2443_get_mpll() argument 161 fvco = (uint64_t)baseclk * (2 * (mdiv + 8)); in s3c2443_get_mpll() 168 s3c2443_get_epll(unsigned int pllval, unsigned int baseclk) in s3c2443_get_epll() argument 181 fvco = (uint64_t)baseclk * (mdiv + 8); in s3c2443_get_epll()
|
/Linux-v5.4/include/trace/events/ |
D | timer.h | 92 TP_PROTO(struct timer_list *timer, unsigned long baseclk), 94 TP_ARGS(timer, baseclk), 100 __field( unsigned long, baseclk ) 107 __entry->baseclk = baseclk; 112 __entry->baseclk)
|
/Linux-v5.4/Documentation/devicetree/bindings/mmc/ |
D | sdhci-atmel.txt | 10 - clock-names: Must be "hclock", "multclk", "baseclk"; 20 clock-names = "hclock", "multclk", "baseclk";
|
/Linux-v5.4/drivers/spi/ |
D | spi-txx9.c | 80 int baseclk; member 190 int n = DIV_ROUND_UP(c->baseclk, speed_hz) - 1; in txx9spi_work_one() 354 c->baseclk = clk_get_rate(c->clk); in txx9spi_probe() 355 master->min_speed_hz = DIV_ROUND_UP(c->baseclk, SPI_MAX_DIVIDER + 1); in txx9spi_probe() 356 master->max_speed_hz = c->baseclk / (SPI_MIN_DIVIDER + 1); in txx9spi_probe() 380 (c->baseclk + 500000) / 1000000); in txx9spi_probe()
|
/Linux-v5.4/kernel/time/ |
D | timer.c | 1380 unsigned long baseclk) in call_timer_fn() argument 1403 trace_timer_expire_entry(timer, baseclk); in call_timer_fn() 1429 unsigned long baseclk = base->clk - 1; in expire_timers() local 1444 call_timer_fn(timer, fn, baseclk); in expire_timers() 1449 call_timer_fn(timer, fn, baseclk); in expire_timers()
|
/Linux-v5.4/drivers/gpu/drm/gma500/ |
D | tc35876x-dsi-lvds.c | 439 static inline u16 calc_clkdiv(unsigned long baseclk, unsigned int f) in calc_clkdiv() argument 441 return (baseclk - f) / f; in calc_clkdiv()
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | sama5d2.dtsi | 302 clock-names = "hclock", "multclk", "baseclk"; 311 clock-names = "hclock", "multclk", "baseclk";
|