Searched refs:DCMD_FLOWSRC (Results 1 – 3 of 3) sorted by relevance
98 #define DCMD_FLOWSRC (1 << 29) macro172 if (s->chan[ch].cmd & DCMD_FLOWSRC) in pxa2xx_dma_descriptor_fetch()203 if ((ch->cmd & (DCMD_FLOWSRC | DCMD_FLOWTRG)) && !ch->request) in pxa2xx_dma_run()228 if ((ch->cmd & (DCMD_FLOWSRC | DCMD_FLOWTRG)) && in pxa2xx_dma_run()
298 #define DCMD_FLOWSRC (1 << 29) /* Flow Control by the source. */ macro312 #define DCMD_RXPCDR (DCMD_INCTRGADDR|DCMD_FLOWSRC|DCMD_BURST32|DCMD_WIDTH4)313 #define DCMD_RXMCDR (DCMD_INCTRGADDR|DCMD_FLOWSRC|DCMD_BURST32|DCMD_WIDTH4)
58 #define DCMD_FLOWSRC BIT(29) /* Flow Control by the source. */ macro703 chan->dcmd = DCMD_INCTRGADDR | DCMD_FLOWSRC; in mmp_pdma_config_write()