Searched refs:div_p (Results 1 – 2 of 2) sorted by relevance
666 u32 div_p, div_m0; in dsi_comb_dphy_pll_set() local675 div_p = 7; in dsi_comb_dphy_pll_set()681 div_p = 7; in dsi_comb_dphy_pll_set()687 div_p = 3; in dsi_comb_dphy_pll_set()693 div_p = 1; in dsi_comb_dphy_pll_set()698 div_p = 0; in dsi_comb_dphy_pll_set()704 dphy_dev[sel]->dphy_pll_reg0.bits.p = div_p; in dsi_comb_dphy_pll_set()709 return 24000000 * n / (div_p + 1) / (div_m0 + 1); in dsi_comb_dphy_pll_set()
326 volatile u32 div_p:6; /* bit16, post div-p */ member
Completed in 15 milliseconds