Home
last modified time | relevance | path

Searched refs:postdiv_reg (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/mt8195/drivers/apusys/
H A Dapupll.c240 uint32_t vco, postdiv_val = 1, postdiv_reg = 0; in _cal_pll_data() local
245 postdiv_reg = 0; in _cal_pll_data()
248 postdiv_reg = postdiv_reg + 1; in _cal_pll_data()
255 if (postdiv_reg == 0) { /* Fvco * 2 with post_divider = 2 */ in _cal_pll_data()
258 postdiv_reg = postdiv_reg + 1; in _cal_pll_data()
260 *pd = postdiv_reg; in _cal_pll_data()
/rk3399_ARM-atf/plat/mediatek/drivers/apusys/mt8196/
H A Dapusys_power.c34 unsigned int postdiv_reg = 0; in get_pll_pcw() local
38 postdiv_reg = postdiv_reg + 1; in get_pll_pcw()
44 if (postdiv_reg == 0) { in get_pll_pcw()
47 postdiv_reg = postdiv_reg + 1; in get_pll_pcw()
50 *r1 = postdiv_reg; in get_pll_pcw()
/rk3399_ARM-atf/plat/mediatek/drivers/apusys/mt8188/
H A Dapusys_power.c244 unsigned int postdiv_reg = 0; in get_pll_pcw() local
248 postdiv_reg = postdiv_reg + 1; in get_pll_pcw()
254 if (postdiv_reg == 0) { in get_pll_pcw()
257 postdiv_reg = postdiv_reg + 1; in get_pll_pcw()
260 *r1 = postdiv_reg; in get_pll_pcw()