Searched defs:omap_dmadev (Results 1 – 1 of 1) sorted by relevance
25 struct omap_dmadev { struct26 struct dma_device ddev;27 spinlock_t lock;28 struct tasklet_struct task;29 struct list_head pending;30 void __iomem *base;31 const struct omap_dma_reg *reg_map;32 struct omap_system_dma_plat_info *plat;33 bool legacy;34 spinlock_t irq_lock;[all …]