Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dregs-s3c2443-clock.h151 s3c2443_get_mpll(unsigned int pllval, unsigned int baseclk) in s3c2443_get_mpll() argument
156 mdiv = pllval >> S3C2443_PLLCON_MDIVSHIFT; in s3c2443_get_mpll()
157 pdiv = pllval >> S3C2443_PLLCON_PDIVSHIFT; in s3c2443_get_mpll()
158 sdiv = pllval >> S3C2443_PLLCON_SDIVSHIFT; in s3c2443_get_mpll()
171 s3c2443_get_epll(unsigned int pllval, unsigned int baseclk) in s3c2443_get_epll() argument
176 mdiv = pllval >> S3C2443_PLLCON_MDIVSHIFT; in s3c2443_get_epll()
177 pdiv = pllval >> S3C2443_PLLCON_PDIVSHIFT; in s3c2443_get_epll()
178 sdiv = pllval >> S3C2443_PLLCON_SDIVSHIFT; in s3c2443_get_epll()
/kernel/linux/linux-5.10/drivers/video/fbdev/geode/
H A Dlxfb_ops.c27 * pllval is the corresponding PLL value
31 unsigned int pllval; member
124 static void lx_set_dotpll(u32 pllval) in lx_set_dotpll() argument
131 if ((dotpll_lo & MSR_GLCP_DOTPLL_LOCK) && (dotpll_hi == pllval)) in lx_set_dotpll()
134 dotpll_hi = pllval; in lx_set_dotpll()
177 lx_set_dotpll(pll_table[best].pllval & 0x00017FFF); in lx_set_clock()
/kernel/linux/linux-6.6/drivers/video/fbdev/geode/
H A Dlxfb_ops.c27 * pllval is the corresponding PLL value
31 unsigned int pllval; member
124 static void lx_set_dotpll(u32 pllval) in lx_set_dotpll() argument
131 if ((dotpll_lo & MSR_GLCP_DOTPLL_LOCK) && (dotpll_hi == pllval)) in lx_set_dotpll()
134 dotpll_hi = pllval; in lx_set_dotpll()
177 lx_set_dotpll(pll_table[best].pllval & 0x00017FFF); in lx_set_clock()

Completed in 3 milliseconds