Searched refs:frac_rem (Results 1 – 1 of 1) sorted by relevance
1860 unsigned int frac_quot = 0, frac_rem = 0, frac_den = 1; in intel_mpllb_calc_port_clock() local1875 frac_rem = REG_FIELD_GET(SNPS_PHY_MPLLB_FRACN_REM, pll_state->mpllb_fracn2); in intel_mpllb_calc_port_clock()1884 DIV_ROUND_CLOSEST(refclk * frac_rem, frac_den), in intel_mpllb_calc_port_clock()