Lines Matching refs:sconfig
1031 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_prep_slave_sg() local
1053 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_prep_slave_sg()
1054 | ATC_DCSIZE(sconfig->dst_maxburst); in atc_prep_slave_sg()
1059 reg_width = convert_buswidth(sconfig->dst_addr_width); in atc_prep_slave_sg()
1065 reg = sconfig->dst_addr; in atc_prep_slave_sg()
1099 reg_width = convert_buswidth(sconfig->src_addr_width); in atc_prep_slave_sg()
1106 reg = sconfig->src_addr; in atc_prep_slave_sg()
1193 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_dma_cyclic_fill_desc() local
1197 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_dma_cyclic_fill_desc()
1198 | ATC_DCSIZE(sconfig->dst_maxburst) in atc_dma_cyclic_fill_desc()
1206 desc->lli.daddr = sconfig->dst_addr; in atc_dma_cyclic_fill_desc()
1217 desc->lli.saddr = sconfig->src_addr; in atc_dma_cyclic_fill_desc()
1251 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_prep_dma_cyclic() local
1279 reg_width = convert_buswidth(sconfig->dst_addr_width); in atc_prep_dma_cyclic()
1281 reg_width = convert_buswidth(sconfig->src_addr_width); in atc_prep_dma_cyclic()
1320 struct dma_slave_config *sconfig) in atc_config() argument
1330 memcpy(&atchan->dma_sconfig, sconfig, sizeof(*sconfig)); in atc_config()