Searched refs:PLL_PD_MASK (Results 1 – 2 of 2) sorted by relevance
25 #define PLL_PD_MASK BIT(19) macro57 if (readl_relaxed(pll->base) & (PLL_PD_MASK | PLL_BYPASS_MASK)) in clk_wait_ack()71 val &= ~PLL_PD_MASK; in clk_pll_prepare()83 val |= PLL_PD_MASK; in clk_pll_unprepare()93 return (val & PLL_PD_MASK) ? 0 : 1; in clk_pll_is_prepared()
34 #define PLL_PD_MASK BIT(7) macro302 return (val & PLL_PD_MASK) ? 0 : 1; in clk_sscg_pll_is_prepared()311 val &= ~PLL_PD_MASK; in clk_sscg_pll_prepare()323 val |= PLL_PD_MASK; in clk_sscg_pll_unprepare()