Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c151 (OHCI_INTR_UNRECOVERABLE_ERR | OHCI_INTR_CYC_TOO_LONG | in hci1394_isr_mask_setup()
245 if (interrupt_event & OHCI_INTR_CYC_TOO_LONG) { in hci1394_isr()
247 OHCI_INTR_CYC_TOO_LONG); in hci1394_isr()
H A Dhci1394_ohci.c2175 &ohci_hdl->ohci_regs->intr_event_clr, OHCI_INTR_CYC_TOO_LONG); in hci1394_ohci_cycle_master_enable()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h172 #define OHCI_INTR_CYC_TOO_LONG 0x02000000 macro