Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/rockchip/clk/
H A Drk3399_pmucru.c85 .postdiv1 = 1,
93 .postdiv1 = 1,
101 .postdiv1 = 1,
109 .postdiv1 = 1,
117 .postdiv1 = 1,
125 .postdiv1 = 1,
133 .postdiv1 = 1,
141 .postdiv1 = 1,
149 .postdiv1 = 1,
157 .postdiv1 = 1,
[all …]
H A Drk3328_cru.c195 .postdiv1 = 1,
203 .postdiv1 = 1,
211 .postdiv1 = 1,
219 .postdiv1 = 1,
227 .postdiv1 = 1,
235 .postdiv1 = 1,
243 .postdiv1 = 1,
251 .postdiv1 = 1,
259 .postdiv1 = 1,
267 .postdiv1 = 1,
[all …]
H A Drk_clk_pll.c245 reg |= (rates->postdiv1 - 1) << RK3066_CLK_PLL_POSTDIV_SHIFT; in rk3066_clk_pll_set_freq()
391 uint32_t postdiv1, postdiv2, frac; in rk3328_clk_pll_recalc() local
403 postdiv1 = (raw1 & RK3328_CLK_PLL_POSTDIV1_MASK) >> RK3328_CLK_PLL_POSTDIV1_SHIFT; in rk3328_clk_pll_recalc()
422 *freq = rate / postdiv1 / postdiv2; in rk3328_clk_pll_recalc()
466 reg = (rates->postdiv1 << RK3328_CLK_PLL_POSTDIV1_SHIFT) | in rk3328_clk_pll_set_freq()
601 uint32_t postdiv1, postdiv2, fracdiv; in rk3399_clk_pll_recalc() local
637 postdiv1 = (con2 & RK3399_CLK_PLL_POSTDIV1_MASK) in rk3399_clk_pll_recalc()
651 dprintf("postdiv1: %d\n", postdiv1); in rk3399_clk_pll_recalc()
668 *freq = foutvco / postdiv1 / postdiv2; in rk3399_clk_pll_recalc()
714 reg = rates->postdiv1 << RK3399_CLK_PLL_POSTDIV1_SHIFT; in rk3399_clk_pll_set_freq()
H A Drk_clk_pll.h39 uint32_t postdiv1; member
H A Drk3288_cru.c372 .postdiv1 = _post, \
H A Drk3399_cru.c557 .postdiv1 = _post1, \