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