Home
last modified time | relevance | path

Searched refs:DWC_CTLL_FC (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/dw/
H A 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()
H A Dregs.h161 #define DWC_CTLL_FC(n) ((n) << 20) macro
/kernel/linux/linux-6.6/drivers/dma/dw/
H A Dcore.c652 ctllo |= sconfig->device_fc ? DWC_CTLL_FC(DW_DMA_FC_P_M2P) : in dwc_prep_slave_sg()
653 DWC_CTLL_FC(DW_DMA_FC_D_M2P); in dwc_prep_slave_sg()
702 ctllo |= sconfig->device_fc ? DWC_CTLL_FC(DW_DMA_FC_P_P2M) : in dwc_prep_slave_sg()
703 DWC_CTLL_FC(DW_DMA_FC_D_P2M); in dwc_prep_slave_sg()
H A Dregs.h161 #define DWC_CTLL_FC(n) ((n) << 20) macro

Completed in 6 milliseconds