Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c130 u32 m_n = 0; in dsi_calc_phy_rate() local
160 m_n = div_u64(temp, 100000000); in dsi_calc_phy_rate()
163 if (m_n * 6 >= 50) { in dsi_calc_phy_rate()
166 } else if (m_n * 6 >= 30) { in dsi_calc_phy_rate()
174 if (m_n * 6 >= 50) { in dsi_calc_phy_rate()
177 } else if (m_n * 6 >= 30) { in dsi_calc_phy_rate()
180 } else if (m_n * 6 >= 10) { in dsi_calc_phy_rate()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c200 struct intel_link_m_n *m_n) in intel_dp_mst_compute_m_n() argument
210 m_n); in intel_dp_mst_compute_m_n()
212 m_n->tu = DIV_ROUND_UP_ULL(mul_u32_u32(m_n->data_m, 64), m_n->data_n); in intel_dp_mst_compute_m_n()