Searched refs:Get_ED (Results 1 – 3 of 3) sorted by relevance
1885 ASSERT(Get_ED(list_array[half_list - 1 + in ohci_build_interrupt_lattice()2798 Get_ED(pp->pp_ept->hced_headp) & (~HC_EPT_Carry)); in ohci_hcdi_pipe_reset_data_toggle()3770 state = Get_ED(ohcip->ohci_ed_pool_addr[i].hced_state); in ohci_alloc_hc_ed()4059 if (Get_ED(next_lattice_ept->hced_state) != HC_EPT_STATIC) { in ohci_insert_intr_ed()4069 ohcip, Get_ED(lattice_ept->hced_next)); in ohci_insert_intr_ed()4075 Set_ED(ept->hced_next, Get_ED(lattice_ept->hced_next)); in ohci_insert_intr_ed()4087 (Get_ED(next_lattice_ept->hced_state) != HC_EPT_STATIC)) { in ohci_insert_intr_ed()4143 ohcip, Get_ED(lattice_ept->hced_next)); in ohci_insert_isoc_ed()4150 ohcip, Get_ED(lattice_ept->hced_next)); in ohci_insert_isoc_ed()4205 Set_ED(ept->hced_ctrl, (Get_ED(ept->hced_ctrl) & ~HC_EPT_sKip)); in ohci_modify_sKip_bit()[all …]
1121 polled_toggle = (Get_ED(polled_pp->pp_ept->hced_headp) & in ohci_polled_save_state()1136 real_toggle = (Get_ED(pp->pp_ept->hced_headp) & in ohci_polled_save_state()1146 Get_ED(polled_pp->pp_ept->hced_headp) & in ohci_polled_save_state()1150 Get_ED(polled_pp->pp_ept->hced_headp) | in ohci_polled_save_state()1163 (Get_ED(polled_pp->pp_ept->hced_headp) & ~HC_EPT_Halt)); in ohci_polled_save_state()1414 polled_toggle = (Get_ED(polled_pp->pp_ept->hced_headp) & in ohci_polled_restore_state()1427 real_toggle = (Get_ED(pp->pp_ept->hced_headp) & in ohci_polled_restore_state()1433 Get_ED(pp->pp_ept->hced_headp) & in ohci_polled_restore_state()1437 Get_ED(pp->pp_ept->hced_headp) | in ohci_polled_restore_state()1754 (Get_ED(pp->pp_ept->hced_headp) & ~HC_EPT_Halt)); in ohci_polled_process_input_list()[all …]
764 #define Get_ED(addr) ddi_get32(ohcip->ohci_ed_pool_mem_handle, \ macro