Searched defs:element_ptr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c374 UHCI_SET_TERMINATE_BIT(pp->pp_qh->element_ptr);
390 SetQH32(uhcip, pp->pp_qh->element_ptr,
533 UHCI_SET_TERMINATE_BIT(pp->pp_qh->element_ptr);
534 SetQH32(uhcip, pp->pp_qh->element_ptr,
549 SetQH32(uhcip, pp->pp_qh->element_ptr,
1131 * in the element_ptr.
1141 UHCI_SET_TERMINATE_BIT(pp->pp_qh->element_ptr);
1143 SetQH32(uhcip, pp->pp_qh->element_ptr,
1238 uint32_t paddr_tail, element_ptr; local
1242 element_ptr
[all...]
H A Duhciutil.c142 SetQH32(uhcip, list_array[i].element_ptr, HC_END_OF_LIST);
196 SetQH32(uhcip, list_array[0].element_ptr,
212 SetQH32(uhcip, uhcip->uhci_isoc_qh->element_ptr, TD_PADDR(isoc_td));
967 SetQH32(uhcip, queue_head->element_ptr, HC_END_OF_LIST);
973 SetQH32(uhcip, queue_head->element_ptr, TD_PADDR(dummy_td));
2943 SetQH32(uhcip, pp->pp_qh->element_ptr,
3430 SetQH32(uhcip, pp->pp_qh->element_ptr,
3439 SetQH32(uhcip, pp->pp_qh->element_ptr,
3529 uint32_t paddr_tail, element_ptr, paddr; local
3551 element_ptr
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h139 uint32_t element_ptr; /* Next queue head / TD */ member in struct:uhci_qh

Completed in 70 milliseconds