Home
last modified time | relevance | path

Searched refs:hced_tailp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h295 uint32_t hced_tailp; /* (ohci_td *) End of trans. list */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1933 (ohci_td_iommu_to_cpu(ohcip, Get_ED(ept->hced_tailp))); in ohci_polled_insert_td()
1950 Set_ED(ept->hced_tailp, (ohci_td_cpu_to_iommu(ohcip, td))); in ohci_polled_insert_td()
2260 (ohci_td_iommu_to_cpu(ohcip, Get_ED(ept->hced_tailp))); in ohci_polled_insert_hc_td()
2274 Set_ED(ept->hced_tailp, in ohci_polled_insert_hc_td()
H A Dohci.c4397 ASSERT((Get_ED(ept->hced_tailp) & HC_EPT_TD_TAIL) == in ohci_remove_periodic_ed()
4732 Set_ED(ept->hced_tailp, (ohci_td_cpu_to_iommu(ohcip, dummy))); in ohci_initialize_dummy()
5877 (ohci_td_iommu_to_cpu(ohcip, Get_ED(ept->hced_tailp))); in ohci_insert_hc_td()
5922 Set_ED(ept->hced_tailp, in ohci_insert_hc_td()
6447 addr = Get_ED(ept->hced_tailp) & (uint32_t)HC_EPT_TD_TAIL; in ohci_traverse_tds()
6496 (Get_ED(ept->hced_tailp) & HC_EPT_TD_TAIL), in ohci_traverse_tds()
6499 ASSERT((Get_ED(ept->hced_tailp) & HC_EPT_TD_TAIL) == in ohci_traverse_tds()
10363 ASSERT((Get_ED(pp->pp_ept->hced_tailp) & HC_EPT_TD_TAIL) == in ohci_pipe_cleanup()
10409 Get_ED(ept->hced_tailp) & (uint32_t)HC_EPT_TD_TAIL)); in ohci_wait_for_transfers_completion()
10570 Get_ED(ed->hced_tailp) & (uint32_t)HC_EPT_TD_TAIL)); in ohci_save_data_toggle()
[all …]