Lines Matching refs:sconfig
1082 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_prep_slave_sg() local
1104 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_prep_slave_sg()
1105 | ATC_DCSIZE(sconfig->dst_maxburst); in atc_prep_slave_sg()
1110 reg_width = convert_buswidth(sconfig->dst_addr_width); in atc_prep_slave_sg()
1116 reg = sconfig->dst_addr; in atc_prep_slave_sg()
1150 reg_width = convert_buswidth(sconfig->src_addr_width); in atc_prep_slave_sg()
1157 reg = sconfig->src_addr; in atc_prep_slave_sg()
1376 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_dma_cyclic_fill_desc() local
1380 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_dma_cyclic_fill_desc()
1381 | ATC_DCSIZE(sconfig->dst_maxburst) in atc_dma_cyclic_fill_desc()
1389 desc->lli.daddr = sconfig->dst_addr; in atc_dma_cyclic_fill_desc()
1400 desc->lli.saddr = sconfig->src_addr; in atc_dma_cyclic_fill_desc()
1434 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_prep_dma_cyclic() local
1461 if (sconfig->direction == DMA_MEM_TO_DEV) in atc_prep_dma_cyclic()
1462 reg_width = convert_buswidth(sconfig->dst_addr_width); in atc_prep_dma_cyclic()
1464 reg_width = convert_buswidth(sconfig->src_addr_width); in atc_prep_dma_cyclic()
1503 struct dma_slave_config *sconfig) in atc_config() argument
1513 memcpy(&atchan->dma_sconfig, sconfig, sizeof(*sconfig)); in atc_config()