Searched refs:ohci_intr_flag (Results 1 – 3 of 3) sorted by relevance
1007 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()
7693 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()
72 uint_t ohci_intr_flag; /* Intr handler flags */ member