Searched refs:PLL_EN (Results 1 – 4 of 4) sorted by relevance
22 #define PLL_EN BIT(0) macro72 if (readl_relaxed(pll->base) & PLL_EN) in clk_pllv4_is_prepared()214 val |= PLL_EN; in clk_pllv4_prepare()226 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 |
134 #define PLL_EN BIT(12) macro1094 regmap_update_bits(samsung->regmap, PLL_CON0, PLL_EN, PLL_EN); in samsung_mipi_dcphy_pll_enable()1106 regmap_update_bits(samsung->regmap, PLL_CON0, PLL_EN, 0); in samsung_mipi_dcphy_pll_disable()
66 #define PLL_EN BIT(0) macro418 if (FIELD_GET(PLL_EN, val) == 1) in tc358746_apply_pll_config()428 val = PLL_FRS(ilog2(post)) | RESETB | PLL_EN; in tc358746_apply_pll_config()429 mask = PLL_FRS_MASK | RESETB | PLL_EN; in tc358746_apply_pll_config()