Home
last modified time | relevance | path

Searched refs:od3 (Results 1 – 4 of 4) sorted by relevance

/system/dev/display/astro-display/
A Dastro-clock.cpp96 uint32_t od3, od2, od1; in GenerateHPLL() local
97 od3 = (1 << (MAX_OD_SEL - 1)); in GenerateHPLL()
98 while (od3) { in GenerateHPLL()
99 uint32_t fod3 = pll_fout * od3; in GenerateHPLL()
100 od2 = od3; in GenerateHPLL()
111 pll_cfg_.pll_od3_sel = od3 >> 1; in GenerateHPLL()
115 (od3 >> 1)); in GenerateHPLL()
137 od3 >>= 1; in GenerateHPLL()
/system/dev/display/vim-display/
A Dedid.cpp106 p->pll_p_24b.od3 = 1; in get_vic()
116 } else if (p->pll_p_24b.od3 < 4) { in get_vic()
117 p->pll_p_24b.od3 *= 2; in get_vic()
A Dhdmitx_clk.cpp147 SET_BIT32(HHI, HHI_HDMI_PLL_CNTL2, (pll->od3 >> 1), 2, 19); in configure_pll()
A Dhdmitx.h207 uint32_t od3; member

Completed in 7 milliseconds