Searched refs:get_dma_curr_addr (Results 1 – 3 of 3) sorted by relevance
209 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()
592 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()
288 static inline unsigned long get_dma_curr_addr(unsigned int channel) in get_dma_curr_addr() function