Home
last modified time | relevance | path

Searched refs:dma_alloc_coherent (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/arch/nios2/include/asm/
Ddma-mapping.h11 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
/external/u-boot/arch/nds32/include/asm/
Ddma-mapping.h11 static void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
/external/u-boot/arch/x86/include/asm/
Ddma-mapping.h14 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
/external/u-boot/arch/arm/include/asm/
Ddma-mapping.h14 static inline void *dma_alloc_coherent(size_t len, unsigned long *handle) in dma_alloc_coherent() function
/external/u-boot/drivers/net/
Dmacb.c873 macb->rx_buffer = dma_alloc_coherent(MACB_RX_BUFFER_SIZE, in _macb_eth_initialize()
875 macb->rx_ring = dma_alloc_coherent(MACB_RX_DMA_DESC_SIZE, in _macb_eth_initialize()
877 macb->tx_ring = dma_alloc_coherent(MACB_TX_DMA_DESC_SIZE, in _macb_eth_initialize()
879 macb->dummy_desc = dma_alloc_coherent(MACB_TX_DUMMY_DMA_DESC_SIZE, in _macb_eth_initialize()
Dftgmac100.c378 txdes = dma_alloc_coherent( in ftgmac100_init()
388 rxdes = dma_alloc_coherent( in ftgmac100_init()
Dftmac110.c430 chip->txd = dma_alloc_coherent( in ftmac110_initialize()
449 chip->rxd = dma_alloc_coherent( in ftmac110_initialize()
Daltera_tse.c645 desc_mem = dma_alloc_coherent(len, &addr); in altera_tse_probe()
/external/u-boot/drivers/usb/dwc3/
Dgadget.c340 dep->trb_pool = dma_alloc_coherent(sizeof(struct dwc3_trb) * in dwc3_alloc_trb_pool()
2561 dwc->ctrl_req = dma_alloc_coherent(sizeof(*dwc->ctrl_req), in dwc3_gadget_init()
2569 dwc->ep0_trb = dma_alloc_coherent(sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_init()
2584 dwc->ep0_bounce = dma_alloc_coherent(DWC3_EP0_BOUNCE_SIZE, in dwc3_gadget_init()
Dcore.c121 evt->buf = dma_alloc_coherent(length, in dwc3_alloc_one_event_buffer()