Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/plat-pxa/include/plat/
Ddma.h42 #define DCMD_FLOWTRG (1 << 28) /* Flow Control by the target. */ macro
/linux-4.4.14/drivers/dma/
Dmmp_pdma.c63 #define DCMD_FLOWTRG BIT(28) /* Flow Control by the target. */ macro
704 chan->dcmd = DCMD_INCSRCADDR | DCMD_FLOWTRG; in mmp_pdma_config()