Home
last modified time | relevance | path

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.c1007 if ((ohci_intr_sts->ohci_intr_flag & OHCI_INTR_CRITICAL) && in ohci_polled_save_state()
1041 if ((ohci_intr_sts->ohci_intr_flag & in ohci_polled_save_state()
1471 if (ohci_intr_sts->ohci_intr_flag & OHCI_INTR_HANDLING) { in ohci_polled_restore_state()
H A Dohci.c7693 ohci_intr_sts->ohci_intr_flag = OHCI_INTR_HANDLING; in ohci_intr()
7791 ohci_intr_sts->ohci_intr_flag &= ~OHCI_INTR_HANDLING; in ohci_intr()
7908 ohci_intr_sts->ohci_intr_flag &= ~OHCI_INTR_HANDLING; in ohci_intr()
8032 ohci_intr_sts->ohci_intr_flag |= OHCI_INTR_CRITICAL; in ohci_handle_missed_intr()
8044 ohci_intr_sts->ohci_intr_flag &= ~OHCI_INTR_CRITICAL; in ohci_handle_missed_intr()
9960 if (!(ohci_intr_sts->ohci_intr_flag & in ohci_get_current_frame_number()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h72 uint_t ohci_intr_flag; /* Intr handler flags */ member