Searched defs:pl330_dmac (Results 1 – 1 of 1) sorted by relevance
458 struct pl330_dmac { struct460 struct dma_device ddma;463 struct device_dma_parameters dma_parms;466 struct list_head desc_pool;468 spinlock_t pool_lock;492 enum pl330_dmac_state state; argument494 struct list_head req_done;497 unsigned int num_peripherals;498 struct dma_pl330_chan *peripherals; /* keep at end */499 int quirks;[all …]