Searched refs:ohci_intr_flag (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1005 if ((ohci_intr_sts->ohci_intr_flag & OHCI_INTR_CRITICAL) &&
1039 if ((ohci_intr_sts->ohci_intr_flag &
1468 if (ohci_intr_sts->ohci_intr_flag & OHCI_INTR_HANDLING) {
H A Dohci.c7713 ohci_intr_sts->ohci_intr_flag = OHCI_INTR_HANDLING;
7811 ohci_intr_sts->ohci_intr_flag &= ~OHCI_INTR_HANDLING;
7928 ohci_intr_sts->ohci_intr_flag &= ~OHCI_INTR_HANDLING;
8052 ohci_intr_sts->ohci_intr_flag |= OHCI_INTR_CRITICAL;
8064 ohci_intr_sts->ohci_intr_flag &= ~OHCI_INTR_CRITICAL;
9980 if (!(ohci_intr_sts->ohci_intr_flag &
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h72 uint_t ohci_intr_flag; /* Intr handler flags */ member in struct:ohci_save_intr_sts

Completed in 84 milliseconds