Searched refs:omap_chan (Results 1 – 1 of 1) sorted by relevance
38 struct omap_chan **lch_map;41 struct omap_chan { struct216 static inline struct omap_chan *to_omap_dma_chan(struct dma_chan *c) in to_omap_dma_chan()218 return container_of(c, struct omap_chan, vc.chan); in to_omap_dma_chan()347 static void omap_dma_chan_write(struct omap_chan *c, unsigned reg, unsigned val) in omap_dma_chan_write()354 static unsigned omap_dma_chan_read(struct omap_chan *c, unsigned reg) in omap_dma_chan_read()361 static void omap_dma_clear_csr(struct omap_chan *c) in omap_dma_clear_csr()369 static unsigned omap_dma_get_csr(struct omap_chan *c) in omap_dma_get_csr()379 static void omap_dma_assign(struct omap_dmadev *od, struct omap_chan *c, in omap_dma_assign()387 static void omap_dma_start(struct omap_chan *c, struct omap_desc *d) in omap_dma_start()[all …]