Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h224 #define STS_HCE (1 << 12) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h178 #define STS_HCE (1 << 12) macro
2441 if (usbsts & STS_HCE) in xhci_decode_usbsts()
H A Dxhci.c931 ((res & STS_HCE) == 0))) { in xhci_suspend()
1032 if ((temp & (STS_SRE | STS_HCE)) && in xhci_resume()
H A Dxhci-ring.c3163 if (status & STS_HCE) { in xhci_irq()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h221 #define STS_HCE BIT(12) macro