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