Home
last modified time | relevance | path

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

/titanic_50/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()
290 if (interrupt_event & OHCI_INTR_PHY) { in hci1394_isr()
462 OHCI_INTR_PHY); in hci1394_isr_self_id()
H A Dhci1394_ohci.c2504 hci1394_ohci_intr_clear(ohci_hdl, OHCI_INTR_PHY); in hci1394_ohci_isr_phy()
2565 hci1394_ohci_intr_disable(ohci_hdl, OHCI_INTR_PHY); in hci1394_ohci_isr_phy()
/titanic_50/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h168 #define OHCI_INTR_PHY 0x00080000 macro