Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h865 #define OHCI_INTR 0x04 /* Interrupt handler registered */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1297 ohcip->ohci_flags |= OHCI_INTR; in ohci_register_intrs_and_init_mutex()
1301 if ((!(ohcip->ohci_flags & OHCI_INTR)) && in ohci_register_intrs_and_init_mutex()
1317 ohcip->ohci_flags |= OHCI_INTR; in ohci_register_intrs_and_init_mutex()
2090 if (flags & OHCI_INTR) { in ohci_cleanup()
2245 if (flags & OHCI_INTR) { in ohci_cleanup()
11286 if (ohcip->ohci_flags & OHCI_INTR) { in ohci_quiesce()