Home
last modified time | relevance | path

Searched defs:mfd (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/imx/
H A Dspeed.c30 u32 mfd = (spctl0 >> 16) & 0x3f; in get_systemPLLCLK() local
44 u32 mfd = (mpctl0 >> 16) & 0x3f; in get_mcuPLLCLK() local
/rk3399_rockchip-uboot/arch/arm/mach-imx/mx5/
H A Dclock.c54 u32 mfd; member
65 u32 mfd; member
163 uint32_t ctrl, op, mfd, mfn, mfi, pdf, ret; in decode_pll() local
554 u64 pd, mfi = 1, mfn, mfd, t1; in calc_pll_params() local
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf532x/
H A Dspeed.c146 int fref, temp, fout, mfd; in clock_pll() local
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/
H A Dgeneric.c19 u32 mfd = GET_PLL_MFD(reg); in mx31_decode_pll() local
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/
H A Dgeneric.c39 unsigned int mfd = (pll >> CCM_PLL_MFD_SHIFT) in imx_decode_pll() local
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx27/
H A Dgeneric.c31 unsigned int mfd = (pll >> 16) & 0x3ff; in imx_decode_pll() local
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c119 u32 mfd = (reg >> 16) & 0x3ff; in decode_pll() local
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx35/
H A Dimx-regs.h144 #define _PLL_SETTING(brm, pd, mfd, mfi, mfn) \ argument
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx5/
H A Dcrm_regs.h17 u32 mfd; member