Home
last modified time | relevance | path

Searched refs:get_dma_curr_addr (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/soc/blackfin/
Dbf6xx-sport.c209 unsigned long curr = get_dma_curr_addr(sport->tx_dma_chan); in sport_curr_offset_tx()
217 unsigned long curr = get_dma_curr_addr(sport->rx_dma_chan); in sport_curr_offset_rx()
Dbf5xx-sport.c592 unsigned long curr = get_dma_curr_addr(sport->dma_rx_chan); in sport_curr_offset_rx()
600 unsigned long curr = get_dma_curr_addr(sport->dma_tx_chan); in sport_curr_offset_tx()
/linux-4.1.27/arch/blackfin/include/asm/
Ddma.h288 static inline unsigned long get_dma_curr_addr(unsigned int channel) in get_dma_curr_addr() function