Home
last modified time | relevance | path

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

/drivers/dma/dw/
Dcore.c655 ctllo |= sconfig->device_fc ? DWC_CTLL_FC(DW_DMA_FC_P_M2P) : in dwc_prep_slave_sg()
656 DWC_CTLL_FC(DW_DMA_FC_D_M2P); in dwc_prep_slave_sg()
705 ctllo |= sconfig->device_fc ? DWC_CTLL_FC(DW_DMA_FC_P_P2M) : in dwc_prep_slave_sg()
706 DWC_CTLL_FC(DW_DMA_FC_D_P2M); in dwc_prep_slave_sg()
Dregs.h161 #define DWC_CTLL_FC(n) ((n) << 20) macro