Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dohcireg.h136 #define OHCI_DONE_INTRS 1 macro
H A Dohci.c1037 if (done & ~OHCI_DONE_INTRS) in ohci_intr1()
1039 if (done & OHCI_DONE_INTRS) in ohci_intr1()
1082 ohci_add_done(sc, done &~ OHCI_DONE_INTRS); in ohci_intr1()