Searched defs:dma_pl330_chan (Results 1 – 1 of 1) sorted by relevance
414 struct dma_pl330_chan { struct416 struct tasklet_struct task;419 struct dma_chan chan;422 struct list_head submitted_list;424 struct list_head work_list;426 struct list_head completed_list;433 struct pl330_dmac *dmac;436 spinlock_t lock;442 struct pl330_thread *thread;445 int burst_sz; /* the peripheral fifo width */[all …]