Searched refs:hci1394_ohci_phy_read (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_ohci.c | 1079 (void) hci1394_ohci_phy_read(ohci_hdl, 0x1, ®); in hci1394_ohci_bus_reset_nroot() 1131 status = hci1394_ohci_phy_read(ohci_hdl, 2, &phy_reg); in hci1394_ohci_phy_init() 1285 hci1394_ohci_phy_read(hci1394_ohci_handle_t ohci_hdl, uint_t address, in hci1394_ohci_phy_read() function 1561 status = hci1394_ohci_phy_read(ohci_hdl, 1, ®); in hci1394_ohci_phy_info() 1573 status = hci1394_ohci_phy_read(ohci_hdl, 2, ®); in hci1394_ohci_phy_info() 1598 status = hci1394_ohci_phy_read(ohci_hdl, in hci1394_ohci_phy_info() 2522 status = hci1394_ohci_phy_read(ohci_hdl, 5, &phy_status); in hci1394_ohci_isr_phy()
|
H A D | hci1394_ioctl.c | 439 status = hci1394_ohci_phy_read(soft_state->ohci, rdphy.addr, in hci1394_ioctl_rdphy()
|
H A D | hci1394_isr.c | 443 status = hci1394_ohci_phy_read(soft_state->ohci, 5, &phy_status); in hci1394_isr_self_id()
|
/titanic_50/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_ohci.h | 590 int hci1394_ohci_phy_read(hci1394_ohci_handle_t ohci_hdl, uint_t regAddr,
|