Home
last modified time | relevance | path

Searched refs:tmpclk (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_cx0_phy.c2341 int tmpclk = 0; in intel_c10pll_calc_port_clock() local
2355 tmpclk = DIV_ROUND_CLOSEST_ULL(mul_u32_u32(refclk, (multiplier << 16) + frac_quot) + in intel_c10pll_calc_port_clock()
2358 tmpclk *= (hdmi_div ? 2 : 1); in intel_c10pll_calc_port_clock()
2360 return tmpclk; in intel_c10pll_calc_port_clock()