Searched refs:Set_QH (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_polled.c | 1093 Set_QH(polled_pp->pp_qh->qh_status, in ehci_polled_save_state() 1097 Set_QH(polled_pp->pp_qh->qh_status, in ehci_polled_save_state() 1110 Set_QH(polled_pp->pp_qh->qh_status, in ehci_polled_save_state() 1120 Set_QH(qh->qh_buf[i], NULL); in ehci_polled_save_state() 1121 Set_QH(qh->qh_buf_high[i], NULL); in ehci_polled_save_state() 1123 Set_QH(qh->qh_next_qtd, ehci_qtd_cpu_to_iommu(ehcip, in ehci_polled_save_state() 1233 Set_QH(pp->pp_qh->qh_status, in ehci_polled_restore_state() 1237 Set_QH(pp->pp_qh->qh_status, in ehci_polled_restore_state() 1280 Set_QH(qh->qh_ctrl, in ehci_polled_stop_processing() 1295 Set_QH(qh->qh_ctrl, in ehci_polled_stop_processing() [all …]
|
H A D | ehci_xfer.c | 358 Set_QH(qh->qh_link_ptr, EHCI_QH_LINK_PTR_VALID); in ehci_alloc_qh() 359 Set_QH(qh->qh_ctrl, EHCI_QH_CTRL_ED_INACTIVATE); in ehci_alloc_qh() 367 Set_QH(qh->qh_state, EHCI_QH_FREE); in ehci_alloc_qh() 374 Set_QH(qh->qh_curr_qtd, NULL); in ehci_alloc_qh() 375 Set_QH(qh->qh_alt_next_qtd, in ehci_alloc_qh() 379 Set_QH(qh->qh_state, EHCI_QH_ACTIVE); in ehci_alloc_qh() 381 Set_QH(qh->qh_status, EHCI_QH_STS_HALTED); in ehci_alloc_qh() 384 Set_QH(qh->qh_state, EHCI_QH_STATIC); in ehci_alloc_qh() 520 Set_QH(qh->qh_ctrl, ctrl); in ehci_unpack_endpoint() 521 Set_QH(qh->qh_split_ctrl, split_ctrl); in ehci_unpack_endpoint() [all …]
|
H A D | ehci_util.c | 537 Set_QH(ehcip->ehci_qh_pool_addr[i].qh_state, EHCI_QH_FREE); in ehci_allocate_pools() 1081 Set_QH(dummy_async_qh->qh_link_ptr, in ehci_init_hardware() 1086 Set_QH(dummy_async_qh->qh_ctrl, in ehci_init_hardware() 1090 Set_QH(dummy_async_qh->qh_next_qtd, in ehci_init_hardware() 1092 Set_QH(dummy_async_qh->qh_alt_next_qtd, in ehci_init_hardware() 1619 Set_QH(list_array[i].qh_state, EHCI_QH_STATIC); in ehci_build_interrupt_lattice() 1620 Set_QH(list_array[i].qh_status, EHCI_QH_STS_HALTED); in ehci_build_interrupt_lattice() 1621 Set_QH(list_array[i].qh_next_qtd, EHCI_QH_NEXT_QTD_PTR_VALID); in ehci_build_interrupt_lattice() 1622 Set_QH(list_array[i].qh_alt_next_qtd, in ehci_build_interrupt_lattice() 1630 Set_QH(list_array[0].qh_link_ptr, EHCI_QH_LINK_PTR_VALID); in ehci_build_interrupt_lattice() [all …]
|
H A D | ehci_intr.c | 704 Set_QH(pp->pp_qh->qh_status, in ehci_check_for_short_xfer()
|
H A D | ehci.c | 1169 Set_QH(pp->pp_qh->qh_status, in ehci_hcdi_pipe_reset_data_toggle()
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehcid.h | 873 #define Set_QH(addr, val) ddi_put32(ehcip->ehci_qh_pool_mem_handle, \ macro
|