Home
last modified time | relevance | path

Searched defs:baseclk (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dpll.h28 unsigned int baseclk) in s3c24xx_get_pll()
51 unsigned int baseclk) in s3c2416_get_pll()
73 static inline unsigned long s3c6400_get_pll(unsigned long baseclk, in s3c6400_get_pll()
97 static inline unsigned long s3c_get_pll6553x(unsigned long baseclk, in s3c_get_pll6553x()
132 static inline unsigned long s5p_get_pll35xx(unsigned long baseclk, u32 pll_con) in s5p_get_pll35xx()
155 static inline unsigned long s5p_get_pll36xx(unsigned long baseclk, in s5p_get_pll36xx()
189 static inline unsigned long s5p_get_pll45xx(unsigned long baseclk, u32 pll_con, in s5p_get_pll45xx()
232 static inline unsigned long s5p_get_pll46xx(unsigned long baseclk, in s5p_get_pll46xx()
275 static inline unsigned long s5p_get_pll90xx(unsigned long baseclk, in s5p_get_pll90xx()
310 static inline unsigned long s5p_get_pll65xx(unsigned long baseclk, u32 pll_con) in s5p_get_pll65xx()
/linux-3.4.99/arch/arm/mach-s3c24xx/include/mach/
Dregs-s3c2443-clock.h154 s3c2443_get_mpll(unsigned int pllval, unsigned int baseclk) in s3c2443_get_mpll()
174 s3c2443_get_epll(unsigned int pllval, unsigned int baseclk) in s3c2443_get_epll()
/linux-3.4.99/arch/cris/include/asm/
Detraxgpio.h227 unsigned int baseclk; /* The base clock to use, or sw will select one close*/ member
/linux-3.4.99/drivers/spi/
Dspi-txx9.c81 int baseclk; member
/linux-3.4.99/drivers/gpu/drm/gma500/
Dtc35876x-dsi-lvds.c436 static inline u16 calc_clkdiv(unsigned long baseclk, unsigned int f) in calc_clkdiv()