Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohcireg.h117 #define OHCI_ALL_INTRS (OHCI_SO | OHCI_WDH | OHCI_SF | \ macro
H A Dohci.c256 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/sys/dev/pci/
H A Dpci.c3646 bus_write_4(res, OHCI_INTERRUPT_DISABLE, OHCI_ALL_INTRS); in ohci_early_takeover()