Searched refs:f_ref (Results 1 – 2 of 2) sorted by relevance
33 static unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref) in imx_decode_pll() argument49 return lldiv(2 * (u64) f_ref * (mfi * mfd + mfn), in imx_decode_pll()
27 static unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref) in imx_decode_pll() argument36 return lldiv(2 * (u64)f_ref * (mfi * (mfd + 1) + mfn), in imx_decode_pll()