Searched refs:CCU_PLL_CTL_EN (Results 1 – 1 of 1) sorted by relevance
32 #define CCU_PLL_CTL_EN BIT(0) macro118 if (val & CCU_PLL_CTL_EN) in ccu_pll_enable()122 regmap_write(pll->sys_regs, pll->reg_ctl, val | CCU_PLL_CTL_EN); in ccu_pll_enable()138 regmap_update_bits(pll->sys_regs, pll->reg_ctl, CCU_PLL_CTL_EN, 0); in ccu_pll_disable()149 return !!(val & CCU_PLL_CTL_EN); in ccu_pll_is_enabled()291 CCU_PLL_CTL_CLKOD_MASK | CCU_PLL_CTL_EN; in ccu_pll_set_rate_norst()340 CCU_PLL_DBGFS_BIT_ATTR("pll_en", CCU_PLL_CTL, CCU_PLL_CTL_EN),