Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/phy/st/
Dphy-stm32-usbphyc.c29 #define PLLEN BIT(26) macro
267 stm32_usbphyc_clr_bits(pll_reg, PLLEN); in __stm32_usbphyc_pll_disable()
270 if (readl_relaxed_poll_timeout(pll_reg, pllen, !(pllen & PLLEN), 5, 50)) in __stm32_usbphyc_pll_disable()
288 bool pllen = readl_relaxed(pll_reg) & PLLEN; in stm32_usbphyc_pll_enable()
318 stm32_usbphyc_set_bits(pll_reg, PLLEN); in stm32_usbphyc_pll_enable()
652 stm32_usbphyc_clr_bits(usbphyc->base + STM32_USBPHYC_PLL, PLLEN); in stm32_usbphyc_probe()
660 pllen, !(pllen & PLLEN), 5, 50)) { in stm32_usbphyc_probe()
/linux-6.1.9/drivers/gpu/drm/bridge/
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()