Home
last modified time | relevance | path

Searched refs:STS_HCE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h221 #define STS_HCE BIT(12) macro
/linux/drivers/usb/host/
H A Dxhci.c1043 if (usbsts & (STS_SRE | STS_HCE)) { in xhci_suspend()
1148 if ((temp & (STS_SRE | STS_HCE)) && !(xhci->xhc_state & XHCI_STATE_REMOVING)) { in xhci_resume()
H A Dxhci-ring.c3196 if (status & STS_HCE) { in xhci_irq()