Searched refs:hced_ctrl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h294 uint32_t hced_ctrl; /* See below */ member in struct:ohci_ed
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1873 Set_ED(list_array[i].hced_ctrl, HC_EPT_sKip);
1902 ohci_index[i]].hced_ctrl));
3825 Set_ED(hc_ed->hced_ctrl,
3828 Set_ED(hc_ed->hced_ctrl, HC_EPT_sKip);
4221 Set_ED(ept->hced_ctrl, (Get_ED(ept->hced_ctrl) & ~HC_EPT_sKip));
4230 (Get_ED(ept->hced_ctrl) & HC_EPT_sKip)) {
4241 Set_ED(ept->hced_ctrl,
4242 (Get_ED(ept->hced_ctrl) | HC_EPT_sKip));
8701 uint_t hced_ctrl local
8887 uint_t hced_ctrl = Get_ED(pp->pp_ept->hced_ctrl); local
[all...]

Completed in 60 milliseconds