Home
last modified time | relevance | path

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

/openbmc/linux/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()