Home
last modified time | relevance | path

Searched refs:OHCI_INTR_BUS_RESET (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c152 OHCI_INTR_BUS_RESET | OHCI_INTR_SELFID_CMPLT | in hci1394_isr_mask_setup()
192 if (interrupt_event & OHCI_INTR_BUS_RESET) { in hci1394_isr()
353 hci1394_ohci_intr_disable(soft_state->ohci, OHCI_INTR_BUS_RESET); in hci1394_isr_bus_reset()
428 hci1394_ohci_intr_clear(soft_state->ohci, (OHCI_INTR_BUS_RESET | in hci1394_isr_self_id()
586 hci1394_ohci_intr_enable(soft_state->ohci, OHCI_INTR_BUS_RESET); in hci1394_isr_self_id()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h165 #define OHCI_INTR_BUS_RESET 0x00020000 macro