Searched refs:postdiv2 (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/arm64/rockchip/clk/ |
| H A D | rk3399_pmucru.c | 86 .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 = 1, [all …]
|
| H A D | rk3328_cru.c | 196 .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 = 1, [all …]
|
| H A D | rk_clk_pll.c | 391 uint32_t postdiv1, postdiv2, frac; in rk3328_clk_pll_recalc() local 407 postdiv2 = (raw2 & RK3328_CLK_PLL_POSTDIV2_MASK) >> RK3328_CLK_PLL_POSTDIV2_SHIFT; in rk3328_clk_pll_recalc() 422 *freq = rate / postdiv1 / postdiv2; in rk3328_clk_pll_recalc() 474 (rates->postdiv2 << RK3328_CLK_PLL_POSTDIV2_SHIFT) | in rk3328_clk_pll_set_freq() 601 uint32_t postdiv1, postdiv2, fracdiv; in rk3399_clk_pll_recalc() local 639 postdiv2 = (con2 & RK3399_CLK_PLL_POSTDIV2_MASK) in rk3399_clk_pll_recalc() 652 dprintf("postdiv2: %d\n", postdiv2); in rk3399_clk_pll_recalc() 668 *freq = foutvco / postdiv1 / postdiv2; in rk3399_clk_pll_recalc() 715 reg |= rates->postdiv2 << RK3399_CLK_PLL_POSTDIV2_SHIFT; in rk3399_clk_pll_set_freq()
|
| H A D | rk_clk_pll.h | 40 uint32_t postdiv2; member
|
| H A D | rk3399_cru.c | 558 .postdiv2 = _post2, \
|