Searched defs:DMA1_CHN (Results 1 – 3 of 3) sorted by relevance
38 #define DMA1_CHN(c) (IO_DMA + (4*(c))) /* addr reg for channel c */ macro
39 #define DMA1_CHN(c) (IO_DMA1 + 1*(2*(c))) /* addr reg for channel c */ macro
502 #define DMA1_CHN(c) (0x01 + ((c) << 2)) macro