Searched defs:DTADR (Results 1 – 2 of 2) sorted by relevance
| /linux-4.1.27/arch/arm/plat-pxa/include/plat/ | ||
| D | dma.h | 11 #define DTADR(n)	DMAC_REG(0x0208 + ((n) << 4))  macro | 
| /linux-4.1.27/drivers/dma/ | ||
| D | mmp_pdma.c | 33 #define DTADR(n)	(0x0208 + ((n) << 4))  macro |