Searched defs:cppi41_channel (Results 1 – 2 of 2) sorted by relevance
54 static void save_rx_toggle(struct cppi41_dma_channel *cppi41_channel) in save_rx_toggle()70 static void update_rx_toggle(struct cppi41_dma_channel *cppi41_channel) in update_rx_toggle()117 static void cppi41_trans_done(struct cppi41_dma_channel *cppi41_channel) in cppi41_trans_done()188 struct cppi41_dma_channel *cppi41_channel, *n; in cppi41_recheck_tx_req() local224 struct cppi41_dma_channel *cppi41_channel = channel->private_data; in cppi41_dma_callback() local339 static void cppi41_set_dma_mode(struct cppi41_dma_channel *cppi41_channel, in cppi41_set_dma_mode()366 static void da8xx_set_dma_mode(struct cppi41_dma_channel *cppi41_channel, in da8xx_set_dma_mode()392 static void cppi41_set_autoreq_mode(struct cppi41_dma_channel *cppi41_channel, in cppi41_set_autoreq_mode()415 struct cppi41_dma_channel *cppi41_channel = channel->private_data; in cppi41_configure_channel() local487 struct cppi41_dma_channel *cppi41_channel = NULL; in cppi41_dma_channel_allocate() local[all …]
84 struct cppi41_channel { struct85 struct dma_chan chan;86 struct dma_async_tx_descriptor txd;87 struct cppi41_dd *cdd;88 struct cppi41_desc *desc;89 dma_addr_t desc_phys;90 void __iomem *gcr_reg;91 int is_tx;92 u32 residue;94 unsigned int q_num;[all …]