Home
last modified time | relevance | path

Searched refs:element_ptr (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c360 if (!(qh.element_ptr & HC_END_OF_LIST) && qh.element_ptr != NULL) { in uhci_qh()
363 qh.element_ptr, in uhci_qh()
365 TD_VADDR(qh.element_ptr & QH_LINK_PTR_MASK)); in uhci_qh()
368 " element_ptr (paddr) : %08x\n", qh.element_ptr); in uhci_qh()
403 if (qh.element_ptr == NULL) { in uhci_qh()
409 if (qh.element_ptr & HC_END_OF_LIST) { in uhci_qh()
415 if ((qh.element_ptr & HC_QUEUE_HEAD) == HC_QUEUE_HEAD) { in uhci_qh()
435 (uintptr_t)(TD_VADDR(qh.element_ptr & in uhci_qh()
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c374 UHCI_SET_TERMINATE_BIT(pp->pp_qh->element_ptr); in uhci_hcdi_pipe_close()
390 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_hcdi_pipe_close()
533 UHCI_SET_TERMINATE_BIT(pp->pp_qh->element_ptr); in uhci_hcdi_pipe_reset()
534 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_hcdi_pipe_reset()
549 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_hcdi_pipe_reset()
1141 UHCI_SET_TERMINATE_BIT(pp->pp_qh->element_ptr); in uhci_stop_periodic_pipe_polling()
1143 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_stop_periodic_pipe_polling()
1238 uint32_t paddr_tail, element_ptr; in uhci_update_intr_td_data_toggle() local
1242 element_ptr = GetQH32(uhcip, pp->pp_qh->element_ptr) & in uhci_update_intr_td_data_toggle()
1244 next_td = TD_VADDR(element_ptr); in uhci_update_intr_td_data_toggle()
[all …]
H A Duhcipolled.c266 SetQH32(uhcip, uhci_polledp->uhci_polled_qh->element_ptr, in uhci_hcdi_polled_read()
435 SetQH32(uhcip, uhci_polledp->uhci_polled_qh->element_ptr, in uhci_hcdi_polled_write()
834 SetQH32(uhcip, uhci_polledp->uhci_polled_qh->element_ptr, TD_PADDR(td)); in uhci_polled_insert_td_on_qh()
H A Duhciutil.c142 SetQH32(uhcip, list_array[i].element_ptr, HC_END_OF_LIST); in uhci_build_interrupt_lattice()
196 SetQH32(uhcip, list_array[0].element_ptr, in uhci_build_interrupt_lattice()
212 SetQH32(uhcip, uhcip->uhci_isoc_qh->element_ptr, TD_PADDR(isoc_td)); in uhci_build_interrupt_lattice()
967 SetQH32(uhcip, queue_head->element_ptr, HC_END_OF_LIST); in uhci_alloc_queue_head()
973 SetQH32(uhcip, queue_head->element_ptr, TD_PADDR(dummy_td)); in uhci_alloc_queue_head()
2943 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_insert_bulk_td()
3430 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_handle_bulk_td()
3439 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_handle_bulk_td()
3529 uint32_t paddr_tail, element_ptr, paddr; in uhci_handle_bulk_td_errors() local
3551 element_ptr = GetQH32(uhcip, pp->pp_qh->element_ptr) & in uhci_handle_bulk_td_errors()
[all …]
H A Duhci.c1189 SetQH32(uhcip, pp->pp_qh->element_ptr, GetTD32( in uhci_handle_intr_td()
1228 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_handle_intr_td()
1242 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_handle_intr_td()
1446 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_handle_ctrl_td()
1602 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_handle_ctrl_td()
/titanic_44/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h139 uint32_t element_ptr; /* Next queue head / TD */ member