Searched defs:ohci_hdl (Results 1 - 1 of 1) sorted by relevance

/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)
90 ASSERT(ohci_hdl !
79 hci1394_ohci_init(hci1394_state_t *soft_state, hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t *ohci_hdl) argument
264 hci1394_ohci_fini(hci1394_ohci_handle_t *ohci_hdl) argument
302 hci1394_ohci_chip_init(hci1394_ohci_handle_t ohci_hdl) argument
442 hci1394_ohci_soft_reset(hci1394_ohci_handle_t ohci_hdl) argument
483 hci1394_ohci_reg_read(hci1394_ohci_handle_t ohci_hdl, uint_t offset, uint32_t *data) argument
509 hci1394_ohci_reg_write(hci1394_ohci_handle_t ohci_hdl, uint_t offset, uint32_t data) argument
535 hci1394_ohci_intr_master_enable(hci1394_ohci_handle_t ohci_hdl) argument
556 hci1394_ohci_intr_master_disable(hci1394_ohci_handle_t ohci_hdl) argument
578 hci1394_ohci_intr_asserted(hci1394_ohci_handle_t ohci_hdl) argument
605 hci1394_ohci_intr_enable(hci1394_ohci_handle_t ohci_hdl, uint32_t interrupt_mask) argument
626 hci1394_ohci_intr_disable(hci1394_ohci_handle_t ohci_hdl, uint32_t interrupt_mask) argument
648 hci1394_ohci_intr_clear(hci1394_ohci_handle_t ohci_hdl, uint32_t interrupt_mask) argument
673 hci1394_ohci_it_intr_asserted(hci1394_ohci_handle_t ohci_hdl) argument
698 hci1394_ohci_it_intr_enable(hci1394_ohci_handle_t ohci_hdl, uint32_t interrupt_mask) argument
720 hci1394_ohci_it_intr_disable(hci1394_ohci_handle_t ohci_hdl, uint32_t interrupt_mask) argument
742 hci1394_ohci_it_intr_clear(hci1394_ohci_handle_t ohci_hdl, uint32_t interrupt_mask) argument
762 hci1394_ohci_it_ctxt_count_get(hci1394_ohci_handle_t ohci_hdl) argument
800 hci1394_ohci_it_cmd_ptr_set(hci1394_ohci_handle_t ohci_hdl, uint_t context_number, uint32_t io_addr) argument
824 hci1394_ohci_ir_intr_asserted(hci1394_ohci_handle_t ohci_hdl) argument
849 hci1394_ohci_ir_intr_enable(hci1394_ohci_handle_t ohci_hdl, uint32_t interrupt_mask) argument
871 hci1394_ohci_ir_intr_disable(hci1394_ohci_handle_t ohci_hdl, uint32_t interrupt_mask) argument
893 hci1394_ohci_ir_intr_clear(hci1394_ohci_handle_t ohci_hdl, uint32_t interrupt_mask) argument
913 hci1394_ohci_ir_ctxt_count_get(hci1394_ohci_handle_t ohci_hdl) argument
951 hci1394_ohci_ir_cmd_ptr_set(hci1394_ohci_handle_t ohci_hdl, uint_t context_number, uint32_t io_addr) argument
973 hci1394_ohci_link_enable(hci1394_ohci_handle_t ohci_hdl) argument
994 hci1394_ohci_link_disable(hci1394_ohci_handle_t ohci_hdl) argument
1014 hci1394_ohci_bus_reset(hci1394_ohci_handle_t ohci_hdl) argument
1068 hci1394_ohci_bus_reset_nroot(hci1394_ohci_handle_t ohci_hdl) argument
1106 hci1394_ohci_phy_init(hci1394_ohci_handle_t ohci_hdl) argument
1165 hci1394_ohci_phy_resume(hci1394_ohci_handle_t ohci_hdl) argument
1185 hci1394_ohci_phy_set(hci1394_ohci_handle_t ohci_hdl, uint_t address, uint_t bits) argument
1235 hci1394_ohci_phy_clr(hci1394_ohci_handle_t ohci_hdl, uint_t address, uint_t bits) argument
1285 hci1394_ohci_phy_read(hci1394_ohci_handle_t ohci_hdl, uint_t address, uint_t *data) argument
1308 hci1394_ohci_phy_write(hci1394_ohci_handle_t ohci_hdl, uint_t address, uint_t data) argument
1333 hci1394_ohci_phy_read_no_lock(hci1394_ohci_handle_t ohci_hdl, uint_t address, uint_t *data) argument
1436 hci1394_ohci_phy_write_no_lock(hci1394_ohci_handle_t ohci_hdl, uint_t address, uint_t data) argument
1531 hci1394_ohci_phy_info(hci1394_ohci_handle_t ohci_hdl, uint32_t *info) argument
1646 hci1394_ohci_current_busgen(hci1394_ohci_handle_t ohci_hdl) argument
1674 hci1394_ohci_startup(hci1394_ohci_handle_t ohci_hdl) argument
1722 hci1394_ohci_postwr_addr(hci1394_ohci_handle_t ohci_hdl, uint64_t *addr) argument
1756 hci1394_ohci_guid(hci1394_ohci_handle_t ohci_hdl) argument
1787 hci1394_ohci_csr_read(hci1394_ohci_handle_t ohci_hdl, uint_t offset, uint32_t *data) argument
1830 hci1394_ohci_csr_cswap(hci1394_ohci_handle_t ohci_hdl, uint_t generation, uint_t offset, uint32_t compare, uint32_t swap, uint32_t *old) argument
1942 hci1394_ohci_contender_enable(hci1394_ohci_handle_t ohci_hdl) argument
1987 hci1394_ohci_root_holdoff_enable(hci1394_ohci_handle_t ohci_hdl) argument
2009 hci1394_ohci_gap_count_set(hci1394_ohci_handle_t ohci_hdl, uint_t gap_count) argument
2039 hci1394_ohci_phy_filter_set(hci1394_ohci_handle_t ohci_hdl, uint64_t mask, uint_t generation) argument
2097 hci1394_ohci_phy_filter_clr(hci1394_ohci_handle_t ohci_hdl, uint64_t mask, uint_t generation) argument
2139 hci1394_ohci_bus_reset_short(hci1394_ohci_handle_t ohci_hdl) argument
2185 hci1394_ohci_cfgrom_update(hci1394_ohci_handle_t ohci_hdl, void *local_buf, uint_t quadlet_count) argument
2231 hci1394_ohci_nodeid_get(hci1394_ohci_handle_t ohci_hdl, uint_t *nodeid) argument
2254 hci1394_ohci_nodeid_set(hci1394_ohci_handle_t ohci_hdl, uint_t nodeid) argument
2279 hci1394_ohci_nodeid_info(hci1394_ohci_handle_t ohci_hdl, uint_t *nodeid, boolean_t *error) argument
2308 hci1394_ohci_cycletime_get(hci1394_ohci_handle_t ohci_hdl, uint32_t *cycle_time) argument
2327 hci1394_ohci_cycletime_set(hci1394_ohci_handle_t ohci_hdl, uint32_t cycle_time) argument
2345 hci1394_ohci_bustime_get(hci1394_ohci_handle_t ohci_hdl, uint32_t *bus_time) argument
2383 hci1394_ohci_bustime_set(hci1394_ohci_handle_t ohci_hdl, uint32_t bus_time) argument
2411 hci1394_ohci_atreq_retries_get(hci1394_ohci_handle_t ohci_hdl, uint_t *atreq_retries) argument
2433 hci1394_ohci_atreq_retries_set(hci1394_ohci_handle_t ohci_hdl, uint_t atreq_retries) argument
2462 hci1394_ohci_isr_cycle64seconds(hci1394_ohci_handle_t ohci_hdl) argument
2493 hci1394_ohci_isr_phy(hci1394_ohci_handle_t ohci_hdl) argument
2578 hci1394_ohci_root_check(hci1394_ohci_handle_t ohci_hdl) argument
2607 hci1394_ohci_cmc_check(hci1394_ohci_handle_t ohci_hdl) argument
2635 hci1394_ohci_cycle_master_enable(hci1394_ohci_handle_t ohci_hdl) argument
2660 hci1394_ohci_cycle_master_disable(hci1394_ohci_handle_t ohci_hdl) argument
2680 hci1394_ohci_resume(hci1394_ohci_handle_t ohci_hdl) argument
2762 hci1394_ohci_selfid_init(hci1394_ohci_handle_t ohci_hdl) argument
2808 hci1394_ohci_selfid_enable(hci1394_ohci_handle_t ohci_hdl) argument
2834 hci1394_ohci_selfid_read(hci1394_ohci_handle_t ohci_hdl, uint_t offset, uint32_t *data) argument
2854 hci1394_ohci_selfid_info(hci1394_ohci_handle_t ohci_hdl, uint_t *busgen, uint_t *size, boolean_t *error) argument
2888 hci1394_ohci_selfid_buf_current(hci1394_ohci_handle_t ohci_hdl) argument
2923 hci1394_ohci_selfid_sync(hci1394_ohci_handle_t ohci_hdl) argument
2940 hci1394_ohci_cfgrom_init(hci1394_ohci_handle_t ohci_hdl) argument
2985 hci1394_ohci_bus_capabilities(hci1394_ohci_handle_t ohci_hdl, uint32_t *bus_capabilities) argument
3010 hci1394_ohci_at_active(hci1394_ohci_handle_t ohci_hdl) argument
3057 hci1394_ohci_atreq_start(hci1394_ohci_handle_t ohci_hdl, uint32_t cmdptr) argument
3080 hci1394_ohci_atreq_wake(hci1394_ohci_handle_t ohci_hdl) argument
3100 hci1394_ohci_atreq_stop(hci1394_ohci_handle_t ohci_hdl) argument
3120 hci1394_ohci_arresp_start(hci1394_ohci_handle_t ohci_hdl, uint32_t cmdptr) argument
3143 hci1394_ohci_arresp_wake(hci1394_ohci_handle_t ohci_hdl) argument
3163 hci1394_ohci_arresp_stop(hci1394_ohci_handle_t ohci_hdl) argument
3183 hci1394_ohci_arreq_start(hci1394_ohci_handle_t ohci_hdl, uint32_t cmdptr) argument
3206 hci1394_ohci_arreq_wake(hci1394_ohci_handle_t ohci_hdl) argument
3226 hci1394_ohci_arreq_stop(hci1394_ohci_handle_t ohci_hdl) argument
3246 hci1394_ohci_atresp_start(hci1394_ohci_handle_t ohci_hdl, uint32_t cmdptr) argument
3269 hci1394_ohci_atresp_wake(hci1394_ohci_handle_t ohci_hdl) argument
3289 hci1394_ohci_atresp_stop(hci1394_ohci_handle_t ohci_hdl) argument
3309 hci1394_ohci_1394a_init(hci1394_ohci_handle_t ohci_hdl) argument
3346 hci1394_ohci_1394a_resume(hci1394_ohci_handle_t ohci_hdl) argument
[all...]

Completed in 70 milliseconds