Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/usb/controller/
HDohcireg.h116 #define OHCI_ALL_INTRS (OHCI_SO | OHCI_WDH | OHCI_SF | \ macro
HDohci.c255 OWRITE4(sc, OHCI_INTERRUPT_DISABLE, OHCI_ALL_INTRS); in ohci_controller_init()
442 OWRITE4(sc, OHCI_INTERRUPT_DISABLE, OHCI_ALL_INTRS); in ohci_detach()
/freebsd-11-stable/sys/dev/pci/
HDpci.c3467 bus_write_4(res, OHCI_INTERRUPT_DISABLE, OHCI_ALL_INTRS); in ohci_early_takeover()