Searched refs:mfn (Results 1 – 5 of 5) sorted by relevance
| /arch/arm/mach-imx/mx5/ |
| A D | clock.c | 65 u32 mfn; member 175 mfn = readl(&pll->mfn); in decode_pll() 191 mfn |= 0xfc000000; in decode_pll() 192 mfn_abs = -mfn; in decode_pll() 194 mfn_abs = mfn; in decode_pll() 205 if ((int)mfn < 0) in decode_pll() 603 mfn = t1; in calc_pll_params() 607 if (mfn != 0) in calc_pll_params() 608 i = gcd(mfd, mfn); in calc_pll_params() 611 do_div(mfn, i); in calc_pll_params() [all …]
|
| /arch/arm/mach-imx/imx9/ |
| A D | clock.c | 57 int rdiv, mfi, mfn, mfd; in decode_pll_vco() local 77 mfn = (int)readl(®->num.reg); in decode_pll_vco() 78 mfn >>= 2; in decode_pll_vco() 119 u32 mfn, mfi; in decode_pll_pfd() local 130 mfn = dfs_div & GENMASK(2, 0); in decode_pll_pfd() 133 if (mfn > 3) in decode_pll_pfd() 316 pll_status, rate->mfn); in configure_fracpll() 338 if (mfn > 3) in configure_pll_pfd() 422 mfn <<= 2; in update_fracpll_mfn() 423 writel(mfn, ®->num); in update_fracpll_mfn() [all …]
|
| /arch/arm/cpu/arm1136/mx31/ |
| A D | generic.c | 17 s32 mfn = GET_PLL_MFN(reg); in mx31_decode_pll() local 22 mfn = mfn >= 512 ? mfn - 1024 : mfn; in mx31_decode_pll() 26 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in mx31_decode_pll()
|
| /arch/arm/include/asm/arch-imx9/ |
| A D | clock.h | 181 int mfn; member 199 .mfn = (_n), \
|
| /arch/arm/include/asm/arch-mx5/ |
| A D | crm_regs.h | 17 u32 mfn; member
|
Completed in 16 milliseconds