Lines Matching refs:sconfig
738 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_prep_slave_sg() local
760 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_prep_slave_sg()
761 | ATC_DCSIZE(sconfig->dst_maxburst); in atc_prep_slave_sg()
766 reg_width = convert_buswidth(sconfig->dst_addr_width); in atc_prep_slave_sg()
772 reg = sconfig->dst_addr; in atc_prep_slave_sg()
806 reg_width = convert_buswidth(sconfig->src_addr_width); in atc_prep_slave_sg()
813 reg = sconfig->src_addr; in atc_prep_slave_sg()
1042 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_dma_cyclic_fill_desc() local
1046 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_dma_cyclic_fill_desc()
1047 | ATC_DCSIZE(sconfig->dst_maxburst) in atc_dma_cyclic_fill_desc()
1055 desc->lli.daddr = sconfig->dst_addr; in atc_dma_cyclic_fill_desc()
1066 desc->lli.saddr = sconfig->src_addr; in atc_dma_cyclic_fill_desc()
1100 struct dma_slave_config *sconfig = &atchan->dma_sconfig; in atc_prep_dma_cyclic() local
1127 if (sconfig->direction == DMA_MEM_TO_DEV) in atc_prep_dma_cyclic()
1128 reg_width = convert_buswidth(sconfig->dst_addr_width); in atc_prep_dma_cyclic()
1130 reg_width = convert_buswidth(sconfig->src_addr_width); in atc_prep_dma_cyclic()
1170 struct dma_slave_config *sconfig) in atc_config() argument
1180 memcpy(&atchan->dma_sconfig, sconfig, sizeof(*sconfig)); in atc_config()