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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dohcireg.h71 #define OHCI_WDH 0x00000002 /* Writeback Done Head */ macro
116 #define OHCI_ALL_INTRS (OHCI_SO | OHCI_WDH | OHCI_SF | \
119 #define OHCI_NORMAL_INTRS (OHCI_WDH | OHCI_RD | OHCI_UE | OHCI_RHSC)
H A Dohci.c1150 status |= OHCI_WDH;
1159 status = OREAD4(sc, OHCI_INTERRUPT_STATUS) & ~OHCI_WDH;
1207 status &= ~(OHCI_RHSC | OHCI_WDH | OHCI_SO);

Completed in 106 milliseconds