Home
last modified time | relevance | path

Searched defs:mfi (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/arch/arm/cpu/arm920t/imx/
Dspeed.c27 u32 mfi = (spctl0 >> 10) & 0xf; in get_systemPLLCLK() local
41 u32 mfi = (mpctl0 >> 10) & 0xf; in get_mcuPLLCLK() local
/external/u-boot/arch/arm/mach-imx/mx5/
Dclock.c62 u32 mfi; member
162 uint32_t ctrl, op, mfd, mfn, mfi, pdf, ret; in decode_pll() local
553 u64 pd, mfi = 1, mfn, mfd, t1; in calc_pll_params() local
/external/u-boot/arch/arm/cpu/arm1136/mx31/
Dgeneric.c16 u32 mfi = GET_PLL_MFI(reg); in mx31_decode_pll() local
/external/u-boot/arch/arm/cpu/arm926ejs/mx25/
Dgeneric.c34 unsigned int mfi = (pll >> CCM_PLL_MFI_SHIFT) in imx_decode_pll() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpiller.cpp57 MachineFrameInfo *mfi; member in __anond2c2b0460211::SpillerBase
/external/u-boot/arch/arm/cpu/arm926ejs/mx27/
Dgeneric.c28 unsigned int mfi = (pll >> 10) & 0xf; in imx_decode_pll() local
/external/u-boot/arch/arm/cpu/arm1136/mx35/
Dgeneric.c116 u32 mfi = (reg >> 10) & 0xf; in decode_pll() local
/external/u-boot/arch/arm/include/asm/arch-mx35/
Dimx-regs.h143 #define _PLL_SETTING(brm, pd, mfd, mfi, mfn) \ argument