Searched refs:postdiv1 (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/clk/rockchip/
H A Drk3399_pmucru.c143 .postdiv1 = 1,
151 .postdiv1 = 1,
159 .postdiv1 = 1,
167 .postdiv1 = 1,
175 .postdiv1 = 1,
183 .postdiv1 = 1,
191 .postdiv1 = 1,
199 .postdiv1 = 1,
207 .postdiv1 = 1,
215 .postdiv1
[all...]
H A Drk_clk_pll.h37 uint32_t postdiv1; member in struct:rk_clk_pll_rate
H A Drk_clk_pll.c240 reg |= (rates->postdiv1 - 1) << RK3066_CLK_PLL_POSTDIV_SHIFT;
382 uint32_t postdiv1, postdiv2, frac; local
394 postdiv1 = (raw1 & RK3328_CLK_PLL_POSTDIV1_MASK) >> RK3328_CLK_PLL_POSTDIV1_SHIFT;
413 *freq = rate / postdiv1 / postdiv2;
456 /* Setting postdiv1 and fbdiv */
457 reg = (rates->postdiv1 << RK3328_CLK_PLL_POSTDIV1_SHIFT) |
589 uint32_t postdiv1, postdiv2, fracdiv; local
625 postdiv1 = (con2 & RK3399_CLK_PLL_POSTDIV1_MASK)
639 dprintf("postdiv1: %d\n", postdiv1);
[all...]
H A Drk3288_cru.c367 .postdiv1 = _post, \
H A Drk3328_cru.c575 .postdiv1 = _post1, \
H A Drk3399_cru.c552 .postdiv1 = _post1, \
H A Drk3568_cru.c60 .postdiv1 = _post1, \
/freebsd-current/sys/dev/clk/starfive/
H A Djh7110_clk_pll.h56 uint32_t postdiv1; member in struct:jh7110_pll_syscon_value
111 .postdiv1 = 1,
119 .postdiv1 = 1,
127 .postdiv1 = 1,
135 .postdiv1 = 1,
143 .postdiv1 = 1,
151 .postdiv1 = 1,
159 .postdiv1 = 1,
167 .postdiv1 = 1,
175 .postdiv1
[all...]
H A Djh7110_clk_pll.c134 uint32_t dacpd, dsmpd, fbdiv, prediv, postdiv1; local
150 postdiv1 = (SYSCON_READ_4(sc->syscon, clk_sc->postdiv1_offset) &
162 prediv / (1 << postdiv1);
206 clk_sc->postdiv1_mask, (syscon_val->postdiv1 >> 1) <<

Completed in 114 milliseconds