Searched refs:STS_HCE (Results 1 – 4 of 4) sorted by relevance
178 #define STS_HCE (1 << 12) macro2403 if (usbsts & STS_HCE) in xhci_decode_usbsts()
972 ((res & STS_HCE) == 0))) { in xhci_suspend()1073 if ((temp & (STS_SRE | STS_HCE)) && in xhci_resume()
3109 if (status & STS_HCE) { in xhci_irq()
221 #define STS_HCE BIT(12) macro