Lines Matching refs:sconfig
1076 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_prep_slave_sg() local
1098 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_prep_slave_sg()
1099 | ATC_DCSIZE(sconfig->dst_maxburst); in atc_prep_slave_sg()
1104 reg_width = convert_buswidth(sconfig->dst_addr_width); in atc_prep_slave_sg()
1110 reg = sconfig->dst_addr; in atc_prep_slave_sg()
1144 reg_width = convert_buswidth(sconfig->src_addr_width); in atc_prep_slave_sg()
1151 reg = sconfig->src_addr; in atc_prep_slave_sg()
1238 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_dma_cyclic_fill_desc() local
1242 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_dma_cyclic_fill_desc()
1243 | ATC_DCSIZE(sconfig->dst_maxburst) in atc_dma_cyclic_fill_desc()
1251 desc->lli.daddr = sconfig->dst_addr; in atc_dma_cyclic_fill_desc()
1262 desc->lli.saddr = sconfig->src_addr; in atc_dma_cyclic_fill_desc()
1296 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_prep_dma_cyclic() local
1323 if (sconfig->direction == DMA_MEM_TO_DEV) in atc_prep_dma_cyclic()
1324 reg_width = convert_buswidth(sconfig->dst_addr_width); in atc_prep_dma_cyclic()
1326 reg_width = convert_buswidth(sconfig->src_addr_width); in atc_prep_dma_cyclic()
1365 struct dma_slave_config *sconfig) in atc_config() argument
1375 memcpy(&atchan->dma_sconfig, sconfig, sizeof(*sconfig)); in atc_config()