Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-s3c24xx/include/mach/
Dregs-s3c2443-clock.h152 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.1.27/drivers/spi/
Dspi-txx9.c81 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.1.27/arch/cris/include/uapi/asm/
Detraxgpio.h227 unsigned int baseclk; /* The base clock to use, or sw will select one close*/ member
/linux-4.1.27/drivers/gpu/drm/gma500/
Dtc35876x-dsi-lvds.c436 static inline u16 calc_clkdiv(unsigned long baseclk, unsigned int f) in calc_clkdiv() argument
438 return (baseclk - f) / f; in calc_clkdiv()