Searched refs:K230_PLL_GATE_ENABLE (Results 1 – 1 of 1) sorted by relevance
22 #define K230_PLL_GATE_ENABLE BIT(2) macro1890 return readl(K230_PLLX_GATE_ADDR(pll->reg, pll->id)) & K230_PLL_GATE_ENABLE; in k230_pll_hw_is_enabled()1901 reg |= K230_PLL_GATE_ENABLE | K230_PLL_GATE_WRITE_ENABLE; in k230_pll_enable_hw()1924 reg &= ~(K230_PLL_GATE_ENABLE); in k230_pll_disable()