Searched refs:ohci_hdl (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_ohci.c | 62 static int hci1394_ohci_selfid_init(hci1394_ohci_handle_t ohci_hdl); 63 static int hci1394_ohci_cfgrom_init(hci1394_ohci_handle_t ohci_hdl); 64 static int hci1394_ohci_chip_init(hci1394_ohci_handle_t ohci_hdl); 65 static int hci1394_ohci_phy_resume(hci1394_ohci_handle_t ohci_hdl); 66 static int hci1394_ohci_1394a_init(hci1394_ohci_handle_t ohci_hdl); 67 static int hci1394_ohci_1394a_resume(hci1394_ohci_handle_t ohci_hdl); 68 static int hci1394_ohci_phy_read_no_lock(hci1394_ohci_handle_t ohci_hdl, 70 static int hci1394_ohci_phy_write_no_lock(hci1394_ohci_handle_t ohci_hdl, 80 hci1394_ohci_handle_t *ohci_hdl) in hci1394_ohci_init() argument 90 ASSERT(ohci_hdl != NULL); in hci1394_ohci_init() [all …]
|
/titanic_50/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_ohci.h | 578 hci1394_ohci_handle_t *ohci_hdl); 579 void hci1394_ohci_fini(hci1394_ohci_handle_t *ohci_hdl); 581 void hci1394_ohci_reg_read(hci1394_ohci_handle_t ohci_hdl, uint_t offset, 583 void hci1394_ohci_reg_write(hci1394_ohci_handle_t ohci_hdl, uint_t offset, 585 int hci1394_ohci_phy_init(hci1394_ohci_handle_t ohci_hdl); 586 int hci1394_ohci_phy_set(hci1394_ohci_handle_t ohci_hdl, uint_t regAddr, 588 int hci1394_ohci_phy_clr(hci1394_ohci_handle_t ohci_hdl, uint_t regAddr, 590 int hci1394_ohci_phy_read(hci1394_ohci_handle_t ohci_hdl, uint_t regAddr, 592 int hci1394_ohci_phy_write(hci1394_ohci_handle_t ohci_hdl, uint_t regAddr, 594 int hci1394_ohci_phy_info(hci1394_ohci_handle_t ohci_hdl, uint32_t *info); [all …]
|