Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dxhci.h258 #define STS_HCE (1 << 12) macro
2673 if (usbsts & STS_HCE) in xhci_decode_usbsts()
Dxhci.c1087 ((res & STS_HCE) == 0))) { in xhci_suspend()
1190 if (temp & (STS_SRE | STS_HCE)) { in xhci_resume()
/Linux-v6.1/drivers/usb/cdns3/
Dcdnsp-gadget.h221 #define STS_HCE BIT(12) macro