Lines Matching defs:cppi41_dma_controller
36 struct cppi41_dma_controller { struct
37 struct dma_controller controller;
38 struct cppi41_dma_channel *rx_channel;
39 struct cppi41_dma_channel *tx_channel;
40 struct hrtimer early_tx;
41 struct list_head early_tx_list;
42 u32 rx_mode;
43 u32 tx_mode;
44 u32 auto_req;
46 u32 tdown_reg;
47 u32 autoreq_reg;
49 void (*set_dma_mode)(struct cppi41_dma_channel *cppi41_channel,
51 u8 num_channels;