Lines Matching defs:dma_pl330_chan
414 struct dma_pl330_chan { struct
416 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 */
446 int burst_len; /* the number of burst */
447 phys_addr_t fifo_addr;
449 dma_addr_t fifo_dma;
450 enum dma_data_direction dir;
453 bool cyclic;
456 bool active;