PLLEN 451 drivers/gpu/drm/bridge/tc358767.c ret = regmap_write(tc->regmap, pllctrl, PLLUPDATE | PLLEN); PLLEN 542 drivers/gpu/drm/bridge/tc358767.c ret = regmap_write(tc->regmap, PXL_PLLCTRL, PLLBYP | PLLEN); PLLEN 159 drivers/phy/st/phy-stm32-usbphyc.c bool pllen = (readl_relaxed(pll_reg) & PLLEN); PLLEN 167 drivers/phy/st/phy-stm32-usbphyc.c stm32_usbphyc_clr_bits(pll_reg, PLLEN); PLLEN 176 drivers/phy/st/phy-stm32-usbphyc.c stm32_usbphyc_set_bits(pll_reg, PLLEN); PLLEN 181 drivers/phy/st/phy-stm32-usbphyc.c if (!(readl_relaxed(pll_reg) & PLLEN)) { PLLEN 197 drivers/phy/st/phy-stm32-usbphyc.c stm32_usbphyc_clr_bits(pll_reg, PLLEN); PLLEN 201 drivers/phy/st/phy-stm32-usbphyc.c if (readl_relaxed(pll_reg) & PLLEN) {