Searched refs:ep93xx_dma_chan_direction (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/platform_data/
H A Ddma-ep93xx.h77 * ep93xx_dma_chan_direction - returns direction the channel can be used
85 ep93xx_dma_chan_direction(struct dma_chan *chan) function
/linux-master/sound/soc/cirrus/
H A Dep93xx-pcm.c42 if (data->direction == ep93xx_dma_chan_direction(chan)) {
/linux-master/drivers/dma/
H A Dep93xx_dma.c374 if (ep93xx_dma_chan_direction(&edmac->chan) == DMA_MEM_TO_DEV)
881 if (data->direction != ep93xx_dma_chan_direction(chan))
1044 if (!edmac->edma->m2m && dir != ep93xx_dma_chan_direction(chan)) {
1125 if (!edmac->edma->m2m && dir != ep93xx_dma_chan_direction(chan)) {

Completed in 156 milliseconds