Searched refs:baseclk (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/ |
D | regs-s3c2443-clock.h | 152 s3c2443_get_mpll(unsigned int pllval, unsigned int baseclk) in s3c2443_get_mpll() argument 165 fvco = (uint64_t)baseclk * (2 * (mdiv + 8)); in s3c2443_get_mpll() 172 s3c2443_get_epll(unsigned int pllval, unsigned int baseclk) in s3c2443_get_epll() argument 185 fvco = (uint64_t)baseclk * (mdiv + 8); in s3c2443_get_epll()
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | sdhci-atmel.txt | 10 - clock-names: Must be "hclock", "multclk", "baseclk"; 20 clock-names = "hclock", "multclk", "baseclk";
|
/linux-4.4.14/drivers/spi/ |
D | spi-txx9.c | 81 int baseclk; member 191 int n = DIV_ROUND_UP(c->baseclk, speed_hz) - 1; in txx9spi_work_one() 355 c->baseclk = clk_get_rate(c->clk); in txx9spi_probe() 356 master->min_speed_hz = DIV_ROUND_UP(c->baseclk, SPI_MAX_DIVIDER + 1); in txx9spi_probe() 357 master->max_speed_hz = c->baseclk / (SPI_MIN_DIVIDER + 1); in txx9spi_probe() 385 (c->baseclk + 500000) / 1000000); in txx9spi_probe()
|
/linux-4.4.14/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-4.4.14/arch/arm/boot/dts/ |
D | sama5d2.dtsi | 271 clock-names = "hclock", "multclk", "baseclk"; 280 clock-names = "hclock", "multclk", "baseclk";
|