Home
last modified time | relevance | path

Searched refs:dma_page_cache_ptr (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb_transfer.c259 parm->dma_page_cache_ptr += n_dma_pc; in usbd_transfer_setup_sub_malloc()
268 parm->dma_page_cache_ptr[x].tag_parent = in usbd_transfer_setup_sub_malloc()
281 *ppc = parm->dma_page_cache_ptr; in usbd_transfer_setup_sub_malloc()
294 if (usb_pc_alloc_mem(parm->dma_page_cache_ptr, in usbd_transfer_setup_sub_malloc()
299 parm->dma_page_cache_ptr++; in usbd_transfer_setup_sub_malloc()
310 if (usb_pc_alloc_mem(parm->dma_page_cache_ptr, in usbd_transfer_setup_sub_malloc()
315 buf = parm->dma_page_cache_ptr->buffer; in usbd_transfer_setup_sub_malloc()
317 parm->dma_page_cache_ptr++; in usbd_transfer_setup_sub_malloc()
1195 parm->size[0] += ((uint8_t *)parm->dma_page_cache_ptr) - in usbd_transfer_setup()
1231 parm->dma_page_cache_ptr = USB_ADD_BYTES(buf, parm->size[4]); in usbd_transfer_setup()
H A Dusb_transfer.h203 struct usb_page_cache *dma_page_cache_ptr; /* these will be member