Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dxhci.h251 #define STS_SRE (1 << 10) macro
2641 if (usbsts & STS_SRE) in xhci_decode_usbsts()
Dxhci.c1050 (((res & STS_SRE) == 0) && in xhci_suspend()
1151 if ((temp & STS_SRE) || hibernated) { in xhci_resume()
/Linux-v5.15/drivers/usb/cdns3/
Dcdnsp-gadget.h217 #define STS_SRE BIT(10) macro