Searched refs:dma_config (Results 1 – 2 of 2) sorted by relevance
505 const struct xilinx_dma_config *dma_config; member831 if (chan->xdev->dma_config->dmatype == XDMA_TYPE_VDMA) { in xilinx_dma_free_tx_descriptor()836 } else if (chan->xdev->dma_config->dmatype == XDMA_TYPE_CDMA) { in xilinx_dma_free_tx_descriptor()842 } else if (chan->xdev->dma_config->dmatype == XDMA_TYPE_AXIDMA) { in xilinx_dma_free_tx_descriptor()907 if (chan->xdev->dma_config->dmatype == XDMA_TYPE_AXIDMA) { in xilinx_dma_free_chan_resources()922 if (chan->xdev->dma_config->dmatype == XDMA_TYPE_AXIMCDMA) { in xilinx_dma_free_chan_resources()933 if (chan->xdev->dma_config->dmatype != XDMA_TYPE_AXIDMA && in xilinx_dma_free_chan_resources()934 chan->xdev->dma_config->dmatype != XDMA_TYPE_AXIMCDMA) { in xilinx_dma_free_chan_resources()961 if (chan->xdev->dma_config->dmatype == XDMA_TYPE_CDMA) { in xilinx_dma_get_residue()968 } else if (chan->xdev->dma_config->dmatype == in xilinx_dma_get_residue()[all …]
263 struct dma_slave_config dma_config; member507 src_addr_width = chan->dma_config.src_addr_width; in stm32_mdma_set_xfer_param()508 dst_addr_width = chan->dma_config.dst_addr_width; in stm32_mdma_set_xfer_param()509 src_maxburst = chan->dma_config.src_maxburst; in stm32_mdma_set_xfer_param()510 dst_maxburst = chan->dma_config.dst_maxburst; in stm32_mdma_set_xfer_param()565 dst_addr = chan->dma_config.dst_addr; in stm32_mdma_set_xfer_param()614 src_addr = chan->dma_config.src_addr; in stm32_mdma_set_xfer_param()730 struct dma_slave_config *dma_config = &chan->dma_config; in stm32_mdma_setup_xfer() local744 dst_addr = dma_config->dst_addr; in stm32_mdma_setup_xfer()751 src_addr = dma_config->src_addr; in stm32_mdma_setup_xfer()[all …]