Searched refs:Set_ED (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1110 Set_ED(ohcip->ohci_ed_pool_addr[i].hced_state, HC_EPT_FREE);
1873 Set_ED(list_array[i].hced_ctrl, HC_EPT_sKip);
1875 Set_ED(list_array[i].hced_state, HC_EPT_STATIC);
1889 Set_ED(list_array[2*i + 1].hced_next, addr);
1890 Set_ED(list_array[2*i + 2].hced_next, addr);
2813 Set_ED(pp->pp_ept->hced_headp,
3815 Set_ED(hc_ed->hced_state, HC_EPT_FREE);
3819 Set_ED(hc_ed->hced_prev, NULL);
3820 Set_ED(hc_ed->hced_next, NULL);
3823 Set_ED(hc_e
[all...]
H A Dohci_polled.c1143 Set_ED(polled_pp->pp_ept->hced_headp,
1147 Set_ED(polled_pp->pp_ept->hced_headp,
1160 Set_ED(polled_pp->pp_ept->hced_headp,
1429 Set_ED(pp->pp_ept->hced_headp,
1433 Set_ED(pp->pp_ept->hced_headp,
1750 Set_ED(pp->pp_ept->hced_headp,
1947 Set_ED(ept->hced_tailp, (ohci_td_cpu_to_iommu(ohcip, td)));
2271 Set_ED(ept->hced_tailp,
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h767 #define Set_ED(addr, val) ddi_put32(ohcip->ohci_ed_pool_mem_handle, \ macro

Completed in 77 milliseconds