Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Domap-dma.c40 struct omap_chan *lch_map[OMAP_SDMA_CHANNELS];
43 struct omap_chan { struct
170 static inline struct omap_chan *to_omap_dma_chan(struct dma_chan *c) in to_omap_dma_chan()
172 return container_of(c, struct omap_chan, vc.chan); in to_omap_dma_chan()
244 static void omap_dma_chan_write(struct omap_chan *c, unsigned reg, unsigned val) in omap_dma_chan_write()
251 static unsigned omap_dma_chan_read(struct omap_chan *c, unsigned reg) in omap_dma_chan_read()
258 static void omap_dma_clear_csr(struct omap_chan *c) in omap_dma_clear_csr()
266 static unsigned omap_dma_get_csr(struct omap_chan *c) in omap_dma_get_csr()
276 static void omap_dma_assign(struct omap_dmadev *od, struct omap_chan *c, in omap_dma_assign()
284 static void omap_dma_start(struct omap_chan *c, struct omap_desc *d) in omap_dma_start()
[all …]