Searched refs:m_n_int (Results 1 – 2 of 2) sorted by relevance
45 u32 m_n_int = 0; in dsi_calc_phy_rate() local73 m_n_int = temp / (u64)1000000000; in dsi_calc_phy_rate()76 if (m_n_int % 2 == 0) { in dsi_calc_phy_rate()79 m_pll = (m_n_int + 1) * n_pll; in dsi_calc_phy_rate()82 m_pll = m_n_int * n_pll + 2; in dsi_calc_phy_rate()85 m_pll = m_n_int * n_pll; in dsi_calc_phy_rate()90 m_pll = (m_n_int + 1) * n_pll; in dsi_calc_phy_rate()93 m_pll = (m_n_int + 1) * n_pll; in dsi_calc_phy_rate()96 m_pll = m_n_int * n_pll + 1; in dsi_calc_phy_rate()99 m_pll = m_n_int * n_pll; in dsi_calc_phy_rate()
159 u32 m_n_int = 0; in get_dsi_phy_ctrl() local228 m_n_int = lane_clock * vco_div * 1000000UL / DEFAULT_MIPI_CLK_RATE; in get_dsi_phy_ctrl()234 if (m_n_int % 2 == 0) { in get_dsi_phy_ctrl()237 m_pll = (m_n_int + 1) * n_pll; in get_dsi_phy_ctrl()240 m_pll = m_n_int * n_pll + 2; in get_dsi_phy_ctrl()243 m_pll = m_n_int * n_pll; in get_dsi_phy_ctrl()248 m_pll = (m_n_int + 1) * n_pll; in get_dsi_phy_ctrl()251 m_pll = (m_n_int + 1) * n_pll; in get_dsi_phy_ctrl()254 m_pll = m_n_int * n_pll + 1; in get_dsi_phy_ctrl()257 m_pll = m_n_int * n_pll; in get_dsi_phy_ctrl()