Searched refs:pll_fbd_p (Results 1 – 3 of 3) sorted by relevance
267 phy_ctrl->pll_fbd_p = m_pll / 2; in get_dsi_phy_ctrl()271 phy_ctrl->pll_fbd_p = (m_pll * 2) / 2; in get_dsi_phy_ctrl()285 phy_ctrl->pll_fbd_p = m_pll / 2; in get_dsi_phy_ctrl()287 phy_ctrl->pll_fbd_p = 150; in get_dsi_phy_ctrl()288 phy_ctrl->pll_fbd_s = m_pll - 2 * phy_ctrl->pll_fbd_p; in get_dsi_phy_ctrl()604 dsi_phy_tst_set(mipi_dsi_base, 0x15, dsi->phy.pll_fbd_p); in dsi_mipi_init()
104 phy->pll_fbd_p = 0; in dsi_calc_phy_rate()107 phy->pll_fbd_p = n_pll; in dsi_calc_phy_rate()329 dsi_phy_tst_set(base, PHY_CFG_PLL_II, phy->pll_fbd_p); in dsi_set_mipi_phy()
125 u32 pll_fbd_p; member