Searched refs:OHCI_WDH (Results 1 – 2 of 2) sorted by relevance
72 #define OHCI_WDH 0x00000002 /* Writeback Done Head */ macro117 #define OHCI_ALL_INTRS (OHCI_SO | OHCI_WDH | OHCI_SF | \120 #define OHCI_NORMAL_INTRS (OHCI_WDH | OHCI_RD | OHCI_UE | OHCI_RHSC)
1141 status |= OHCI_WDH; in ohci_interrupt()1150 status = OREAD4(sc, OHCI_INTERRUPT_STATUS) & ~OHCI_WDH; in ohci_interrupt()1198 status &= ~(OHCI_RHSC | OHCI_WDH | OHCI_SO); in ohci_interrupt()