/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcipolled.c | 256 (uint8_t *)td->tw->tw_buf, 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() 887 tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in uhci_polled_create_tw()
|
H A D | uhciutil.c | 1647 (uint8_t *)tw->tw_buf, req->intr_len, DDI_DEV_AUTOINCR); in uhci_insert_intr_td() 1804 DDI_DMA_CONSISTENT, dmamem_wait, NULL, (caddr_t *)&tw->tw_buf, in uhci_create_transfer_wrapper() 1818 (caddr_t)tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in uhci_create_transfer_wrapper() 2221 ddi_put32(tw->tw_accesshandle, (uint_t *)tw->tw_buf, sdata); in uhci_create_setup_pkt() 2226 (uint_t *)(tw->tw_buf + sizeof (uint_t)), sdata); in uhci_create_setup_pkt() 2258 (uint8_t *)(tw->tw_buf + UHCI_CTRL_EPT_MAX_SIZE), in uhci_create_setup_pkt() 2837 (uint8_t *)tw->tw_buf, in uhci_insert_bulk_td()
|
H A D | uhci.c | 1355 buf = (uchar_t *)tw->tw_buf + skip_len; in uhci_sendup_td_message()
|
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_polled.c | 609 buf, (uint8_t *)tw->tw_buf, in ehci_hcdi_polled_write() 1465 buf = (uchar_t *)tw->tw_buf; in ehci_polled_handle_normal_qtd() 2044 &tw->tw_buf, &real_length, &tw->tw_accesshandle)) != in ehci_polled_create_tw() 2054 tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in ehci_polled_create_tw()
|
H A D | ehci_xfer.c | 1562 bcopy(setup_packet, tw->tw_buf, SETUP_SIZE); in ehci_insert_ctrl_req() 1592 bcopy(data->b_rptr, tw->tw_buf + EHCI_MAX_QTD_BUF_SIZE, in ehci_insert_ctrl_req() 1749 bcopy(bulk_reqp->bulk_data->b_rptr, tw->tw_buf, in ehci_insert_bulk_req() 2139 bcopy(intr_reqp->intr_data->b_rptr, tw->tw_buf, in ehci_allocate_intr_resources() 3050 (caddr_t *)&tw->tw_buf, &real_length, &tw->tw_accesshandle); in ehci_create_transfer_wrapper() 3066 (caddr_t)tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in ehci_create_transfer_wrapper()
|
H A D | ehci_intr.c | 1284 buf = (uchar_t *)tw->tw_buf + skip_len; in ehci_sendup_qtd_message()
|
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_polled.c | 517 buf, (uint8_t *)tw->tw_buf, in ohci_hcdi_polled_write() 1825 buf = (uchar_t *)tw->tw_buf; in ohci_polled_handle_normal_td() 2150 &tw->tw_buf, &real_length, &tw->tw_accesshandle)) != in ohci_polled_create_tw() 2160 tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, 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() 4861 (uint_t *)((uintptr_t)tw->tw_buf + sizeof (uint_t)), sdata); in ohci_insert_ctrl_req() 4890 (uint8_t *)(tw->tw_buf + OHCI_MAX_TD_BUF_SIZE), in ohci_insert_ctrl_req() 5043 bulk_reqp->bulk_data->b_rptr, (uint8_t *)tw->tw_buf, in ohci_insert_bulk_req() 5446 intr_reqp->intr_data->b_rptr, (uint8_t *)tw->tw_buf, in ohci_allocate_intr_resources() 6937 (caddr_t *)&tw->tw_buf, &real_length, &tw->tw_accesshandle); in ohci_create_transfer_wrapper() 6953 (caddr_t)tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in ohci_create_transfer_wrapper() 9469 (caddr_t)tw->tw_buf, tw->tw_length, in ohci_tw_rebind_cookie() 9571 buf = (uchar_t *)tw->tw_buf + skip_len; in ohci_sendup_td_message()
|
/titanic_44/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhcid.h | 367 char *tw_buf; /* Buffer for txfer */ member
|
/titanic_44/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohcid.h | 592 char *tw_buf; /* Buffer for Xfer */ member
|
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehcid.h | 609 char *tw_buf; /* Buffer for Xfer */ member
|