Searched refs:Get_TD (Results 1 – 3 of 3) sorted by relevance
815 Get_TD(next_td->hctd_tw_next_td)); in ohci_polled_fini()1065 Get_TD(td->hctd_next_td)); in ohci_polled_save_state()1356 Get_TD(td->hctd_next_td)); in ohci_polled_restore_state()1378 Get_TD(td->hctd_next_td)); in ohci_polled_restore_state()1592 Get_TD(current_td->hctd_next_td)); in ohci_polled_pickup_done_list()1598 (uint32_t)Get_TD(current_td->hctd_trans_wrapper)); in ohci_polled_pickup_done_list()1669 Get_TD(td->hctd_next_td)); in ohci_polled_create_input_list()1734 ohci_td_iommu_to_cpu(ohcip, Get_TD(td->hctd_next_td)); in ohci_polled_process_input_list()1737 ctrl = (uint_t)Get_TD(td->hctd_ctrl) & (uint32_t)HC_TD_CC; in ohci_polled_process_input_list()1747 (uint32_t)Get_TD(td->hctd_trans_wrapper)); in ohci_polled_process_input_list()[all …]
2157 state = Get_TD(ohcip->ohci_td_pool_addr[i].hctd_state); in ohci_cleanup()2166 Get_TD(td->hctd_trans_wrapper)); in ohci_cleanup()4637 ASSERT(Get_TD(dummy_td->hctd_state) == HC_TD_DUMMY); in ohci_deallocate_ed()5872 Get_TD(new_dummy->hctd_tw_next_td)); in ohci_insert_hc_td()5951 state = Get_TD(ohcip->ohci_td_pool_addr[i].hctd_state); in ohci_allocate_td_from_pool()6008 ASSERT(Get_TD(td->hctd_state) == HC_TD_DUMMY); in ohci_fill_in_td()6213 Get_TD(td->hctd_offsets[i / 2]) | offset); in ohci_init_itd()6219 Get_TD(td->hctd_offsets[i / 2]) | offset); in ohci_init_itd()6254 isoc_pkts = ((Get_TD(current_td->hctd_ctrl) & in ohci_insert_td_with_frame_number()6333 ctrl = Get_TD(current_td->hctd_ctrl) & (~(HC_ITD_SF)); in ohci_insert_td_with_frame_number()[all …]
771 #define Get_TD(addr) ddi_get32(ohcip->ohci_td_pool_mem_handle, \ macro