Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/
H A Dgeneric.c32 static unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref) in imx_decode_pll() function
57 return imx_decode_pll(readl(&ccm->mpctl), fref); in imx_get_mpllclk()
65 return imx_decode_pll(readl(&ccm->upctl), fref); in imx_get_upllclk()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dgeneric.c26 static unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref) in imx_decode_pll() function
67 return imx_decode_pll(readl(&pll->mpctl0), fref); in imx_get_mpllclk()
108 return imx_decode_pll(readl(&pll->spctl0), fref); in imx_get_spllclk()