Home
last modified time | relevance | path

Searched refs:ohci_hdl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c61 static int hci1394_ohci_selfid_init(hci1394_ohci_handle_t ohci_hdl);
62 static int hci1394_ohci_cfgrom_init(hci1394_ohci_handle_t ohci_hdl);
63 static int hci1394_ohci_chip_init(hci1394_ohci_handle_t ohci_hdl);
64 static int hci1394_ohci_phy_resume(hci1394_ohci_handle_t ohci_hdl);
65 static int hci1394_ohci_1394a_init(hci1394_ohci_handle_t ohci_hdl);
66 static int hci1394_ohci_1394a_resume(hci1394_ohci_handle_t ohci_hdl);
67 static int hci1394_ohci_phy_read_no_lock(hci1394_ohci_handle_t ohci_hdl,
69 static int hci1394_ohci_phy_write_no_lock(hci1394_ohci_handle_t ohci_hdl,
79 hci1394_ohci_handle_t *ohci_hdl) in hci1394_ohci_init() argument
89 ASSERT(ohci_hdl != NULL); in hci1394_ohci_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h576 hci1394_ohci_handle_t *ohci_hdl);
577 void hci1394_ohci_fini(hci1394_ohci_handle_t *ohci_hdl);
579 void hci1394_ohci_reg_read(hci1394_ohci_handle_t ohci_hdl, uint_t offset,
581 void hci1394_ohci_reg_write(hci1394_ohci_handle_t ohci_hdl, uint_t offset,
583 int hci1394_ohci_phy_init(hci1394_ohci_handle_t ohci_hdl);
584 int hci1394_ohci_phy_set(hci1394_ohci_handle_t ohci_hdl, uint_t regAddr,
586 int hci1394_ohci_phy_clr(hci1394_ohci_handle_t ohci_hdl, uint_t regAddr,
588 int hci1394_ohci_phy_read(hci1394_ohci_handle_t ohci_hdl, uint_t regAddr,
590 int hci1394_ohci_phy_write(hci1394_ohci_handle_t ohci_hdl, uint_t regAddr,
592 int hci1394_ohci_phy_info(hci1394_ohci_handle_t ohci_hdl, uint32_t *info);
[all …]