Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Duhci-hcd.h34 #define USBSTS_HCPE 0x0010 /* Host Controller Process Error: macro
H A Duhci-debug.c339 (usbstat & USBSTS_HCPE) ? "HostControllerProcessError " : "", in uhci_show_status()
H A Duhci-hcd.c473 if (status & USBSTS_HCPE) in uhci_irq()