Searched refs:DWC3_GUSB2PHYCFG_PHYSOFTRST (Results 1 – 4 of 4) sorted by relevance
39 setbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset()47 clrbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset()
181 #define DWC3_GUSB2PHYCFG_PHYSOFTRST (1 << 31) macro
65 reg |= DWC3_GUSB2PHYCFG_PHYSOFTRST; in dwc3_core_soft_reset()77 reg &= ~DWC3_GUSB2PHYCFG_PHYSOFTRST; in dwc3_core_soft_reset()
163 #define DWC3_GUSB2PHYCFG_PHYSOFTRST (1 << 31) macro