Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dmmp_pdma.c30 #define DCMD 0x020c macro
H A Dpxa_dma.c33 #define DCMD(n) (0x020c + ((n) << 4)) macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h291 #define DCMD(x) (0x4000020c | ((x) << 4)) macro