Searched refs:DWC3_GUSB2PHYCFG_PHYSOFTRST (Results 1 – 5 of 5) sorted by relevance
42 setbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset()50 clrbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset()
182 #define DWC3_GUSB2PHYCFG_PHYSOFTRST (1 << 31) macro
69 reg |= DWC3_GUSB2PHYCFG_PHYSOFTRST; in dwc3_core_soft_reset()81 reg &= ~DWC3_GUSB2PHYCFG_PHYSOFTRST; in dwc3_core_soft_reset()
169 #define DWC3_GUSB2PHYCFG_PHYSOFTRST (1 << 31) macro
279 #define DWC3_GUSB2PHYCFG_PHYSOFTRST BIT(31) macro