Searched +full:edma2 +full:- +full:err (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-edma25 - fsl,imx8ulp-edma[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * drivers/dma/fsl-edma.c5 * Copyright 2013-2014 Freescale Semiconductor, Inc.13 #include <dt-bindings/dma/fsl-edma.h>20 #include <linux/dma-mapping.h>25 #include "fsl-edma-common.h"31 vchan_synchronize(&fsl_chan->vchan); in fsl_edma_synchronize()38 struct edma_regs *regs = &fsl_edma->regs; in fsl_edma_tx_handler()40 intr = edma_readl(fsl_edma, regs->intl); in fsl_edma_tx_handler()44 for (ch = 0; ch < fsl_edma->n_chans; ch++) { in fsl_edma_tx_handler()[all …]