Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1857 Set_ED(list_array[i].hced_ctrl, HC_EPT_sKip); in ohci_build_interrupt_lattice()
1886 ohci_index[i]].hced_ctrl)); in ohci_build_interrupt_lattice()
3809 Set_ED(hc_ed->hced_ctrl, in ohci_alloc_hc_ed()
3812 Set_ED(hc_ed->hced_ctrl, HC_EPT_sKip); in ohci_alloc_hc_ed()
4205 Set_ED(ept->hced_ctrl, (Get_ED(ept->hced_ctrl) & ~HC_EPT_sKip)); in ohci_modify_sKip_bit()
4214 (Get_ED(ept->hced_ctrl) & HC_EPT_sKip)) { in ohci_modify_sKip_bit()
4225 Set_ED(ept->hced_ctrl, in ohci_modify_sKip_bit()
4226 (Get_ED(ept->hced_ctrl) | HC_EPT_sKip)); in ohci_modify_sKip_bit()
8681 uint_t hced_ctrl = Get_ED(pp->pp_ept->hced_ctrl); in ohci_check_for_error() local
8685 "Endpoint number %d", error, (hced_ctrl & HC_EPT_FUNC), in ohci_check_for_error()
[all …]