Lines Matching refs:sconfig
1070 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_prep_slave_sg() local
1092 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_prep_slave_sg()
1093 | ATC_DCSIZE(sconfig->dst_maxburst); in atc_prep_slave_sg()
1098 reg_width = convert_buswidth(sconfig->dst_addr_width); in atc_prep_slave_sg()
1104 reg = sconfig->dst_addr; in atc_prep_slave_sg()
1138 reg_width = convert_buswidth(sconfig->src_addr_width); in atc_prep_slave_sg()
1145 reg = sconfig->src_addr; in atc_prep_slave_sg()
1232 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_dma_cyclic_fill_desc() local
1236 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_dma_cyclic_fill_desc()
1237 | ATC_DCSIZE(sconfig->dst_maxburst) in atc_dma_cyclic_fill_desc()
1245 desc->lli.daddr = sconfig->dst_addr; in atc_dma_cyclic_fill_desc()
1256 desc->lli.saddr = sconfig->src_addr; in atc_dma_cyclic_fill_desc()
1290 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_prep_dma_cyclic() local
1318 reg_width = convert_buswidth(sconfig->dst_addr_width); in atc_prep_dma_cyclic()
1320 reg_width = convert_buswidth(sconfig->src_addr_width); in atc_prep_dma_cyclic()
1359 struct dma_slave_config *sconfig) in atc_config() argument
1369 memcpy(&atchan->dma_sconfig, sconfig, sizeof(*sconfig)); in atc_config()