Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Domap-dma.c36 struct omap_chan *lch_map[32];
39 struct omap_chan { struct
166 static inline struct omap_chan *to_omap_dma_chan(struct dma_chan *c) in to_omap_dma_chan()
168 return container_of(c, struct omap_chan, vc.chan); in to_omap_dma_chan()
240 static void omap_dma_chan_write(struct omap_chan *c, unsigned reg, unsigned val) in omap_dma_chan_write()
247 static unsigned omap_dma_chan_read(struct omap_chan *c, unsigned reg) in omap_dma_chan_read()
254 static void omap_dma_clear_csr(struct omap_chan *c) in omap_dma_clear_csr()
262 static unsigned omap_dma_get_csr(struct omap_chan *c) in omap_dma_get_csr()
272 static void omap_dma_assign(struct omap_dmadev *od, struct omap_chan *c, in omap_dma_assign()
280 static void omap_dma_start(struct omap_chan *c, struct omap_desc *d) in omap_dma_start()
[all …]