Lines Matching defs:conf
279 struct dma_slave_config conf;
292 memset(&conf, 0, sizeof(conf));
293 conf.direction = ep93xx_dma_data_to_trans_dir(dir);
300 conf.src_addr = espi->sspdr_phys;
301 conf.src_addr_width = buswidth;
307 conf.dst_addr = espi->sspdr_phys;
308 conf.dst_addr_width = buswidth;
311 ret = dmaengine_slave_config(chan, &conf);
359 txd = dmaengine_prep_slave_sg(chan, sgt->sgl, nents, conf.direction,