Home
last modified time | relevance | path

Searched refs:USB3_DMA_PRD_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Drenesas_usb3.c267 #define USB3_DMA_PRD_SIZE 4096 macro
291 #define USB3_DMA_NUM_PRD_ENTRIES (USB3_DMA_PRD_SIZE / \
293 #define USB3_DMA_MAX_XFER_SIZE_ALL_PRDS (USB3_DMA_PRD_SIZE / \
1456 dma_free_coherent(dev, USB3_DMA_PRD_SIZE, in renesas_usb3_dma_free_prd()
1475 dma->prd = dma_alloc_coherent(dev, USB3_DMA_PRD_SIZE, in renesas_usb3_dma_alloc_prd()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Drenesas_usb3.c271 #define USB3_DMA_PRD_SIZE 4096 macro
295 #define USB3_DMA_NUM_PRD_ENTRIES (USB3_DMA_PRD_SIZE / \
297 #define USB3_DMA_MAX_XFER_SIZE_ALL_PRDS (USB3_DMA_PRD_SIZE / \
1514 dma_free_coherent(dev, USB3_DMA_PRD_SIZE, in renesas_usb3_dma_free_prd()
1533 dma->prd = dma_alloc_coherent(dev, USB3_DMA_PRD_SIZE, in renesas_usb3_dma_alloc_prd()

Completed in 9 milliseconds