Searched defs:dma_pl330_chan (Results 1 – 1 of 1) sorted by relevance
412 struct dma_pl330_chan { struct414 struct tasklet_struct task;417 struct dma_chan chan;420 struct list_head submitted_list;422 struct list_head work_list;424 struct list_head completed_list;431 struct pl330_dmac *dmac;434 spinlock_t lock;440 struct pl330_thread *thread;443 int burst_sz; /* the peripheral fifo width */[all …]