Home
last modified time | relevance | path

Searched refs:Get_ED (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1901 ASSERT(Get_ED(list_array[half_list - 1 + in ohci_build_interrupt_lattice()
2814 Get_ED(pp->pp_ept->hced_headp) & (~HC_EPT_Carry)); in ohci_hcdi_pipe_reset_data_toggle()
3786 state = Get_ED(ohcip->ohci_ed_pool_addr[i].hced_state); in ohci_alloc_hc_ed()
4075 if (Get_ED(next_lattice_ept->hced_state) != HC_EPT_STATIC) { in ohci_insert_intr_ed()
4085 ohcip, Get_ED(lattice_ept->hced_next)); in ohci_insert_intr_ed()
4091 Set_ED(ept->hced_next, Get_ED(lattice_ept->hced_next)); in ohci_insert_intr_ed()
4103 (Get_ED(next_lattice_ept->hced_state) != HC_EPT_STATIC)) { in ohci_insert_intr_ed()
4159 ohcip, Get_ED(lattice_ept->hced_next)); in ohci_insert_isoc_ed()
4166 ohcip, Get_ED(lattice_ept->hced_next)); in ohci_insert_isoc_ed()
4221 Set_ED(ept->hced_ctrl, (Get_ED(ept->hced_ctrl) & ~HC_EPT_sKip)); in ohci_modify_sKip_bit()
[all …]
H A Dohci_polled.c1119 polled_toggle = (Get_ED(polled_pp->pp_ept->hced_headp) & in ohci_polled_save_state()
1134 real_toggle = (Get_ED(pp->pp_ept->hced_headp) & in ohci_polled_save_state()
1144 Get_ED(polled_pp->pp_ept->hced_headp) & in ohci_polled_save_state()
1148 Get_ED(polled_pp->pp_ept->hced_headp) | in ohci_polled_save_state()
1161 (Get_ED(polled_pp->pp_ept->hced_headp) & ~HC_EPT_Halt)); in ohci_polled_save_state()
1411 polled_toggle = (Get_ED(polled_pp->pp_ept->hced_headp) & in ohci_polled_restore_state()
1424 real_toggle = (Get_ED(pp->pp_ept->hced_headp) & in ohci_polled_restore_state()
1430 Get_ED(pp->pp_ept->hced_headp) & in ohci_polled_restore_state()
1434 Get_ED(pp->pp_ept->hced_headp) | in ohci_polled_restore_state()
1751 (Get_ED(pp->pp_ept->hced_headp) & ~HC_EPT_Halt)); in ohci_polled_process_input_list()
[all …]
/titanic_50/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h764 #define Get_ED(addr) ddi_get32(ohcip->ohci_ed_pool_mem_handle, \ macro