Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c176 OHCI_INTR_BUS_RESET | OHCI_INTR_SELFID_CMPLT | in hci1394_isr_mask_setup()
220 if (interrupt_event & OHCI_INTR_BUS_RESET) { in hci1394_isr()
387 hci1394_ohci_intr_disable(soft_state->ohci, OHCI_INTR_BUS_RESET); in hci1394_isr_bus_reset()
474 hci1394_ohci_intr_clear(soft_state->ohci, (OHCI_INTR_BUS_RESET | in hci1394_isr_self_id()
644 hci1394_ohci_intr_enable(soft_state->ohci, OHCI_INTR_BUS_RESET); in hci1394_isr_self_id()
/titanic_44/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h167 #define OHCI_INTR_BUS_RESET 0x00020000 macro