Go to the documentation of this file.
20 #include <linux/list.h>
22 #define SH_DMAE_MAX_CHANNELS 20
23 #define SH_DMAE_TCR_MAX 0x00FFFFFF
58 #define to_sh_chan(chan) container_of(chan, struct sh_dmae_chan, shdma_chan)
59 #define to_sh_desc(lh) container_of(lh, struct sh_desc, node)
60 #define tx_to_sh_desc(tx) container_of(tx, struct sh_desc, async_tx)
61 #define to_sh_dev(chan) container_of(chan->shdma_chan.dma_chan.device,\
62 struct sh_dmae_device, shdma_dev.dma_dev)