Searched refs:DWC3_GCTL_CORESOFTRESET (Results 1 – 4 of 4) sorted by relevance
54 setbits_le32(&dwc3_reg->g_ctl, DWC3_GCTL_CORESOFTRESET); in dwc3_core_soft_reset()62 clrbits_le32(&dwc3_reg->g_ctl, DWC3_GCTL_CORESOFTRESET); in dwc3_core_soft_reset()
169 #define DWC3_GCTL_CORESOFTRESET (1 << 11) macro
61 reg |= DWC3_GCTL_CORESOFTRESET; in dwc3_core_soft_reset()90 reg &= ~DWC3_GCTL_CORESOFTRESET; in dwc3_core_soft_reset()
156 #define DWC3_GCTL_CORESOFTRESET (1 << 11) macro
Completed in 11 milliseconds