Home
last modified time | relevance | path

Searched refs:DCMD_FLOWSRC (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h298 #define DCMD_FLOWSRC (1 << 29) /* Flow Control by the source. */ macro
312 #define DCMD_RXPCDR (DCMD_INCTRGADDR|DCMD_FLOWSRC|DCMD_BURST32|DCMD_WIDTH4)
313 #define DCMD_RXMCDR (DCMD_INCTRGADDR|DCMD_FLOWSRC|DCMD_BURST32|DCMD_WIDTH4)
/openbmc/linux/drivers/dma/
H A Dmmp_pdma.c58 #define DCMD_FLOWSRC BIT(29) /* Flow Control by the source. */ macro
703 chan->dcmd = DCMD_INCTRGADDR | DCMD_FLOWSRC; in mmp_pdma_config_write()