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()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() local415 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() local513 struct cppi41_dma_channel *cppi41_channel = channel->private_data; in cppi41_dma_channel_release() local528 struct cppi41_dma_channel *cppi41_channel = channel->private_data; in cppi41_dma_channel_program() local557 struct cppi41_dma_channel *cppi41_channel = channel->private_data; in cppi41_is_compatible() local575 struct cppi41_dma_channel *cppi41_channel = channel->private_data; in cppi41_dma_channel_abort() local[all …]
85 struct cppi41_channel { struct86 struct dma_chan chan;88 struct cppi41_dd *cdd;90 dma_addr_t desc_phys;91 void __iomem *gcr_reg;92 int is_tx;93 u32 residue;95 unsigned int q_num;99 unsigned td_retry;100 unsigned td_queued:1;[all …]
Completed in 8 milliseconds