Home
last modified time | relevance | path

Searched refs:mxs_dma_init_channel (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/arm/include/asm/mach-imx/
Ddma.h155 int mxs_dma_init_channel(int chan);
/external/u-boot/drivers/spi/
Dmxs_spi.c69 if (mxs_dma_init_channel(MXS_DMA_CHANNEL_AHB_APBH_SSP0 + bus)) in spi_setup_slave()
/external/u-boot/drivers/mmc/
Dmxsmmc.c394 ret = mxs_dma_init_channel(MXS_DMA_CHANNEL_AHB_APBH_SSP0 + id); in mxsmmc_initialize()
/external/u-boot/drivers/dma/
Dapbh_dma.c595 int mxs_dma_init_channel(int channel) in mxs_dma_init_channel() function
/external/u-boot/drivers/mtd/nand/
Dmxs_nand.c1119 ret = mxs_dma_init_channel(j); in mxs_nand_init_dma()