Lines Matching defs:omap_dmadev
42 struct omap_dmadev { struct
43 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;
53 struct mutex lch_lock; /* for assigning logical channels */
54 bool legacy;
55 bool ll123_supported;
56 struct dma_pool *desc_pool;
57 unsigned dma_requests;
58 spinlock_t irq_lock;
59 uint32_t irq_enable_mask;
60 struct omap_chan **lch_map;