Searched refs:encp_div (Results 1 – 3 of 3) sorted by relevance
160 if (pll->encp_div != (uint32_t)-1) { in configure_pll()161 SET_BIT32(HHI, HHI_VID_CLK_DIV, (pll->encp_div == 12) ? in configure_pll()162 4 : (pll->encp_div >> 1), 4, 24); in configure_pll()167 SET_BIT32(HHI, HHI_VID_CLK_DIV, (pll->encp_div == 12) ? in configure_pll()168 4 : (pll->encp_div >> 1), 4, 28); in configure_pll()
103 p->pll_p_24b.encp_div = 1; in get_vic()
211 uint32_t encp_div; member
Completed in 7 milliseconds