Home
last modified time | relevance | path

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

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