Searched refs:dma_alloc_coherent (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | dma-mapping.h | 11 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | dma-mapping.h | 12 static void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | dma-mapping.h | 15 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | dma-mapping.h | 15 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | macb.c | 826 macb->rx_buffer = dma_alloc_coherent(MACB_RX_BUFFER_SIZE, in _macb_eth_initialize() 828 macb->rx_ring = dma_alloc_coherent(MACB_RX_DMA_DESC_SIZE, in _macb_eth_initialize() 830 macb->tx_ring = dma_alloc_coherent(MACB_TX_DMA_DESC_SIZE, in _macb_eth_initialize() 832 macb->dummy_desc = dma_alloc_coherent(MACB_TX_DUMMY_DMA_DESC_SIZE, in _macb_eth_initialize()
|
| H A D | ftgmac100.c | 379 txdes = dma_alloc_coherent( in ftgmac100_init() 389 rxdes = dma_alloc_coherent( in ftgmac100_init()
|
| H A D | ftmac110.c | 431 chip->txd = dma_alloc_coherent( in ftmac110_initialize() 450 chip->rxd = dma_alloc_coherent( in ftmac110_initialize()
|
| H A D | altera_tse.c | 645 desc_mem = dma_alloc_coherent(len, &addr); in altera_tse_probe()
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | gadget.c | 341 dep->trb_pool = dma_alloc_coherent(sizeof(struct dwc3_trb) * in dwc3_alloc_trb_pool() 2634 dwc->ctrl_req = dma_alloc_coherent(sizeof(*dwc->ctrl_req), in dwc3_gadget_init() 2642 dwc->ep0_trb = dma_alloc_coherent(sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_init() 2657 dwc->ep0_bounce = dma_alloc_coherent(DWC3_EP0_BOUNCE_SIZE, in dwc3_gadget_init()
|
| H A D | core.c | 126 evt->buf = dma_alloc_coherent(length, in dwc3_alloc_one_event_buffer()
|
| /rk3399_rockchip-uboot/drivers/usb/cdns3/ |
| H A D | gadget.c | 192 dma_alloc_coherent(ring_size, in cdns3_allocate_trb_pool() 738 buf->buf = dma_alloc_coherent(buf->size, in cdns3_prepare_aligned_request_buf() 2626 dma_alloc_coherent(8, (unsigned long *)&priv_dev->setup_dma); in cdns3_gadget_start()
|