Searched refs:vcu_pll_ctrl (Results 1 – 1 of 1) sorted by relevance
298 u32 clkoutdiv, vcu_pll_ctrl, pll_clk; in xvcu_set_vcu_pll_info() local335 vcu_pll_ctrl = xvcu_read(xvcu->vcu_slcr_ba, VCU_PLL_CTRL); in xvcu_set_vcu_pll_info()336 clkoutdiv = vcu_pll_ctrl >> VCU_PLL_CTRL_CLKOUTDIV_SHIFT; in xvcu_set_vcu_pll_info()383 vcu_pll_ctrl &= ~(VCU_PLL_CTRL_FBDIV_MASK << VCU_PLL_CTRL_FBDIV_SHIFT); in xvcu_set_vcu_pll_info()384 vcu_pll_ctrl |= (found->fbdiv & VCU_PLL_CTRL_FBDIV_MASK) << in xvcu_set_vcu_pll_info()386 vcu_pll_ctrl &= ~(VCU_PLL_CTRL_POR_IN_MASK << in xvcu_set_vcu_pll_info()388 vcu_pll_ctrl |= (VCU_PLL_CTRL_DEFAULT & VCU_PLL_CTRL_POR_IN_MASK) << in xvcu_set_vcu_pll_info()390 vcu_pll_ctrl &= ~(VCU_PLL_CTRL_PWR_POR_MASK << in xvcu_set_vcu_pll_info()392 vcu_pll_ctrl |= (VCU_PLL_CTRL_DEFAULT & VCU_PLL_CTRL_PWR_POR_MASK) << in xvcu_set_vcu_pll_info()394 xvcu_write(xvcu->vcu_slcr_ba, VCU_PLL_CTRL, vcu_pll_ctrl); in xvcu_set_vcu_pll_info()