Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/rockchip/clk/
H A Drk_clk_pll.c602 uint32_t con1, con2, con3, con4; in rk3399_clk_pll_recalc() local
609 READ4(clk, sc->base_offset + 4, &con2); in rk3399_clk_pll_recalc()
630 dprintf("con1: %x\n", con2); in rk3399_clk_pll_recalc()
637 postdiv1 = (con2 & RK3399_CLK_PLL_POSTDIV1_MASK) in rk3399_clk_pll_recalc()
639 postdiv2 = (con2 & RK3399_CLK_PLL_POSTDIV2_MASK) in rk3399_clk_pll_recalc()
641 refdiv = (con2 & RK3399_CLK_PLL_REFDIV_MASK) in rk3399_clk_pll_recalc()