Home
last modified time | relevance | path

Searched refs:PLL_EN (Results 1 – 5 of 5) sorted by relevance

/drivers/clk/imx/
A Dclk-pllv4.c22 #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 Demac-sgmii-fsm9900.c109 #define PLL_EN BIT(5) macro
157 BIAS_EN | PLL_EN | SYSCLK_EN | CLKBUF_L_EN | PLL_TXCLK_EN |
/drivers/phy/qualcomm/
A Dphy-qcom-m31-eusb2.c41 #define PLL_EN BIT(0) macro
84 M31_EUSB_PHY_INIT_CFG(USB_PHY_CFG1, PLL_EN, 1),
/drivers/phy/rockchip/
A Dphy-rockchip-samsung-dcphy.c134 #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 Dtc358746.c66 #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