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