dma_conf          168 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c 	struct dma_slave_config dma_conf = {};
dma_conf          208 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c 	dma_conf.dst_maxburst = max(bpt, 0x4u) / 4;
dma_conf          209 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c 	dma_conf.src_maxburst = max(bpt, 0x4u) / 4;
dma_conf          230 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c 		dma_conf.direction = DMA_MEM_TO_DEV;
dma_conf          231 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c 		dma_conf.dst_addr = lpbfifo.regs_phys +
dma_conf          235 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c 		dma_conf.direction = DMA_DEV_TO_MEM;
dma_conf          236 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c 		dma_conf.src_addr = lpbfifo.regs_phys +
dma_conf          239 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c 	dma_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
dma_conf          240 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c 	dma_conf.src_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
dma_conf          243 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c 	if (dma_dev->device_config(lpbfifo.chan, &dma_conf)) {
dma_conf          260 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c 						1, dma_conf.direction, 0);
dma_conf          122 drivers/crypto/atmel-sha.c 	struct dma_slave_config dma_conf;
dma_conf          647 drivers/crypto/atmel-sha.c 	dd->dma_lch_in.dma_conf.src_maxburst = 16;
dma_conf          648 drivers/crypto/atmel-sha.c 	dd->dma_lch_in.dma_conf.dst_maxburst = 16;
dma_conf          650 drivers/crypto/atmel-sha.c 	dmaengine_slave_config(dd->dma_lch_in.chan, &dd->dma_lch_in.dma_conf);
dma_conf         1514 drivers/crypto/atmel-sha.c 	struct dma_slave_config *config = &dma->dma_conf;
dma_conf         2634 drivers/crypto/atmel-sha.c 	dd->dma_lch_in.dma_conf.direction = DMA_MEM_TO_DEV;
dma_conf         2635 drivers/crypto/atmel-sha.c 	dd->dma_lch_in.dma_conf.dst_addr = dd->phys_base +
dma_conf         2637 drivers/crypto/atmel-sha.c 	dd->dma_lch_in.dma_conf.src_maxburst = 1;
dma_conf         2638 drivers/crypto/atmel-sha.c 	dd->dma_lch_in.dma_conf.src_addr_width =
dma_conf         2640 drivers/crypto/atmel-sha.c 	dd->dma_lch_in.dma_conf.dst_maxburst = 1;
dma_conf         2641 drivers/crypto/atmel-sha.c 	dd->dma_lch_in.dma_conf.dst_addr_width =
dma_conf         2643 drivers/crypto/atmel-sha.c 	dd->dma_lch_in.dma_conf.device_fc = false;
dma_conf           87 drivers/crypto/atmel-tdes.c 	struct dma_slave_config dma_conf;
dma_conf          450 drivers/crypto/atmel-tdes.c 		dd->dma_lch_in.dma_conf.dst_addr_width =
dma_conf          452 drivers/crypto/atmel-tdes.c 		dd->dma_lch_out.dma_conf.src_addr_width =
dma_conf          455 drivers/crypto/atmel-tdes.c 		dd->dma_lch_in.dma_conf.dst_addr_width =
dma_conf          457 drivers/crypto/atmel-tdes.c 		dd->dma_lch_out.dma_conf.src_addr_width =
dma_conf          460 drivers/crypto/atmel-tdes.c 		dd->dma_lch_in.dma_conf.dst_addr_width =
dma_conf          462 drivers/crypto/atmel-tdes.c 		dd->dma_lch_out.dma_conf.src_addr_width =
dma_conf          466 drivers/crypto/atmel-tdes.c 	dmaengine_slave_config(dd->dma_lch_in.chan, &dd->dma_lch_in.dma_conf);
dma_conf          467 drivers/crypto/atmel-tdes.c 	dmaengine_slave_config(dd->dma_lch_out.chan, &dd->dma_lch_out.dma_conf);
dma_conf          731 drivers/crypto/atmel-tdes.c 	dd->dma_lch_in.dma_conf.direction = DMA_MEM_TO_DEV;
dma_conf          732 drivers/crypto/atmel-tdes.c 	dd->dma_lch_in.dma_conf.dst_addr = dd->phys_base +
dma_conf          734 drivers/crypto/atmel-tdes.c 	dd->dma_lch_in.dma_conf.src_maxburst = 1;
dma_conf          735 drivers/crypto/atmel-tdes.c 	dd->dma_lch_in.dma_conf.src_addr_width =
dma_conf          737 drivers/crypto/atmel-tdes.c 	dd->dma_lch_in.dma_conf.dst_maxburst = 1;
dma_conf          738 drivers/crypto/atmel-tdes.c 	dd->dma_lch_in.dma_conf.dst_addr_width =
dma_conf          740 drivers/crypto/atmel-tdes.c 	dd->dma_lch_in.dma_conf.device_fc = false;
dma_conf          747 drivers/crypto/atmel-tdes.c 	dd->dma_lch_out.dma_conf.direction = DMA_DEV_TO_MEM;
dma_conf          748 drivers/crypto/atmel-tdes.c 	dd->dma_lch_out.dma_conf.src_addr = dd->phys_base +
dma_conf          750 drivers/crypto/atmel-tdes.c 	dd->dma_lch_out.dma_conf.src_maxburst = 1;
dma_conf          751 drivers/crypto/atmel-tdes.c 	dd->dma_lch_out.dma_conf.src_addr_width =
dma_conf          753 drivers/crypto/atmel-tdes.c 	dd->dma_lch_out.dma_conf.dst_maxburst = 1;
dma_conf          754 drivers/crypto/atmel-tdes.c 	dd->dma_lch_out.dma_conf.dst_addr_width =
dma_conf          756 drivers/crypto/atmel-tdes.c 	dd->dma_lch_out.dma_conf.device_fc = false;
dma_conf          332 drivers/crypto/img-hash.c 	struct dma_slave_config dma_conf;
dma_conf          340 drivers/crypto/img-hash.c 	dma_conf.direction = DMA_MEM_TO_DEV;
dma_conf          341 drivers/crypto/img-hash.c 	dma_conf.dst_addr = hdev->bus_addr;
dma_conf          342 drivers/crypto/img-hash.c 	dma_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
dma_conf          343 drivers/crypto/img-hash.c 	dma_conf.dst_maxburst = IMG_HASH_DMA_BURST;
dma_conf          344 drivers/crypto/img-hash.c 	dma_conf.device_fc = false;
dma_conf          346 drivers/crypto/img-hash.c 	err = dmaengine_slave_config(hdev->dma_lch,  &dma_conf);
dma_conf          509 drivers/crypto/stm32/stm32-hash.c 	struct dma_slave_config dma_conf;
dma_conf          512 drivers/crypto/stm32/stm32-hash.c 	memset(&dma_conf, 0, sizeof(dma_conf));
dma_conf          514 drivers/crypto/stm32/stm32-hash.c 	dma_conf.direction = DMA_MEM_TO_DEV;
dma_conf          515 drivers/crypto/stm32/stm32-hash.c 	dma_conf.dst_addr = hdev->phys_base + HASH_DIN;
dma_conf          516 drivers/crypto/stm32/stm32-hash.c 	dma_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
dma_conf          517 drivers/crypto/stm32/stm32-hash.c 	dma_conf.src_maxburst = hdev->dma_maxburst;
dma_conf          518 drivers/crypto/stm32/stm32-hash.c 	dma_conf.dst_maxburst = hdev->dma_maxburst;
dma_conf          519 drivers/crypto/stm32/stm32-hash.c 	dma_conf.device_fc = false;
dma_conf          527 drivers/crypto/stm32/stm32-hash.c 	err = dmaengine_slave_config(hdev->dma_lch, &dma_conf);
dma_conf          322 drivers/mmc/host/atmel-mci.c 	struct dma_slave_config	dma_conf;
dma_conf         1125 drivers/mmc/host/atmel-mci.c 		host->dma_conf.direction = slave_dirn = DMA_DEV_TO_MEM;
dma_conf         1127 drivers/mmc/host/atmel-mci.c 						 host->dma_conf.src_maxburst);
dma_conf         1129 drivers/mmc/host/atmel-mci.c 		host->dma_conf.direction = slave_dirn = DMA_MEM_TO_DEV;
dma_conf         1131 drivers/mmc/host/atmel-mci.c 						 host->dma_conf.dst_maxburst);
dma_conf         1141 drivers/mmc/host/atmel-mci.c 	dmaengine_slave_config(chan, &host->dma_conf);
dma_conf         2375 drivers/mmc/host/atmel-mci.c 	host->dma_conf.src_addr = host->mapbase + ATMCI_RDR;
dma_conf         2376 drivers/mmc/host/atmel-mci.c 	host->dma_conf.src_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
dma_conf         2377 drivers/mmc/host/atmel-mci.c 	host->dma_conf.src_maxburst = 1;
dma_conf         2378 drivers/mmc/host/atmel-mci.c 	host->dma_conf.dst_addr = host->mapbase + ATMCI_TDR;
dma_conf         2379 drivers/mmc/host/atmel-mci.c 	host->dma_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
dma_conf         2380 drivers/mmc/host/atmel-mci.c 	host->dma_conf.dst_maxburst = 1;
dma_conf         2381 drivers/mmc/host/atmel-mci.c 	host->dma_conf.device_fc = false;
dma_conf         1108 drivers/spi/spi-stm32.c 				 struct dma_slave_config *dma_conf,
dma_conf         1131 drivers/spi/spi-stm32.c 	memset(dma_conf, 0, sizeof(struct dma_slave_config));
dma_conf         1132 drivers/spi/spi-stm32.c 	dma_conf->direction = dir;
dma_conf         1133 drivers/spi/spi-stm32.c 	if (dma_conf->direction == DMA_DEV_TO_MEM) { /* RX */
dma_conf         1134 drivers/spi/spi-stm32.c 		dma_conf->src_addr = spi->phys_addr + spi->cfg->regs->rx.reg;
dma_conf         1135 drivers/spi/spi-stm32.c 		dma_conf->src_addr_width = buswidth;
dma_conf         1136 drivers/spi/spi-stm32.c 		dma_conf->src_maxburst = maxburst;
dma_conf         1140 drivers/spi/spi-stm32.c 	} else if (dma_conf->direction == DMA_MEM_TO_DEV) { /* TX */
dma_conf         1141 drivers/spi/spi-stm32.c 		dma_conf->dst_addr = spi->phys_addr + spi->cfg->regs->tx.reg;
dma_conf         1142 drivers/spi/spi-stm32.c 		dma_conf->dst_addr_width = buswidth;
dma_conf         1143 drivers/spi/spi-stm32.c 		dma_conf->dst_maxburst = maxburst;
dma_conf          458 drivers/usb/gadget/udc/aspeed-vhub/epn.c 		writel(ep->epn.dma_conf,
dma_conf          462 drivers/usb/gadget/udc/aspeed-vhub/epn.c 		writel(ep->epn.dma_conf,
dma_conf          711 drivers/usb/gadget/udc/aspeed-vhub/epn.c 		ep->epn.dma_conf = VHUB_EP_DMA_DESC_MODE;
dma_conf          713 drivers/usb/gadget/udc/aspeed-vhub/epn.c 			ep->epn.dma_conf |= VHUB_EP_DMA_IN_LONG_MODE;
dma_conf          716 drivers/usb/gadget/udc/aspeed-vhub/epn.c 		writel(ep->epn.dma_conf | VHUB_EP_DMA_CTRL_RESET,
dma_conf          720 drivers/usb/gadget/udc/aspeed-vhub/epn.c 		writel(ep->epn.dma_conf,
dma_conf          724 drivers/usb/gadget/udc/aspeed-vhub/epn.c 		ep->epn.dma_conf = VHUB_EP_DMA_SINGLE_STAGE;
dma_conf          727 drivers/usb/gadget/udc/aspeed-vhub/epn.c 		writel(ep->epn.dma_conf | VHUB_EP_DMA_CTRL_RESET,
dma_conf          729 drivers/usb/gadget/udc/aspeed-vhub/epn.c 		writel(ep->epn.dma_conf,
dma_conf          323 drivers/usb/gadget/udc/aspeed-vhub/vhub.h 			unsigned int		dma_conf;