Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h217 #define STS_SRE BIT(10) macro
/linux/drivers/usb/host/
H A Dxhci.c1043 if (usbsts & (STS_SRE | STS_HCE)) { in xhci_suspend()
1050 } else if (usbsts & STS_SRE) { in xhci_suspend()
1148 if ((temp & (STS_SRE | STS_HCE)) && !(xhci->xhc_state & XHCI_STATE_REMOVING)) { in xhci_resume()