Searched refs:OHCI_INTR_BUS_RESET (Results 1 – 2 of 2) sorted by relevance
176 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()
167 #define OHCI_INTR_BUS_RESET 0x00020000 macro