Searched refs:USBSTS_HCPE (Results 1 – 3 of 3) sorted by relevance
34 #define USBSTS_HCPE 0x0010 /* Host Controller Process Error: macro
339 (usbstat & USBSTS_HCPE) ? "HostControllerProcessError " : "", in uhci_show_status()
473 if (status & USBSTS_HCPE) in uhci_irq()