Searched refs:hci1394_ohci_handle_t (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h574 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_hd
[all...]
H A Dhci1394_csr.h115 hci1394_ohci_handle_t csr_ohci;
125 void hci1394_csr_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci,
H A Dhci1394_vendor.h102 hci1394_ohci_handle_t ve_ohci;
111 int hci1394_vendor_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci,
H A Dhci1394_state.h64 hci1394_ohci_handle_t ohci; /* see hci1394_ohci.h */
H A Dhci1394_async.h184 hci1394_ohci_handle_t as_ohci;
218 hci1394_ohci_handle_t ohci_handle, hci1394_csr_handle_t csr_handle,
H A Dhci1394_q.h273 hci1394_ohci_handle_t q_ohci;
353 hci1394_ohci_handle_t ohci_handle, hci1394_q_info_t *qinfo,
H A Dhci1394_isoch.h195 void hci1394_isoch_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci,
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c62 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)
264 hci1394_ohci_fini(hci1394_ohci_handle_t *ohci_hd
[all...]
H A Dhci1394_csr.c102 hci1394_csr_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci,
H A Dhci1394_vendor.c80 hci1394_vendor_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci,
H A Dhci1394_isoch.c66 hci1394_isoch_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci,
H A Dhci1394_q.c90 hci1394_ohci_handle_t ohci_handle, hci1394_q_info_t *qinfo,
H A Dhci1394_async.c147 hci1394_ohci_handle_t ohci_handle, hci1394_csr_handle_t csr_handle,

Completed in 83 milliseconds