Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dmpc512x_dma.c223 struct mpc_dma { struct
247 static inline struct mpc_dma *dma_chan_to_mpc_dma(struct dma_chan *c) in dma_chan_to_mpc_dma()
250 return container_of(mchan, struct mpc_dma, channels[c->chan_id]); in dma_chan_to_mpc_dma()
263 struct mpc_dma *mdma = dma_chan_to_mpc_dma(&mchan->chan); in mpc_dma_execute()
325 static void mpc_dma_irq_process(struct mpc_dma *mdma, u32 is, u32 es, int off) in mpc_dma_irq_process()
358 struct mpc_dma *mdma = data; in mpc_dma_irq()
383 static void mpc_dma_process_completed(struct mpc_dma *mdma) in mpc_dma_process_completed()
427 struct mpc_dma *mdma = (void *)data; in mpc_dma_tasklet()
501 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_alloc_chan_resources()
559 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_free_chan_resources()
[all …]