Home
last modified time | relevance | path

Searched refs:Get_QH (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c1094 Get_QH(polled_pp->pp_qh->qh_status) & in ehci_polled_save_state()
1098 Get_QH(polled_pp->pp_qh->qh_status) | in ehci_polled_save_state()
1111 (Get_QH(polled_pp->pp_qh->qh_status) & in ehci_polled_save_state()
1234 Get_QH(pp->pp_qh->qh_status) & in ehci_polled_restore_state()
1238 Get_QH(pp->pp_qh->qh_status) | in ehci_polled_restore_state()
1409 Get_QH(pp->pp_qh->qh_status) & in ehci_polled_process_active_intr_qtd_list()
1550 Get_QH(qh->qh_dummy_qtd)); in ehci_polled_insert_intr_qtd()
1608 Get_QH(qh->qh_dummy_qtd)); in ehci_polled_insert_bulk_qtd()
2190 ASSERT(Get_QH(async_head_qh->qh_ctrl) & in ehci_polled_insert_async_qh()
2230 Get_QH(qh->qh_prev) & EHCI_QH_LINK_PTR); in ehci_polled_remove_async_qh()
[all …]
H A Dehci_xfer.c636 ASSERT(Get_QH(async_head_qh->qh_ctrl) & in ehci_insert_async_qh()
783 status = Get_QH(qh->qh_status); in ehci_modify_qh_status_bit()
794 smask = Get_QH(qh->qh_split_ctrl) & in ehci_modify_qh_status_bit()
819 status = Get_QH(qh->qh_status); in ehci_modify_qh_status_bit()
870 ((Get_QH(qh->qh_status) & in ehci_halt_hs_qh()
912 ((Get_QH(qh->qh_status) & in ehci_halt_fls_ctrl_and_bulk_qh()
916 status = Get_QH(qh->qh_status); in ehci_halt_fls_ctrl_and_bulk_qh()
1083 status = Get_QH(qh->qh_status); in ehci_halt_fls_intr_qh()
1087 ((Get_QH(qh->qh_status) & in ehci_halt_fls_intr_qh()
1197 Get_QH(next_qh->qh_ctrl) | in ehci_remove_async_qh()
[all …]
H A Dehci_intr.c246 (EHCI_LOOKUP_ID(Get_QH(reclaim_qh->qh_reclaim_frame))); in ehci_handle_endpoint_reclaimation()
269 ehcip, Get_QH(reclaim_qh->qh_reclaim_next)); in ehci_handle_endpoint_reclaimation()
272 EHCI_FREE_ID((uint32_t)Get_QH(reclaim_qh->qh_reclaim_frame)); in ehci_handle_endpoint_reclaimation()
501 speed = Get_QH(pp->pp_qh->qh_ctrl) & EHCI_QH_CTRL_ED_SPEED; in ehci_check_for_error()
610 uint_t qh_ctrl = Get_QH(pp->pp_qh->qh_ctrl); in ehci_check_for_error()
705 ((Get_QH(pp->pp_qh->qh_status) & in ehci_check_for_short_xfer()
H A Dehci_util.c1088 Get_QH(dummy_async_qh->qh_ctrl) | in ehci_init_hardware()
4386 "\tqh_link_ptr: 0x%x ", Get_QH(qh->qh_link_ptr)); in ehci_print_qh()
4388 "\tqh_ctrl: 0x%x ", Get_QH(qh->qh_ctrl)); in ehci_print_qh()
4392 "\tqh_curr_qtd: 0x%x ", Get_QH(qh->qh_curr_qtd)); in ehci_print_qh()
4394 "\tqh_next_qtd: 0x%x ", Get_QH(qh->qh_next_qtd)); in ehci_print_qh()
4398 "\tqh_status: 0x%x ", Get_QH(qh->qh_status)); in ehci_print_qh()
4402 "\tqh_buf[%d]: 0x%x ", i, Get_QH(qh->qh_buf[i])); in ehci_print_qh()
4408 i, Get_QH(qh->qh_buf_high[i])); in ehci_print_qh()
4412 "\tqh_dummy_qtd: 0x%x ", Get_QH(qh->qh_dummy_qtd)); in ehci_print_qh()
4414 "\tqh_prev: 0x%x ", Get_QH(qh->qh_prev)); in ehci_print_qh()
[all …]
H A Dehci.c1155 Get_QH(pp->pp_qh->qh_status) & (~EHCI_QH_STS_DATA_TOGGLE)); in ehci_hcdi_pipe_reset_data_toggle()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h871 #define Get_QH(addr) ddi_get32(ehcip->ehci_qh_pool_mem_handle, \ macro