Home
last modified time | relevance | path

Searched refs:PLLEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/phy/
H A Dphy-stm32-usbphyc.c28 #define PLLEN BIT(26) macro
148 bool pllen = readl(usbphyc->base + STM32_USBPHYC_PLL) & PLLEN ? in stm32_usbphyc_phy_init()
158 clrbits_le32(usbphyc->base + STM32_USBPHYC_PLL, PLLEN); in stm32_usbphyc_phy_init()
166 setbits_le32(usbphyc->base + STM32_USBPHYC_PLL, PLLEN); in stm32_usbphyc_phy_init()
174 if (!(readl(usbphyc->base + STM32_USBPHYC_PLL) & PLLEN)) in stm32_usbphyc_phy_init()
195 clrbits_le32(usbphyc->base + STM32_USBPHYC_PLL, PLLEN); in stm32_usbphyc_phy_exit()
203 if (readl(usbphyc->base + STM32_USBPHYC_PLL) & PLLEN) in stm32_usbphyc_phy_exit()
/openbmc/linux/drivers/phy/st/
H A Dphy-stm32-usbphyc.c30 #define PLLEN BIT(26) macro
268 stm32_usbphyc_clr_bits(pll_reg, PLLEN); in __stm32_usbphyc_pll_disable()
271 if (readl_relaxed_poll_timeout(pll_reg, pllen, !(pllen & PLLEN), 5, 50)) in __stm32_usbphyc_pll_disable()
289 bool pllen = readl_relaxed(pll_reg) & PLLEN; in stm32_usbphyc_pll_enable()
319 stm32_usbphyc_set_bits(pll_reg, PLLEN); in stm32_usbphyc_pll_enable()
656 stm32_usbphyc_clr_bits(usbphyc->base + STM32_USBPHYC_PLL, PLLEN); in stm32_usbphyc_probe()
664 pllen, !(pllen & PLLEN), 5, 50)) { in stm32_usbphyc_probe()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c248 #define PLLEN BIT(0) macro
499 ret = regmap_write(tc->regmap, pllctrl, PLLUPDATE | PLLEN); in tc_pllupdate()
600 ret = regmap_write(tc->regmap, PXL_PLLCTRL, PLLBYP | PLLEN); in tc_pxl_pll_en()