Searched refs:vcu_pll_ctrl (Results 1 – 1 of 1) sorted by relevance
257 u32 vcu_pll_ctrl; in xvcu_register_pll_post() local263 vcu_pll_ctrl = xvcu_read(reg_base, VCU_PLL_CTRL); in xvcu_register_pll_post()264 div = FIELD_GET(VCU_PLL_CTRL_CLKOUTDIV, vcu_pll_ctrl); in xvcu_register_pll_post()289 u32 vcu_pll_ctrl; in xvcu_pll_set_div() local296 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_set_div()297 vcu_pll_ctrl &= ~VCU_PLL_CTRL_FBDIV; in xvcu_pll_set_div()298 vcu_pll_ctrl |= FIELD_PREP(VCU_PLL_CTRL_FBDIV, cfg->fbdiv); in xvcu_pll_set_div()299 xvcu_write(base, VCU_PLL_CTRL, vcu_pll_ctrl); in xvcu_pll_set_div()331 u32 vcu_pll_ctrl; in xvcu_pll_recalc_rate() local333 vcu_pll_ctrl = xvcu_read(base, VCU_PLL_CTRL); in xvcu_pll_recalc_rate()[all …]