Searched refs:dma_rx_chan (Results 1 – 2 of 2) sorted by relevance
157 enable_dma(sport->dma_rx_chan); in sport_start()172 disable_dma(sport->dma_rx_chan); in sport_stop()189 desc = get_dma_next_desc_ptr(sport->dma_rx_chan); in sport_hook_rx_dummy()197 while ((get_dma_curr_desc_ptr(sport->dma_rx_chan) - in sport_hook_rx_dummy()215 set_dma_next_desc_addr(sport->dma_rx_chan, sport->curr_rx_desc); in sport_rx_dma_start()216 set_dma_x_count(sport->dma_rx_chan, 0); in sport_rx_dma_start()217 set_dma_x_modify(sport->dma_rx_chan, 0); in sport_rx_dma_start()218 set_dma_config(sport->dma_rx_chan, (DMAFLOW_LARGE | NDSIZE_9 | \ in sport_rx_dma_start()220 set_dma_curr_addr(sport->dma_rx_chan, sport->curr_rx_desc->start_addr); in sport_rx_dma_start()256 while ((get_dma_curr_desc_ptr(sport->dma_rx_chan) - in sport_rx_start()[all …]
44 int dma_rx_chan; member111 int dma_rx_chan; member