Searched refs:m_pll (Results 1 – 2 of 2) sorted by relevance
41 u32 m_pll = 0; in dsi_calc_phy_rate() local79 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()114 if (m_pll == 2) { in dsi_calc_phy_rate()119 } else if (m_pll >= 2 * 2 * r_pll && m_pll <= 2 * 4 * r_pll) { in dsi_calc_phy_rate()[all …]
156 u32 m_pll = 0; in get_dsi_phy_ctrl() local237 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()262 if (m_pll <= 8) { in get_dsi_phy_ctrl()266 if (m_pll % 2 == 0) { in get_dsi_phy_ctrl()[all …]