Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_lt_phy.c1530 u32 m1div = 1, m2div_int, m2div_frac; in intel_lt_phy_calculate_hdmi_state() local
1560 m2div_int = (u32)Q32_TO_INT(m2div); in intel_lt_phy_calculate_hdmi_state()
1595 p.pll_reg3.val = (u32)((d4 << 21) + (d3 << 18) + (d1 << 15) + (m2div_int << 5)); in intel_lt_phy_calculate_hdmi_state()
1659 u32 d8, pll_reg_5, pll_reg_3, pll_reg_57, m2div_frac, m2div_int; in intel_lt_phy_calc_hdmi_port_clock() local
1705 m2div_int = (pll_reg_3 & REG_GENMASK(14, 5)) >> 5; in intel_lt_phy_calc_hdmi_port_clock()
1707 temp1 = (u64)m2div_int * REF_CLK_KHZ; in intel_lt_phy_calc_hdmi_port_clock()