Searched refs:STS_HCE (Results 1 – 3 of 3) sorted by relevance
259 #define STS_HCE (1 << 12) macro2682 if (usbsts & STS_HCE) in xhci_decode_usbsts()
1083 ((res & STS_HCE) == 0))) { in xhci_suspend()1187 if ((temp & (STS_SRE | STS_HCE)) && in xhci_resume()
221 #define STS_HCE BIT(12) macro