Searched defs:cppi41_channel (Results 1 – 2 of 2) sorted by relevance
59 static void save_rx_toggle(struct cppi41_dma_channel *cppi41_channel) in save_rx_toggle()75 static void update_rx_toggle(struct cppi41_dma_channel *cppi41_channel) in update_rx_toggle()122 static void cppi41_trans_done(struct cppi41_dma_channel *cppi41_channel) in cppi41_trans_done()190 struct cppi41_dma_channel *cppi41_channel, *n; in cppi41_recheck_tx_req() local226 struct cppi41_dma_channel *cppi41_channel = channel->private_data; in cppi41_dma_callback() local320 static void cppi41_set_dma_mode(struct cppi41_dma_channel *cppi41_channel, in cppi41_set_dma_mode()348 static void cppi41_set_autoreq_mode(struct cppi41_dma_channel *cppi41_channel, in cppi41_set_autoreq_mode()370 struct cppi41_dma_channel *cppi41_channel = channel->private_data; in cppi41_configure_channel() local444 struct cppi41_dma_channel *cppi41_channel = NULL; in cppi41_dma_channel_allocate() local469 struct cppi41_dma_channel *cppi41_channel = channel->private_data; in cppi41_dma_channel_release() local[all …]
93 struct cppi41_channel { struct94 struct dma_chan chan;95 struct dma_async_tx_descriptor txd;96 struct cppi41_dd *cdd;97 struct cppi41_desc *desc;98 dma_addr_t desc_phys;99 void __iomem *gcr_reg;100 int is_tx;101 u32 residue;103 unsigned int q_num;[all …]