Searched refs:pllval (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/
H A Dregs-s3c2443-clock.h152 s3c2443_get_mpll(unsigned int pllval, unsigned int baseclk) s3c2443_get_mpll() argument
157 mdiv = pllval >> S3C2443_PLLCON_MDIVSHIFT; s3c2443_get_mpll()
158 pdiv = pllval >> S3C2443_PLLCON_PDIVSHIFT; s3c2443_get_mpll()
159 sdiv = pllval >> S3C2443_PLLCON_SDIVSHIFT; s3c2443_get_mpll()
172 s3c2443_get_epll(unsigned int pllval, unsigned int baseclk) s3c2443_get_epll() argument
177 mdiv = pllval >> S3C2443_PLLCON_MDIVSHIFT; s3c2443_get_epll()
178 pdiv = pllval >> S3C2443_PLLCON_PDIVSHIFT; s3c2443_get_epll()
179 sdiv = pllval >> S3C2443_PLLCON_SDIVSHIFT; s3c2443_get_epll()
/linux-4.4.14/drivers/video/fbdev/geode/
H A Dlxfb_ops.c31 * pllval is the corresponding PLL value
35 unsigned int pllval; member in struct:__anon11122
128 static void lx_set_dotpll(u32 pllval) lx_set_dotpll() argument
135 if ((dotpll_lo & MSR_GLCP_DOTPLL_LOCK) && (dotpll_hi == pllval)) lx_set_dotpll()
138 dotpll_hi = pllval; lx_set_dotpll()
181 lx_set_dotpll(pll_table[best].pllval & 0x00017FFF); lx_set_clock()

Completed in 229 milliseconds