Home
last modified time | relevance | path

Searched refs:OHCI_WDH (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dohcireg.h72 #define OHCI_WDH 0x00000002 /* Writeback Done Head */ macro
117 #define OHCI_ALL_INTRS (OHCI_SO | OHCI_WDH | OHCI_SF | \
120 #define OHCI_NORMAL_INTRS (OHCI_WDH | OHCI_RD | OHCI_UE | OHCI_RHSC)
H A Dohci.c1141 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()