Searched refs:CCU_PLL_CTL_EN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/baikal-t1/ |
H A D | ccu-pll.c | 32 #define CCU_PLL_CTL_EN BIT(0) macro 118 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),
|
/kernel/linux/linux-6.6/drivers/clk/baikal-t1/ |
H A D | ccu-pll.c | 32 #define CCU_PLL_CTL_EN BIT(0) macro 118 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),
|
Completed in 2 milliseconds