Home
last modified time | relevance | path

Searched refs:omap_chan (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/dma/ti/
Domap-dma.c41 struct omap_chan **lch_map;
44 struct omap_chan { struct
217 static inline struct omap_chan *to_omap_dma_chan(struct dma_chan *c) in to_omap_dma_chan()
219 return container_of(c, struct omap_chan, vc.chan); in to_omap_dma_chan()
348 static void omap_dma_chan_write(struct omap_chan *c, unsigned reg, unsigned val) in omap_dma_chan_write()
355 static unsigned omap_dma_chan_read(struct omap_chan *c, unsigned reg) in omap_dma_chan_read()
362 static void omap_dma_clear_csr(struct omap_chan *c) in omap_dma_clear_csr()
370 static unsigned omap_dma_get_csr(struct omap_chan *c) in omap_dma_get_csr()
380 static void omap_dma_assign(struct omap_dmadev *od, struct omap_chan *c, in omap_dma_assign()
388 static void omap_dma_start(struct omap_chan *c, struct omap_desc *d) in omap_dma_start()
[all …]