Searched refs:n_pll (Results 1 – 2 of 2) sorted by relevance
42 u32 n_pll = 0; in dsi_calc_phy_rate() local78 n_pll = 2; in dsi_calc_phy_rate()79 m_pll = (m_n_int + 1) * n_pll; in dsi_calc_phy_rate()81 n_pll = 3; in dsi_calc_phy_rate()82 m_pll = m_n_int * n_pll + 2; in dsi_calc_phy_rate()84 n_pll = 1; in dsi_calc_phy_rate()85 m_pll = m_n_int * n_pll; in dsi_calc_phy_rate()89 n_pll = 1; in dsi_calc_phy_rate()90 m_pll = (m_n_int + 1) * n_pll; in dsi_calc_phy_rate()92 n_pll = 1; in dsi_calc_phy_rate()[all …]
157 u32 n_pll = 0; in get_dsi_phy_ctrl() local236 n_pll = 2; in get_dsi_phy_ctrl()237 m_pll = (m_n_int + 1) * n_pll; in get_dsi_phy_ctrl()239 n_pll = 3; in get_dsi_phy_ctrl()240 m_pll = m_n_int * n_pll + 2; in get_dsi_phy_ctrl()242 n_pll = 1; in get_dsi_phy_ctrl()243 m_pll = m_n_int * n_pll; in get_dsi_phy_ctrl()247 n_pll = 1; in get_dsi_phy_ctrl()248 m_pll = (m_n_int + 1) * n_pll; in get_dsi_phy_ctrl()250 n_pll = 1; in get_dsi_phy_ctrl()[all …]