Home
last modified time | relevance | path

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

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