Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c180 OHCI_INTR_LOCK_RESP_ERR)); in hci1394_isr_mask_setup()
294 if (interrupt_event & OHCI_INTR_LOCK_RESP_ERR) { in hci1394_isr()
296 OHCI_INTR_LOCK_RESP_ERR); in hci1394_isr()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h165 #define OHCI_INTR_LOCK_RESP_ERR 0x00000200 macro