Searched refs:PLL_EN (Results 1 – 5 of 5) sorted by relevance
| /drivers/clk/imx/ |
| A D | clk-pllv4.c | 22 #define PLL_EN BIT(0) macro 72 if (readl_relaxed(pll->base) & PLL_EN) in clk_pllv4_is_prepared() 221 val |= PLL_EN; in clk_pllv4_prepare() 233 val &= ~PLL_EN; in clk_pllv4_unprepare()
|
| /drivers/net/ethernet/qualcomm/emac/ |
| A D | emac-sgmii-fsm9900.c | 109 #define PLL_EN BIT(5) macro 157 BIAS_EN | PLL_EN | SYSCLK_EN | CLKBUF_L_EN | PLL_TXCLK_EN |
|
| /drivers/phy/qualcomm/ |
| A D | phy-qcom-m31-eusb2.c | 41 #define PLL_EN BIT(0) macro 84 M31_EUSB_PHY_INIT_CFG(USB_PHY_CFG1, PLL_EN, 1),
|
| /drivers/phy/rockchip/ |
| A D | phy-rockchip-samsung-dcphy.c | 134 #define PLL_EN BIT(12) macro 1094 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()
|
| /drivers/media/i2c/ |
| A D | tc358746.c | 66 #define PLL_EN BIT(0) macro 418 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()
|
Completed in 21 milliseconds