Searched defs:dma_pl330_chan (Results 1 – 1 of 1) sorted by relevance
419 struct dma_pl330_chan { struct421 struct tasklet_struct task;424 struct dma_chan chan;427 struct list_head submitted_list;429 struct list_head work_list;431 struct list_head completed_list;438 struct pl330_dmac *dmac;441 spinlock_t lock;447 struct pl330_thread *thread;450 int burst_sz; /* the peripheral fifo width */[all …]