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