Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c155 OHCI_INTR_ISOCH_RX | OHCI_INTR_POST_WR_ERR | OHCI_INTR_PHY | in hci1394_isr_mask_setup()
262 if (interrupt_event & OHCI_INTR_PHY) { in hci1394_isr()
418 OHCI_INTR_PHY); in hci1394_isr_self_id()
H A Dhci1394_ohci.c2065 hci1394_ohci_intr_clear(ohci_hdl, OHCI_INTR_PHY); in hci1394_ohci_isr_phy()
2110 hci1394_ohci_intr_disable(ohci_hdl, OHCI_INTR_PHY); in hci1394_ohci_isr_phy()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h166 #define OHCI_INTR_PHY 0x00080000 macro