Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h236 #define OHCI_INTR_UE (1 << 4) /* unrecoverable error */ macro
H A Dohci-hcd.c347 (mask & OHCI_INTR_UE) ? " UE" : "", in ohci_dump_intr_mask()
1874 OHCI_INTR_UE | OHCI_INTR_FNO | OHCI_INTR_RHSC | in hc_start()
1881 mask = OHCI_INTR_RHSC | OHCI_INTR_UE | OHCI_INTR_WDH | OHCI_INTR_SO; in hc_start()
1933 if (ints & OHCI_INTR_UE) { in hc_interrupt()
/openbmc/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
H A Disp1362-hcd.c1136 if (intstat & OHCI_INTR_UE) { in isp1362_irq()
1934 mask & OHCI_INTR_UE ? " ue" : "", in dump_int()
2565 isp1362_hcd->intenb = OHCI_INTR_MIE | OHCI_INTR_RHSC | OHCI_INTR_UE; in isp1362_hc_start()
/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c169 #define OHCI_INTR_UE (1U << 4) /* Unrecoverable error */ macro
1232 if (ohci->intr_status & OHCI_INTR_UE) { in ohci_frame_boundary()
1954 ohci_set_interrupt(ohci, OHCI_INTR_UE); in ohci_sysbus_die()