Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c166 if (ohci->ohci_phy == H1394_PHY_1394A) { in hci1394_ohci_init()
180 soft_state->halinfo.phy = ohci->ohci_phy; in hci1394_ohci_init()
967 ohci_hdl->ohci_phy = H1394_PHY_1995; in hci1394_ohci_phy_init()
970 ohci_hdl->ohci_phy = H1394_PHY_1394A; in hci1394_ohci_phy_init()
1288 ASSERT(ohci_hdl->ohci_phy == H1394_PHY_1995); in hci1394_ohci_phy_info()
1625 if (ohci_hdl->ohci_phy == H1394_PHY_1995) { in hci1394_ohci_contender_enable()
1776 if (ohci_hdl->ohci_phy == H1394_PHY_1995) { in hci1394_ohci_bus_reset_short()
2074 if (ohci_hdl->ohci_phy == H1394_PHY_1995) { in hci1394_ohci_isr_phy()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h537 h1394_phy_t ohci_phy; member