Searched refs:DCMD_FLOWTRG (Results 1 – 8 of 8) sorted by relevance
42 #define DCMD_FLOWTRG (1 << 28) /* Flow Control by the target. */ macro
313 DCMD(drv_data->tx_channel) = DCMD_FLOWTRG in pxa2xx_spi_dma_prepare()319 | DCMD_FLOWTRG in pxa2xx_spi_dma_prepare()
48 u32 dcmd = DCMD_INCSRCADDR | DCMD_FLOWTRG; in __pxa2xx_pcm_hw_params()
83 DCMD_FLOWTRG; in pxa_load_dmac()
63 #define DCMD_FLOWTRG BIT(28) /* Flow Control by the target. */ macro705 chan->dcmd = DCMD_INCSRCADDR | DCMD_FLOWTRG; in mmp_pdma_config()
168 …DCMD(si->txdma) = DCMD_INCSRCADDR | DCMD_FLOWTRG | DCMD_ENDIRQEN | DCMD_WIDTH1 | DCMD_BURST32 | s… in pxa_irda_fir_dma_tx_start()
205 dcmd = DCMD_INCSRCADDR | DCMD_FLOWTRG; in pxamci_setup_data()
569 desc->dcmd |= DCMD_INCSRCADDR | DCMD_FLOWTRG; in start_data_dma()