Searched refs:postdiv1 (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/arm64/rockchip/clk/ |
| H A D | rk3399_pmucru.c | 85 .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 D | rk3328_cru.c | 195 .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 D | rk_clk_pll.c | 245 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 D | rk_clk_pll.h | 39 uint32_t postdiv1; member
|
| H A D | rk3288_cru.c | 372 .postdiv1 = _post, \
|
| H A D | rk3399_cru.c | 557 .postdiv1 = _post1, \
|