Home
last modified time | relevance | path

Searched defs:rz_dmac_chan (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/dma/sh/
H A Drz-dmac.c63 struct rz_dmac_chan { struct
64 struct virt_dma_chan vc;
65 void __iomem *ch_base;
66 void __iomem *ch_cmn_base;
67 unsigned int index;
91 #define to_rz_dmac_chan(c) container_of(c, struct rz_dmac_chan, vc.chan) argument