Searched refs:PLL_ENABLE_MASK (Results 1 – 4 of 4) sorted by relevance
62 #define PLL_ENABLE_MASK GENMASK(30, 29) macro201 u32 mask = PLL_ENABLE_OVL | PLL_ENABLE_MASK; in serdes_am654_enable_pll()212 u32 mask = PLL_ENABLE_OVL | PLL_ENABLE_MASK; in serdes_am654_disable_pll()
181 if (readl(&pll->pll_base) & PLL_ENABLE_MASK) { in pllx_set_rate()223 reg |= PLL_ENABLE_MASK; in pllx_set_rate()
618 base_reg |= PLL_ENABLE_MASK; in clock_set_rate()636 base_reg |= PLL_ENABLE_MASK; in clock_set_rate()
244 #define PLL_ENABLE_MASK (1U << PLL_ENABLE_SHIFT) macro
Completed in 12 milliseconds