Searched refs:DWC3_GCTL_CORESOFTRESET (Results 1 – 4 of 4) sorted by relevance
56 setbits_le32(&dwc3_reg->g_ctl, DWC3_GCTL_CORESOFTRESET); in dwc3_core_soft_reset()64 clrbits_le32(&dwc3_reg->g_ctl, DWC3_GCTL_CORESOFTRESET); in dwc3_core_soft_reset()
170 #define DWC3_GCTL_CORESOFTRESET (1 << 11) macro
60 reg |= DWC3_GCTL_CORESOFTRESET; in dwc3_core_soft_reset()89 reg &= ~DWC3_GCTL_CORESOFTRESET; in dwc3_core_soft_reset()
156 #define DWC3_GCTL_CORESOFTRESET (1 << 11) macro