Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/plat-pxa/include/plat/
Ddma.h6 #define DCSR(n) DMAC_REG((n) << 2) macro
/linux-4.4.14/drivers/dma/
Dmmp_pdma.c28 #define DCSR 0x0000 macro
Dpxa_dma.c29 #define DCSR(n) (0x0000 + ((n) << 2)) macro