Home
last modified time | relevance | path

Searched refs:OHCI_INTR_UE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/host/
H A Dohci-hcd.c59 (OHCI_INTR_MIE | OHCI_INTR_RHSC | OHCI_INTR_UE \
906 if (ints & OHCI_INTR_UE) { in ohci_irq()
914 ohci_writel (ohci, OHCI_INTR_UE, &regs->intrdisable); in ohci_irq()
H A Dohci.h289 #define OHCI_INTR_UE (1 << 4) /* unrecoverable error */ macro
H A Dohci-dbg.c56 (mask & OHCI_INTR_UE) ? " UE" : "", in ohci_dump_intr_mask()
H A Disp1362.h300 #define OHCI_INTR_UE (1 << 4) /* unrecoverable error */ macro