Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma/
H A Dat_xdmac.c184 struct at_xdmac_chan { struct
185 struct dma_chan chan;
186 void __iomem *ch_regs;
187 u32 mask; /* Channel Mask */
188 u32 cfg; /* Channel Configuration Register */
189 u8 perid; /* Peripheral ID */
190 u8 perif; /* Peripheral Interface */
191 u8 memif; /* Memory Interface */
192 u32 save_cc;
216 struct at_xdmac_chan chan[]; argument