Home
last modified time | relevance | path

Searched refs:OHCI_INTR_SO (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h232 #define OHCI_INTR_SO (1 << 0) /* scheduling overrun */ macro
H A Dohci-hcd.c351 (mask & OHCI_INTR_SO) ? " SO" : "" in ohci_dump_intr_mask()
1873 mask = (OHCI_INTR_SO | OHCI_INTR_WDH | OHCI_INTR_SF | OHCI_INTR_RD | in hc_start()
1881 mask = OHCI_INTR_RHSC | OHCI_INTR_UE | OHCI_INTR_WDH | OHCI_INTR_SO; in hc_start()
1961 if (ints & OHCI_INTR_SO) { in hc_interrupt()
1963 ohci_writel(OHCI_INTR_SO, &regs->intrenable); in hc_interrupt()
/openbmc/linux/drivers/usb/host/
H A Dohci.h285 #define OHCI_INTR_SO (1 << 0) /* scheduling overrun */ macro
H A Dohci-dbg.c60 (mask & OHCI_INTR_SO) ? " SO" : "" in ohci_dump_intr_mask()
H A Disp1362.h296 #define OHCI_INTR_SO (1 << 0) /* scheduling overrun */ macro
H A Disp1362-hcd.c1937 mask & OHCI_INTR_SO ? " so" : ""); in dump_int()
/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c165 #define OHCI_INTR_SO (1U << 0) /* Scheduling overrun */ macro