Searched defs:dma_pl330_chan (Results 1 – 1 of 1) sorted by relevance
411 struct dma_pl330_chan { struct413 struct tasklet_struct task;416 struct dma_chan chan;419 struct list_head submitted_list;421 struct list_head work_list;423 struct list_head completed_list;430 struct pl330_dmac *dmac;433 spinlock_t lock;439 struct pl330_thread *thread;442 int burst_sz; /* the peripheral fifo width */[all …]