Searched +full:imx93 +full:- +full:edma3 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#11 memory-mapped registers. channels are split into two groups, called16 - Peng Fan <peng.fan@nxp.com>21 - enum:22 - fsl,vf610-edma23 - fsl,imx7ulp-edma24 - fsl,imx8qm-adma25 - fsl,imx8qm-edma[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * drivers/dma/fsl-edma.c5 * Copyright 2013-2014 Freescale Semiconductor, Inc.12 #include <dt-bindings/dma/fsl-edma.h>22 #include <linux/dma-mapping.h>26 #include "fsl-edma-common.h"32 vchan_synchronize(&fsl_chan->vchan); in fsl_edma_synchronize()39 struct edma_regs *regs = &fsl_edma->regs; in fsl_edma_tx_handler()41 intr = edma_readl(fsl_edma, regs->intl); in fsl_edma_tx_handler()45 for (ch = 0; ch < fsl_edma->n_chans; ch++) { in fsl_edma_tx_handler()[all …]