Searched refs:PLL_EN (Results 1 – 3 of 3) sorted by relevance
22 #define PLL_EN BIT(0) macro68 if (readl_relaxed(pll->base) & PLL_EN) in clk_pllv4_is_prepared()191 val |= PLL_EN; in clk_pllv4_prepare()203 val &= ~PLL_EN; in clk_pllv4_unprepare()
109 #define PLL_EN BIT(5) macro157 BIAS_EN | PLL_EN | SYSCLK_EN | CLKBUF_L_EN | PLL_TXCLK_EN |
66 #define PLL_EN BIT(0) macro397 if (FIELD_GET(PLL_EN, val) == 1) in tc358746_apply_pll_config()407 val = PLL_FRS(ilog2(post)) | RESETB | PLL_EN; in tc358746_apply_pll_config()408 mask = PLL_FRS_MASK | RESETB | PLL_EN; in tc358746_apply_pll_config()
Completed in 13 milliseconds