Lines Matching refs:sconfig
1058 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_prep_slave_sg() local
1080 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_prep_slave_sg()
1081 | ATC_DCSIZE(sconfig->dst_maxburst); in atc_prep_slave_sg()
1086 reg_width = convert_buswidth(sconfig->dst_addr_width); in atc_prep_slave_sg()
1092 reg = sconfig->dst_addr; in atc_prep_slave_sg()
1126 reg_width = convert_buswidth(sconfig->src_addr_width); in atc_prep_slave_sg()
1133 reg = sconfig->src_addr; in atc_prep_slave_sg()
1220 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_dma_cyclic_fill_desc() local
1224 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_dma_cyclic_fill_desc()
1225 | ATC_DCSIZE(sconfig->dst_maxburst) in atc_dma_cyclic_fill_desc()
1233 desc->lli.daddr = sconfig->dst_addr; in atc_dma_cyclic_fill_desc()
1244 desc->lli.saddr = sconfig->src_addr; in atc_dma_cyclic_fill_desc()
1278 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_prep_dma_cyclic() local
1306 reg_width = convert_buswidth(sconfig->dst_addr_width); in atc_prep_dma_cyclic()
1308 reg_width = convert_buswidth(sconfig->src_addr_width); in atc_prep_dma_cyclic()
1347 struct dma_slave_config *sconfig) in atc_config() argument
1357 memcpy(&atchan->dma_sconfig, sconfig, sizeof(*sconfig)); in atc_config()