Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c179 OHCI_INTR_ISOCH_RX | OHCI_INTR_POST_WR_ERR | OHCI_INTR_PHY | in hci1394_isr_mask_setup()
283 if (interrupt_event & OHCI_INTR_POST_WR_ERR) { in hci1394_isr()
H A Dhci1394_ohci.c1744 hci1394_ohci_intr_clear(ohci_hdl, OHCI_INTR_POST_WR_ERR); in hci1394_ohci_postwr_addr()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h164 #define OHCI_INTR_POST_WR_ERR 0x00000100 macro