Searched defs:dma_pl330_chan (Results 1 – 1 of 1) sorted by relevance
413 struct dma_pl330_chan { struct415 struct tasklet_struct task;418 struct dma_chan chan;421 struct list_head submitted_list;423 struct list_head work_list;425 struct list_head completed_list;432 struct pl330_dmac *dmac;435 spinlock_t lock;441 struct pl330_thread *thread;444 int burst_sz; /* the peripheral fifo width */[all …]