Home
last modified time | relevance | path

Searched refs:hced_prev (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h298 uint32_t hced_prev; /* (ohci_ed *)Virt addr. of prev ept */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c3803 Set_ED(hc_ed->hced_prev, 0); in ohci_alloc_hc_ed()
3943 Set_ED(prev_ept->hced_prev, ohci_ed_cpu_to_iommu(ohcip, ept)); in ohci_insert_ctrl_ed()
3990 Set_ED(prev_ept->hced_prev, ohci_ed_cpu_to_iommu(ohcip, ept)); in ohci_insert_bulk_ed()
4056 Set_ED(ept->hced_prev, 0); in ohci_insert_intr_ed()
4060 Set_ED(next_lattice_ept->hced_prev, in ohci_insert_intr_ed()
4082 Set_ED(ept->hced_prev, in ohci_insert_intr_ed()
4089 Set_ED(next_lattice_ept->hced_prev, in ohci_insert_intr_ed()
4157 Set_ED(ept->hced_prev, ohci_ed_cpu_to_iommu(ohcip, lattice_ept)); in ohci_insert_isoc_ed()
4460 prev_ept = ohci_ed_iommu_to_cpu(ohcip, Get_ED(ept->hced_prev)); in ohci_detach_ed_from_list()
4482 Set_ED(next_ept->hced_prev, 0); in ohci_detach_ed_from_list()
[all …]