Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c180 if (ohci->ohci_phy == H1394_PHY_1394A) { in hci1394_ohci_init()
198 soft_state->halinfo.phy = ohci->ohci_phy; in hci1394_ohci_init()
1145 ohci_hdl->ohci_phy = H1394_PHY_1995; in hci1394_ohci_phy_init()
1148 ohci_hdl->ohci_phy = H1394_PHY_1394A; in hci1394_ohci_phy_init()
1544 ASSERT(ohci_hdl->ohci_phy == H1394_PHY_1995); in hci1394_ohci_phy_info()
1955 if (ohci_hdl->ohci_phy == H1394_PHY_1995) { in hci1394_ohci_contender_enable()
2151 if (ohci_hdl->ohci_phy == H1394_PHY_1995) { in hci1394_ohci_bus_reset_short()
2513 if (ohci_hdl->ohci_phy == H1394_PHY_1995) { in hci1394_ohci_isr_phy()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h539 h1394_phy_t ohci_phy; member