Searched defs:omap_chan (Results 1 – 1 of 1) sorted by relevance
43 struct omap_chan { struct44 struct virt_dma_chan vc;45 struct list_head node;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;[all …]