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