Searched refs:vcu_pll_ctrl (Results 1 – 1 of 1) sorted by relevance
259 u32 vcu_pll_ctrl; in xvcu_register_pll_post() local265 vcu_pll_ctrl = xvcu_read(reg_base, VCU_PLL_CTRL); in xvcu_register_pll_post()266 div = FIELD_GET(VCU_PLL_CTRL_CLKOUTDIV, vcu_pll_ctrl); in xvcu_register_pll_post()291 u32 vcu_pll_ctrl; in xvcu_pll_set_div() local298 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_set_div()299 vcu_pll_ctrl &= ~VCU_PLL_CTRL_FBDIV; in xvcu_pll_set_div()300 vcu_pll_ctrl |= FIELD_PREP(VCU_PLL_CTRL_FBDIV, cfg->fbdiv); in xvcu_pll_set_div()301 xvcu_write(base, VCU_PLL_CTRL, vcu_pll_ctrl); in xvcu_pll_set_div()336 u32 vcu_pll_ctrl; in xvcu_pll_recalc_rate() local338 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_recalc_rate()[all …]