Searched refs:STS_SRE (Results 1 – 2 of 2) sorted by relevance
217 #define STS_SRE BIT(10) macro
1043 if (usbsts & (STS_SRE | STS_HCE)) { in xhci_suspend()1050 } else if (usbsts & STS_SRE) { in xhci_suspend()1148 if ((temp & (STS_SRE | STS_HCE)) && !(xhci->xhc_state & XHCI_STATE_REMOVING)) { in xhci_resume()