Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/common/
A Ddma_alloc.c17 void *dma_alloc_coherent(size_t size) in dma_alloc_coherent() function
/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/include/
A Dsdhci_dma.h26 void *dma_alloc_coherent(struct rt_device *dev, size_t size,
/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/src/
A Dsdhci_dma.c23 void *dma_alloc_coherent(struct rt_device *dev, size_t size, in dma_alloc_coherent() function
/bsp/allwinner/libraries/sunxi-hal/include/hal/sound/
A Ddma_wrap.h52 static inline void *dma_alloc_coherent(size_t size)
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_common.h162 void *dma_alloc_coherent(size_t size);
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_os_platform.c17 v_addr = dma_alloc_coherent(size); in usb_dma_malloc()
/bsp/allwinner/libraries/sunxi-hal/hal/source/dma/
A Dhal_dma.c398 l_item = (struct sunxi_dma_lli *)dma_alloc_coherent(sizeof(struct sunxi_dma_lli)); in hal_dma_prep_memcpy()
439 l_item = (struct sunxi_dma_lli *)dma_alloc_coherent(sizeof(struct sunxi_dma_lli)); in hal_dma_prep_device()
522 l_item = (struct sunxi_dma_lli *)dma_alloc_coherent(sizeof(struct sunxi_dma_lli)); in hal_dma_prep_cyclic()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A D_sd_define.h157 #define SDC_CacheAlignBuff(bytes) (dma_alloc_coherent(bytes))
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/platform/
A Dsunxi-pcm.c87 buf->addr = dma_alloc_coherent(size); in sunxi_pcm_preallocate_dma_buffer()
A Dsun8iw19-daudio.c867 buf->addr = dma_alloc_coherent(size); in sunxi_pcm_preallocate_dma_buffer()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dohci-hcd.c519 ohci->hcca = dma_alloc_coherent (hcd->self.controller,
/bsp/allwinner/libraries/sunxi-hal/hal/source/spi/
A Dhal_spi.c1851 sspi->align_dma_buf = dma_alloc_coherent(ALIGN_DMA_BUF_SIZE); in hal_spi_init()

Completed in 25 milliseconds