Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h221 #define STS_SRE (1 << 10) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h255 #define STS_SRE (1 << 10) macro
2714 if (usbsts & STS_SRE) in xhci_decode_usbsts()
H A Dxhci.c1064 (((res & STS_SRE) == 0) && in xhci_suspend()
1168 if (temp & (STS_SRE | STS_HCE)) { in xhci_resume()