Searched refs:Set_ED (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 1110 Set_ED(ohcip->ohci_ed_pool_addr[i].hced_state, HC_EPT_FREE); in ohci_allocate_pools() 1873 Set_ED(list_array[i].hced_ctrl, HC_EPT_sKip); in ohci_build_interrupt_lattice() 1875 Set_ED(list_array[i].hced_state, HC_EPT_STATIC); in ohci_build_interrupt_lattice() 1889 Set_ED(list_array[2*i + 1].hced_next, addr); in ohci_build_interrupt_lattice() 1890 Set_ED(list_array[2*i + 2].hced_next, addr); in ohci_build_interrupt_lattice() 2813 Set_ED(pp->pp_ept->hced_headp, in ohci_hcdi_pipe_reset_data_toggle() 3815 Set_ED(hc_ed->hced_state, HC_EPT_FREE); in ohci_alloc_hc_ed() 3819 Set_ED(hc_ed->hced_prev, NULL); in ohci_alloc_hc_ed() 3820 Set_ED(hc_ed->hced_next, NULL); in ohci_alloc_hc_ed() 3823 Set_ED(hc_ed->hced_state, HC_EPT_ACTIVE); in ohci_alloc_hc_ed() [all …]
|
H A D | ohci_polled.c | 1143 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state() 1147 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state() 1160 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state() 1429 Set_ED(pp->pp_ept->hced_headp, in ohci_polled_restore_state() 1433 Set_ED(pp->pp_ept->hced_headp, in ohci_polled_restore_state() 1750 Set_ED(pp->pp_ept->hced_headp, in ohci_polled_process_input_list() 1947 Set_ED(ept->hced_tailp, (ohci_td_cpu_to_iommu(ohcip, td))); in ohci_polled_insert_td() 2271 Set_ED(ept->hced_tailp, in ohci_polled_insert_hc_td()
|
/titanic_50/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohcid.h | 767 #define Set_ED(addr, val) ddi_put32(ohcip->ohci_ed_pool_mem_handle, \ macro
|