Searched defs:omap_chan (Results 1 – 1 of 1) sorted by relevance
41 struct omap_chan { struct42 struct virt_dma_chan vc;43 void __iomem *channel_base;44 const struct omap_dma_reg *reg_map;45 uint32_t ccr;47 struct dma_slave_config cfg;48 unsigned dma_sig;49 bool cyclic;50 bool paused;51 bool running;[all …]