Home
last modified time | relevance | path

Searched refs:postdiv2 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/clk/rockchip/
H A Drk3399_pmucru.c144 .postdiv2 = 1,
152 .postdiv2 = 1,
160 .postdiv2 = 1,
168 .postdiv2 = 1,
176 .postdiv2 = 1,
184 .postdiv2 = 1,
192 .postdiv2 = 1,
200 .postdiv2 = 1,
208 .postdiv2 = 1,
216 .postdiv2 = 1,
[all …]
H A Drk_clk_pll.c382 uint32_t postdiv1, postdiv2, frac; in rk3328_clk_pll_recalc() local
398 postdiv2 = (raw2 & RK3328_CLK_PLL_POSTDIV2_MASK) >> RK3328_CLK_PLL_POSTDIV2_SHIFT; in rk3328_clk_pll_recalc()
413 *freq = rate / postdiv1 / postdiv2; in rk3328_clk_pll_recalc()
465 (rates->postdiv2 << RK3328_CLK_PLL_POSTDIV2_SHIFT) | in rk3328_clk_pll_set_freq()
589 uint32_t postdiv1, postdiv2, fracdiv; in rk3399_clk_pll_recalc() local
627 postdiv2 = (con2 & RK3399_CLK_PLL_POSTDIV2_MASK) in rk3399_clk_pll_recalc()
640 dprintf("postdiv2: %d\n", postdiv2); in rk3399_clk_pll_recalc()
656 *freq = foutvco / postdiv1 / postdiv2; in rk3399_clk_pll_recalc()
703 reg |= rates->postdiv2 << RK3399_CLK_PLL_POSTDIV2_SHIFT; in rk3399_clk_pll_set_freq()
H A Drk_clk_pll.h38 uint32_t postdiv2; member
H A Drk3328_cru.c576 .postdiv2 = _post2, \
H A Drk3399_cru.c553 .postdiv2 = _post2, \
H A Drk3568_cru.c61 .postdiv2 = _post2, \