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

/freebsd-current/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
[all...]
H A Drk_clk_pll.h38 uint32_t postdiv2; member in struct:rk_clk_pll_rate
H A Drk_clk_pll.c382 uint32_t postdiv1, postdiv2, frac; local
398 postdiv2 = (raw2 & RK3328_CLK_PLL_POSTDIV2_MASK) >> RK3328_CLK_PLL_POSTDIV2_SHIFT;
413 *freq = rate / postdiv1 / postdiv2;
463 /* Setting dsmpd, postdiv2 and refdiv */
465 (rates->postdiv2 << RK3328_CLK_PLL_POSTDIV2_SHIFT) |
589 uint32_t postdiv1, postdiv2, fracdiv; local
627 postdiv2 = (con2 & RK3399_CLK_PLL_POSTDIV2_MASK)
640 dprintf("postdiv2: %d\n", postdiv2);
656 *freq = foutvco / postdiv1 / postdiv2;
[all...]
H A Drk3328_cru.c576 .postdiv2 = _post2, \
H A Drk3399_cru.c553 .postdiv2 = _post2, \
H A Drk3568_cru.c61 .postdiv2 = _post2, \

Completed in 112 milliseconds