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

/freebsd-13-stable/sys/arm64/rockchip/clk/
H A Drk3399_pmucru.c86 .postdiv2 = 1,
94 .postdiv2 = 1,
102 .postdiv2 = 1,
110 .postdiv2 = 1,
118 .postdiv2 = 1,
126 .postdiv2 = 1,
134 .postdiv2 = 1,
142 .postdiv2 = 1,
150 .postdiv2 = 1,
158 .postdiv2
[all...]
H A Drk3328_cru.c196 .postdiv2 = 1,
204 .postdiv2 = 1,
212 .postdiv2 = 1,
220 .postdiv2 = 1,
228 .postdiv2 = 1,
236 .postdiv2 = 1,
244 .postdiv2 = 1,
252 .postdiv2 = 1,
260 .postdiv2 = 1,
268 .postdiv2
[all...]
H A Drk_clk_pll.h40 uint32_t postdiv2; member in struct:rk_clk_pll_rate
H A Drk_clk_pll.c391 uint32_t postdiv1, postdiv2, frac; local
407 postdiv2 = (raw2 & RK3328_CLK_PLL_POSTDIV2_MASK) >> RK3328_CLK_PLL_POSTDIV2_SHIFT;
422 *freq = rate / postdiv1 / postdiv2;
472 /* Setting dsmpd, postdiv2 and refdiv */
474 (rates->postdiv2 << RK3328_CLK_PLL_POSTDIV2_SHIFT) |
601 uint32_t postdiv1, postdiv2, fracdiv; local
639 postdiv2 = (con2 & RK3399_CLK_PLL_POSTDIV2_MASK)
652 dprintf("postdiv2: %d\n", postdiv2);
668 *freq = foutvco / postdiv1 / postdiv2;
[all...]
H A Drk3399_cru.c558 .postdiv2 = _post2, \

Completed in 33 milliseconds