Searched refs:ohci_intr_sts (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c883 ohci_save_intr_sts_t *ohci_intr_sts; local
920 ohci_intr_sts = &ohcip->ohci_save_intr_sts;
1005 if ((ohci_intr_sts->ohci_intr_flag & OHCI_INTR_CRITICAL) &&
1006 (ohci_intr_sts->ohci_critical_intr_sts != 0)) {
1008 ohci_intr_sts->ohci_critical_intr_sts |=
1012 ohci_intr_sts->ohci_missed_intr_sts |=
1037 (done_head != ohci_intr_sts->ohci_curr_done_lst)) {
1039 if ((ohci_intr_sts->ohci_intr_flag &
1041 ((ohci_intr_sts->ohci_critical_done_lst) ||
1042 (ohci_intr_sts
1271 ohci_save_intr_sts_t *ohci_intr_sts; local
[all...]
H A Dohci.c7688 ohci_save_intr_sts_t *ohci_intr_sts = &ohcip->ohci_save_intr_sts; local
7713 ohci_intr_sts->ohci_intr_flag = OHCI_INTR_HANDLING;
7763 intr = ohci_intr_sts->ohci_curr_intr_sts =
7771 done_head = ohci_intr_sts->ohci_curr_done_lst =
7811 ohci_intr_sts->ohci_intr_flag &= ~OHCI_INTR_HANDLING;
7884 ohci_intr_sts->ohci_curr_done_lst = NULL;
7921 ohci_intr_sts->ohci_curr_intr_sts = 0;
7928 ohci_intr_sts->ohci_intr_flag &= ~OHCI_INTR_HANDLING;
7977 ohci_save_intr_sts_t *ohci_intr_sts = local
7992 if (!ohci_intr_sts
9971 ohci_save_intr_sts_t *ohci_intr_sts = local
[all...]

Completed in 78 milliseconds