Searched refs:frac_quot (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_cx0_phy.c1874 unsigned int frac_quot = 0, frac_rem = 0, frac_den = 1; local
1882 frac_quot = hw_state->pll[12] << 8 | hw_state->pll[11];
1886 frac_quot, frac_rem, frac_den);
2339 unsigned int frac_quot = 0, frac_rem = 0, frac_den = 1; local
2344 frac_quot = pll_state->pll[12] << 8 | pll_state->pll[11];
2355 tmpclk = DIV_ROUND_CLOSEST_ULL(mul_u32_u32(refclk, (multiplier << 16) + frac_quot) +
2366 unsigned int frac, frac_en, frac_quot, frac_rem, frac_den; local
2378 frac_quot = pll_state->mpllb[8];
2388 frac_quot = pll_state->mplla[8];
2398 frac = frac_quot
[all...]
H A Dintel_snps_phy.c1922 unsigned int frac_quot = 0, frac_rem = 0, frac_den = 1; local
1936 frac_quot = REG_FIELD_GET(SNPS_PHY_MPLLB_FRACN_QUOT, pll_state->mpllb_fracn2);
1945 return DIV_ROUND_CLOSEST_ULL(mul_u32_u32(refclk, (multiplier << 16) + frac_quot) +

Completed in 170 milliseconds