Home
last modified time | relevance | path

Searched defs:decode_pll (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/s32v234/
H A Dgeneric.c83 static uintptr_t decode_pll(enum pll_type pll, u32 refclk_freq, in decode_pll() function
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c115 static u32 decode_pll(u32 reg, u32 infreq) in decode_pll() function
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx7/
H A Dclock.c105 static u32 decode_pll(enum pll_clocks pll, u32 infreq) in decode_pll() function
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dscg.c472 u32 decode_pll(enum pll_clocks pll) in decode_pll() function
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/
H A Dclock.c212 static u32 decode_pll(enum pll_clocks pll, u32 infreq) in decode_pll() function
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx5/
H A Dclock.c161 static uint32_t decode_pll(struct mxc_pll_reg *pll, uint32_t infreq) in decode_pll() function