Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.h75 #define OHCI_INTR_SO (1 << 0) /* scheduling overrun */ macro
Dusb-ohci.h218 #define OHCI_INTR_SO (1 << 0) /* scheduling overrun */ macro
Dusb-ohci.c356 (mask & OHCI_INTR_SO) ? " SO" : "" in ohci_dump_intr_mask()
2273 mask = OHCI_INTR_MIE | OHCI_INTR_UE | OHCI_INTR_WDH | OHCI_INTR_SO; in hc_start()
2407 if (ints & OHCI_INTR_SO) { in hc_interrupt()
2409 writel (OHCI_INTR_SO, &regs->intrenable); in hc_interrupt()