Searched refs:PLLEN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/st/ |
H A D | phy-stm32-usbphyc.c | 25 #define PLLEN BIT(26) macro 159 bool pllen = (readl_relaxed(pll_reg) & PLLEN); in stm32_usbphyc_pll_enable() 167 stm32_usbphyc_clr_bits(pll_reg, PLLEN); in stm32_usbphyc_pll_enable() 176 stm32_usbphyc_set_bits(pll_reg, PLLEN); in stm32_usbphyc_pll_enable() 181 if (!(readl_relaxed(pll_reg) & PLLEN)) { in stm32_usbphyc_pll_enable() 182 dev_err(usbphyc->dev, "PLLEN not set\n"); in stm32_usbphyc_pll_enable() 197 stm32_usbphyc_clr_bits(pll_reg, PLLEN); in stm32_usbphyc_pll_disable() 201 if (readl_relaxed(pll_reg) & PLLEN) { in stm32_usbphyc_pll_disable()
|
/kernel/linux/linux-6.6/drivers/phy/st/ |
H A D | phy-stm32-usbphyc.c | 30 #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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | tc358767.c | 207 #define PLLEN BIT(0) macro 453 ret = regmap_write(tc->regmap, pllctrl, PLLUPDATE | PLLEN); in tc_pllupdate() 544 ret = regmap_write(tc->regmap, PXL_PLLCTRL, PLLBYP | PLLEN); in tc_pxl_pll_en()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | tc358767.c | 248 #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()
|
Completed in 8 milliseconds