Home
last modified time | relevance | path

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

/drivers/clk/berlin/
Dberlin2-avpll.c47 #define VCO_POWERUP BIT(1) macro
133 return !!(reg & VCO_POWERUP); in berlin2_avpll_vco_is_enabled()
143 reg |= VCO_POWERUP << 4; in berlin2_avpll_vco_enable()
145 reg |= VCO_POWERUP; in berlin2_avpll_vco_enable()
158 reg &= ~(VCO_POWERUP << 4); in berlin2_avpll_vco_disable()
160 reg &= ~VCO_POWERUP; in berlin2_avpll_vco_disable()