Searched refs:baseclk (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/mips/boot/dts/ni/ |
D | 169445.dts | 14 clocks = <&baseclk>; 24 baseclk: baseclock { label 79 clocks = <&baseclk>; 90 clocks = <&baseclk>, <&baseclk>;
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/mmc/ |
D | sdhci-atmel.txt | 10 - clock-names: Must be "hclock", "multclk", "baseclk"; 20 clock-names = "hclock", "multclk", "baseclk";
|
/Linux-v4.19/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-v4.19/drivers/gpu/drm/gma500/ |
D | tc35876x-dsi-lvds.c | 436 static inline u16 calc_clkdiv(unsigned long baseclk, unsigned int f) in calc_clkdiv() argument 438 return (baseclk - f) / f; in calc_clkdiv()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | sama5d2.dtsi | 369 clock-names = "hclock", "multclk", "baseclk"; 378 clock-names = "hclock", "multclk", "baseclk";
|