Home
last modified time | relevance | path

Searched refs:ohci_critical_intr_sts (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1008 (ohci_intr_sts->ohci_critical_intr_sts != 0)) { in ohci_polled_save_state()
1010 ohci_intr_sts->ohci_critical_intr_sts |= in ohci_polled_save_state()
1048 ohci_intr_sts->ohci_critical_intr_sts |= in ohci_polled_save_state()
H A Dohci.c8033 ohci_intr_sts->ohci_critical_intr_sts |= in ohci_handle_missed_intr()
8046 intr = ohci_intr_sts->ohci_critical_intr_sts; in ohci_handle_missed_intr()
8073 ohci_intr_sts->ohci_critical_intr_sts = 0; in ohci_handle_missed_intr()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h87 uint_t ohci_critical_intr_sts; /* Critical interrupts */ member