Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Duhci-hcd.h32 #define USBSTS_HCPE 0x0010 /* Host Controller Process Error: macro
Duhci-debug.c321 (usbstat & USBSTS_HCPE) ? "HostControllerProcessError " : "", in uhci_show_status()
Duhci-hcd.c436 if (status & USBSTS_HCPE) in uhci_irq()