Home
last modified time | relevance | path

Searched refs:VCO_POWERUP (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/berlin/
H A Dberlin2-avpll.c36 #define VCO_POWERUP BIT(1) macro
122 return !!(reg & VCO_POWERUP); in berlin2_avpll_vco_is_enabled()
132 reg |= VCO_POWERUP << 4; in berlin2_avpll_vco_enable()
134 reg |= VCO_POWERUP; in berlin2_avpll_vco_enable()
147 reg &= ~(VCO_POWERUP << 4); in berlin2_avpll_vco_disable()
149 reg &= ~VCO_POWERUP; in berlin2_avpll_vco_disable()
/kernel/linux/linux-6.6/drivers/clk/berlin/
H A Dberlin2-avpll.c36 #define VCO_POWERUP BIT(1) macro
122 return !!(reg & VCO_POWERUP); in berlin2_avpll_vco_is_enabled()
132 reg |= VCO_POWERUP << 4; in berlin2_avpll_vco_enable()
134 reg |= VCO_POWERUP; in berlin2_avpll_vco_enable()
147 reg &= ~(VCO_POWERUP << 4); in berlin2_avpll_vco_disable()
149 reg &= ~VCO_POWERUP; in berlin2_avpll_vco_disable()

Completed in 3 milliseconds