Searched refs:get_dma_curr_desc_ptr (Results 1 – 2 of 2) sorted by relevance
198 while ((get_dma_curr_desc_ptr(sport->dma_rx_chan) - in sport_hook_rx_dummy()257 while ((get_dma_curr_desc_ptr(sport->dma_rx_chan) - in sport_rx_start()317 while ((get_dma_curr_desc_ptr(sport->dma_tx_chan) - \ in sport_hook_tx_dummy()339 while ((get_dma_curr_desc_ptr(sport->dma_tx_chan) - in sport_tx_start()
183 static inline void *get_dma_curr_desc_ptr(unsigned int channel) in get_dma_curr_desc_ptr() function