Searched defs:omap_dmadev (Results 1 – 1 of 1) sorted by relevance
42 struct omap_dmadev { struct43 struct dma_device ddev;44 spinlock_t lock;45 void __iomem *base;46 const struct omap_dma_reg *reg_map;47 struct omap_system_dma_plat_info *plat;48 const struct omap_dma_config *cfg;49 struct notifier_block nb;50 struct omap_dma_context context;51 int lch_count;[all …]