Searched refs:hci1394_ohci_phy_read (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_ohci.c | 1079 (void) hci1394_ohci_phy_read(ohci_hdl, 0x1, ®); 1131 status = hci1394_ohci_phy_read(ohci_hdl, 2, &phy_reg); 1281 * hci1394_ohci_phy_read() 1285 hci1394_ohci_phy_read(hci1394_ohci_handle_t ohci_hdl, uint_t address, function 1561 status = hci1394_ohci_phy_read(ohci_hdl, 1, ®); 1573 status = hci1394_ohci_phy_read(ohci_hdl, 2, ®); 1598 status = hci1394_ohci_phy_read(ohci_hdl, 2522 status = hci1394_ohci_phy_read(ohci_hdl, 5, &phy_status);
|
H A D | hci1394_ioctl.c | 439 status = hci1394_ohci_phy_read(soft_state->ohci, rdphy.addr,
|
H A D | hci1394_isr.c | 443 status = hci1394_ohci_phy_read(soft_state->ohci, 5, &phy_status);
|
/illumos-gate/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,
|
Completed in 71 milliseconds