Searched refs:USBSTS_HCH (Results 1 – 5 of 5) sorted by relevance
29 #define USBSTS_HCH 0x0020 /* HC Halted */ macro
180 (usbstat & USBSTS_HCH) ? "HCHalted " : "", in uhci_show_status()
39 #define USBSTS_HCH 0x0020 /* HC Halted */ macro
167 (usbstat & USBSTS_HCH) ? "HCHalted " : "", in uhci_show_status()
2460 if ((status & USBSTS_HCH) && !uhci->is_suspended) { in uhci_interrupt()