Searched refs:hci1394_ohci_handle_t (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_ohci.h | 574 typedef hci1394_ohci_t *hci1394_ohci_handle_t; typedef 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, [all …]
|
H A D | hci1394_vendor.h | 102 hci1394_ohci_handle_t ve_ohci; 111 int hci1394_vendor_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci,
|
H A D | hci1394_csr.h | 115 hci1394_ohci_handle_t csr_ohci; 125 void hci1394_csr_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci,
|
H A D | hci1394_async.h | 184 hci1394_ohci_handle_t as_ohci; 218 hci1394_ohci_handle_t ohci_handle, hci1394_csr_handle_t csr_handle,
|
H A D | hci1394_q.h | 273 hci1394_ohci_handle_t q_ohci; 353 hci1394_ohci_handle_t ohci_handle, hci1394_q_info_t *qinfo,
|
H A D | hci1394_state.h | 64 hci1394_ohci_handle_t ohci; /* see hci1394_ohci.h */
|
H A D | hci1394_isoch.h | 195 void hci1394_isoch_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci,
|
/titanic_41/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() 264 hci1394_ohci_fini(hci1394_ohci_handle_t *ohci_hdl) in hci1394_ohci_fini() [all …]
|
H A D | hci1394_vendor.c | 80 hci1394_vendor_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci, in hci1394_vendor_init()
|
H A D | hci1394_csr.c | 102 hci1394_csr_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci, in hci1394_csr_init()
|
H A D | hci1394_isoch.c | 66 hci1394_isoch_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci, in hci1394_isoch_init()
|
H A D | hci1394_q.c | 90 hci1394_ohci_handle_t ohci_handle, hci1394_q_info_t *qinfo, in hci1394_q_init()
|
H A D | hci1394_async.c | 147 hci1394_ohci_handle_t ohci_handle, hci1394_csr_handle_t csr_handle, in hci1394_async_init()
|