Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c156 OHCI_INTR_LOCK_RESP_ERR)); in hci1394_isr_mask_setup()
266 if (interrupt_event & OHCI_INTR_LOCK_RESP_ERR) { in hci1394_isr()
268 OHCI_INTR_LOCK_RESP_ERR); in hci1394_isr()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h163 #define OHCI_INTR_LOCK_RESP_ERR 0x00000200 macro