Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx25/
H A Dgeneric.c33 static unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref) in imx_decode_pll() function
58 return imx_decode_pll(readl(&ccm->mpctl), fref); in imx_get_mpllclk()
66 return imx_decode_pll(readl(&ccm->upctl), fref); in imx_get_upllclk()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dgeneric.c27 static unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref) in imx_decode_pll() function
68 return imx_decode_pll(readl(&pll->mpctl0), fref); in imx_get_mpllclk()
109 return imx_decode_pll(readl(&pll->spctl0), fref); in imx_get_spllclk()