config_be         141 sound/soc/fsl/fsl_asrc_dma.c 	struct dma_slave_config config_fe, config_be;
config_be         227 sound/soc/fsl/fsl_asrc_dma.c 	config_be.direction = DMA_DEV_TO_DEV;
config_be         228 sound/soc/fsl/fsl_asrc_dma.c 	config_be.src_addr_width = buswidth;
config_be         229 sound/soc/fsl/fsl_asrc_dma.c 	config_be.src_maxburst = dma_params_be->maxburst;
config_be         230 sound/soc/fsl/fsl_asrc_dma.c 	config_be.dst_addr_width = buswidth;
config_be         231 sound/soc/fsl/fsl_asrc_dma.c 	config_be.dst_maxburst = dma_params_be->maxburst;
config_be         234 sound/soc/fsl/fsl_asrc_dma.c 		config_be.src_addr = asrc_priv->paddr + REG_ASRDO(index);
config_be         235 sound/soc/fsl/fsl_asrc_dma.c 		config_be.dst_addr = dma_params_be->addr;
config_be         237 sound/soc/fsl/fsl_asrc_dma.c 		config_be.dst_addr = asrc_priv->paddr + REG_ASRDI(index);
config_be         238 sound/soc/fsl/fsl_asrc_dma.c 		config_be.src_addr = dma_params_be->addr;
config_be         241 sound/soc/fsl/fsl_asrc_dma.c 	ret = dmaengine_slave_config(pair->dma_chan[dir], &config_be);