Home
last modified time | relevance | path

Searched refs:STS_HCE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.h221 #define STS_HCE BIT(12) macro
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h258 #define STS_HCE (1 << 12) macro
2657 if (usbsts & STS_HCE) in xhci_decode_usbsts()
H A Dxhci.c1073 ((res & STS_HCE) == 0))) { in xhci_suspend()
1176 if (temp & (STS_SRE | STS_HCE)) { in xhci_resume()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h258 #define STS_HCE (1 << 12) macro
2689 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.c3108 if (status & STS_HCE) { in xhci_irq()

Completed in 35 milliseconds