Searched refs:postdiv2 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk3399_pmucru.c | 144 .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 D | rk_clk_pll.c | 382 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 D | rk_clk_pll.h | 38 uint32_t postdiv2; member
|
H A D | rk3328_cru.c | 576 .postdiv2 = _post2, \
|
H A D | rk3399_cru.c | 553 .postdiv2 = _post2, \
|
H A D | rk3568_cru.c | 61 .postdiv2 = _post2, \
|