Home
last modified time | relevance | path

Searched refs:baseclk (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/arch/mips/boot/dts/ni/
D169445.dts14 clocks = <&baseclk>;
24 baseclk: baseclock { label
79 clocks = <&baseclk>;
90 clocks = <&baseclk>, <&baseclk>;
/Linux-v5.10/arch/arm/mach-s3c/
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()
/Linux-v5.10/include/trace/events/
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;
112 __entry->baseclk)
/Linux-v5.10/drivers/spi/
Dspi-txx9.c81 int baseclk; member
187 int n = DIV_ROUND_UP(c->baseclk, speed_hz) - 1; in txx9spi_work_one()
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()
/Linux-v5.10/Documentation/devicetree/bindings/mmc/
Dsdhci-atmel.txt10 - clock-names: Must be "hclock", "multclk", "baseclk" for
30 clock-names = "hclock", "multclk", "baseclk";
/Linux-v5.10/kernel/time/
Dtimer.c1386 unsigned long baseclk) in call_timer_fn() argument
1409 trace_timer_expire_entry(timer, baseclk); in call_timer_fn()
1435 unsigned long baseclk = base->clk - 1; in expire_timers() local
1450 call_timer_fn(timer, fn, baseclk); in expire_timers()
1455 call_timer_fn(timer, fn, baseclk); in expire_timers()
/Linux-v5.10/drivers/gpu/drm/gma500/
Dtc35876x-dsi-lvds.c440 static inline u16 calc_clkdiv(unsigned long baseclk, unsigned int f) in calc_clkdiv() argument
442 return (baseclk - f) / f; in calc_clkdiv()
/Linux-v5.10/arch/arm/boot/dts/
Dsama5d2.dtsi185 clock-names = "hclock", "multclk", "baseclk";
196 clock-names = "hclock", "multclk", "baseclk";