Searched refs:PLL_PD_MASK (Results 1 – 2 of 2) sorted by relevance
24 #define PLL_PD_MASK BIT(19) macro56 if (readl_relaxed(pll->base) & (PLL_PD_MASK | PLL_BYPASS_MASK)) in clk_wait_ack()70 val &= ~PLL_PD_MASK; in clk_pll_prepare()82 val |= PLL_PD_MASK; in clk_pll_unprepare()92 return (val & PLL_PD_MASK) ? 0 : 1; in clk_pll_is_prepared()
33 #define PLL_PD_MASK BIT(7) macro311 return (val & PLL_PD_MASK) ? 0 : 1; in clk_sccg_pll_is_prepared()320 val &= ~PLL_PD_MASK; in clk_sccg_pll_prepare()332 val |= PLL_PD_MASK; in clk_sccg_pll_unprepare()