Searched refs:tw_accesshandle (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcipolled.c | 254 ddi_rep_get8(tw->tw_accesshandle, in uhci_hcdi_polled_read() 416 ddi_put8(tw->tw_accesshandle, (uint8_t *)tw->tw_buf, *buf); in uhci_hcdi_polled_write() 417 ddi_rep_put8(tw->tw_accesshandle, buf, (uint8_t *)tw->tw_buf, in uhci_hcdi_polled_write() 877 &tw->tw_buf, &real_length, &tw->tw_accesshandle)) != in uhci_polled_create_tw() 890 ddi_dma_mem_free(&tw->tw_accesshandle); in uhci_polled_create_tw() 902 ddi_dma_mem_free(&tw->tw_accesshandle); in uhci_polled_create_tw()
|
H A D | uhciutil.c | 1646 ddi_rep_put8(tw->tw_accesshandle, req->intr_data->b_rptr, in uhci_insert_intr_td() 1805 &real_length, &tw->tw_accesshandle) != DDI_SUCCESS) { in uhci_create_transfer_wrapper() 1823 ddi_dma_mem_free(&tw->tw_accesshandle); in uhci_create_transfer_wrapper() 2221 ddi_put32(tw->tw_accesshandle, (uint_t *)tw->tw_buf, sdata); in uhci_create_setup_pkt() 2225 ddi_put32(tw->tw_accesshandle, in uhci_create_setup_pkt() 2256 ddi_rep_put8(tw->tw_accesshandle, in uhci_create_setup_pkt() 2494 ddi_dma_mem_free(&tw->tw_accesshandle); in uhci_free_tw() 2835 ddi_rep_put8(tw->tw_accesshandle, in uhci_insert_bulk_td()
|
H A D | uhci.c | 1395 ddi_rep_get8(tw->tw_accesshandle, in uhci_sendup_td_message()
|
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_polled.c | 516 ddi_rep_put8(tw->tw_accesshandle, in ohci_hcdi_polled_write() 1847 ddi_rep_get8(tw->tw_accesshandle, in ohci_polled_handle_normal_td() 2150 &tw->tw_buf, &real_length, &tw->tw_accesshandle)) != in ohci_polled_create_tw() 2163 ddi_dma_mem_free(&tw->tw_accesshandle); in ohci_polled_create_tw() 2175 ddi_dma_mem_free(&tw->tw_accesshandle); in ohci_polled_create_tw()
|
H A D | ohci.c | 4850 ddi_put32(tw->tw_accesshandle, (uint_t *)tw->tw_buf, sdata); in ohci_insert_ctrl_req() 4860 ddi_put32(tw->tw_accesshandle, in ohci_insert_ctrl_req() 4889 ddi_rep_put8(tw->tw_accesshandle, data->b_rptr, in ohci_insert_ctrl_req() 5042 ddi_rep_put8(tw->tw_accesshandle, in ohci_insert_bulk_req() 5445 ddi_rep_put8(tw->tw_accesshandle, in ohci_allocate_intr_resources() 6937 (caddr_t *)&tw->tw_buf, &real_length, &tw->tw_accesshandle); in ohci_create_transfer_wrapper() 6959 ddi_dma_mem_free(&tw->tw_accesshandle); in ohci_create_transfer_wrapper() 7664 ddi_dma_mem_free(&tw->tw_accesshandle); in ohci_free_tw() 9632 ddi_rep_get8(tw->tw_accesshandle, in ohci_sendup_td_message()
|
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_polled.c | 608 ddi_rep_put8(tw->tw_accesshandle, in ehci_hcdi_polled_write() 2044 &tw->tw_buf, &real_length, &tw->tw_accesshandle)) != in ehci_polled_create_tw() 2057 ddi_dma_mem_free(&tw->tw_accesshandle); in ehci_polled_create_tw() 2069 ddi_dma_mem_free(&tw->tw_accesshandle); in ehci_polled_create_tw()
|
H A D | ehci_xfer.c | 3050 (caddr_t *)&tw->tw_buf, &real_length, &tw->tw_accesshandle); in ehci_create_transfer_wrapper() 3072 ddi_dma_mem_free(&tw->tw_accesshandle); in ehci_create_transfer_wrapper() 3543 ddi_dma_mem_free(&tw->tw_accesshandle); in ehci_free_tw()
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhcid.h | 366 ddi_acc_handle_t tw_accesshandle; /* Acc hndle */ member
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohcid.h | 588 ddi_acc_handle_t tw_accesshandle; /* Acc hndle */ member
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehcid.h | 602 ddi_acc_handle_t tw_accesshandle; /* Acc hndle */ member
|