Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c407 phy_status |= OHCI_PHY_LOOP_ERR | OHCI_PHY_PWRFAIL_ERR | in hci1394_isr_self_id()
H A Dhci1394_ohci.c2089 if (phy_status & OHCI_PHY_PWRFAIL_ERR) { in hci1394_ohci_isr_phy()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h88 #define OHCI_PHY_PWRFAIL_ERR 0x10 macro