/linux-6.6.21/drivers/dma/dw-edma/ |
D | Makefile | 3 obj-$(CONFIG_DW_EDMA) += dw-edma.o 4 dw-edma-$(CONFIG_DEBUG_FS) := dw-edma-v0-debugfs.o \ 6 dw-edma-objs := dw-edma-core.o \ 7 dw-edma-v0-core.o \ 8 dw-hdma-v0-core.o $(dw-edma-y) 9 obj-$(CONFIG_DW_EDMA_PCIE) += dw-edma-pcie.o
|
/linux-6.6.21/drivers/dma/ |
D | fsl-edma-common.c | 111 struct edma_regs *regs = &fsl_chan->edma->regs; in fsl_edma_enable_request() 117 if (fsl_chan->edma->drvdata->flags & FSL_EDMA_DRV_WRAP_IO) { in fsl_edma_enable_request() 118 edma_writeb(fsl_chan->edma, EDMA_SEEI_SEEI(ch), regs->seei); in fsl_edma_enable_request() 119 edma_writeb(fsl_chan->edma, ch, regs->serq); in fsl_edma_enable_request() 145 struct edma_regs *regs = &fsl_chan->edma->regs; in fsl_edma_disable_request() 151 if (fsl_chan->edma->drvdata->flags & FSL_EDMA_DRV_WRAP_IO) { in fsl_edma_disable_request() 152 edma_writeb(fsl_chan->edma, ch, regs->cerq); in fsl_edma_disable_request() 153 edma_writeb(fsl_chan->edma, EDMA_CEEI_CEEI(ch), regs->ceei); in fsl_edma_disable_request() 196 u32 dmamux_nr = fsl_chan->edma->drvdata->dmamuxs; in fsl_edma_chan_mux() 201 chans_per_mux = fsl_chan->edma->n_chans / dmamux_nr; in fsl_edma_chan_mux() [all …]
|
D | fsl-edma-common.h | 137 struct fsl_edma_engine *edma; member 233 edma_readl(chan->edma, &chan->tcd->__name) : \ 234 edma_readw(chan->edma, &chan->tcd->__name)) 238 edma_writel(chan->edma, (u32 __force)val, &chan->tcd->__name) : \ 239 edma_writew(chan->edma, (u16 __force)val, &chan->tcd->__name)) 242 edma_readl(chan->edma, \ 246 edma_writel(chan->edma, val, \ 255 static inline u32 edma_readl(struct fsl_edma_engine *edma, void __iomem *addr) in edma_readl() argument 257 if (edma->big_endian) in edma_readl() 263 static inline u16 edma_readw(struct fsl_edma_engine *edma, void __iomem *addr) in edma_readw() argument [all …]
|
D | ep93xx_dma.c | 166 const struct ep93xx_dma_engine *edma; member 744 edmac->edma->hw_submit(edmac); in ep93xx_dma_advance_work() 802 switch (edmac->edma->hw_interrupt(edmac)) { in ep93xx_dma_interrupt() 850 edmac->edma->hw_submit(edmac); in ep93xx_dma_tx_submit() 875 if (!edmac->edma->m2m) { in ep93xx_dma_alloc_chan_resources() 910 ret = edmac->edma->hw_setup(edmac); in ep93xx_dma_alloc_chan_resources() 962 edmac->edma->hw_shutdown(edmac); in ep93xx_dma_free_chan_resources() 1044 if (!edmac->edma->m2m && dir != ep93xx_dma_chan_direction(chan)) { in ep93xx_dma_prep_slave_sg() 1125 if (!edmac->edma->m2m && dir != ep93xx_dma_chan_direction(chan)) { in ep93xx_dma_prep_dma_cyclic() 1195 if (edmac->edma->hw_synchronize) in ep93xx_dma_synchronize() [all …]
|
D | Makefile | 32 obj-$(CONFIG_DW_EDMA) += dw-edma/ 35 fsl-edma-objs := fsl-edma-main.o fsl-edma-common.o 36 obj-$(CONFIG_FSL_EDMA) += fsl-edma.o 37 mcf-edma-objs := mcf-edma-main.o fsl-edma-common.o 38 obj-$(CONFIG_MCF_EDMA) += mcf-edma.o
|
/linux-6.6.21/Documentation/devicetree/bindings/dma/ |
D | fsl,edma.yaml | 4 $id: http://devicetree.org/schemas/dma/fsl,edma.yaml# 22 - fsl,vf610-edma 23 - fsl,imx7ulp-edma 25 - fsl,imx8qm-edma 29 - const: fsl,ls1028a-edma 30 - const: fsl,vf610-edma 83 - fsl,imx8qm-edma 104 const: fsl,vf610-edma 118 - const: edma-tx 119 - const: edma-err [all …]
|
D | ti-edma.txt | 40 - ti,edma-memcpy-channels: List of channels allocated to be used for memcpy, iow 42 - ti,edma-reserved-slot-ranges: PaRAM slot ranges which should not be used by 83 edma: edma@49000000 { 96 ti,edma-memcpy-channels = <20 21>; 98 ti,edma-reserved-slot-ranges = <35 10>, <100 10>; 134 dmas = <&edma 36 0>; 147 dmas = <&edma 8 2>, 148 <&edma 9 2>; 153 edma1: edma@2728000 { 169 * ti,edma-memcpy-channels = <12 13 14 15>; [all …]
|
D | ti-dma-crossbar.txt | 5 "ti,am335x-edma-crossbar" for AM335x and AM437x 8 for ti,dra7-dma-crossbar and <3> for ti,am335x-edma-crossbar. 26 For ti,am335x-edma-crossbar: the meaning of parameters of dmas for clients: 29 When mux 0 is used the DMA channel can be requested directly from edma node.
|
/linux-6.6.21/drivers/pci/controller/dwc/ |
D | pcie-designware.c | 147 if (!pci->edma.reg_base) { in dw_pcie_get_resources() 150 pci->edma.reg_base = devm_ioremap_resource(pci->dev, res); in dw_pcie_get_resources() 151 if (IS_ERR(pci->edma.reg_base)) in dw_pcie_get_resources() 152 return PTR_ERR(pci->edma.reg_base); in dw_pcie_get_resources() 154 pci->edma.reg_base = pci->atu_base + DEFAULT_DBI_DMA_OFFSET; in dw_pcie_get_resources() 851 return pci->ops->read_dbi(pci, pci->edma.reg_base, reg, 4); in dw_pcie_readl_dma() 853 ret = dw_pcie_read(pci->edma.reg_base + reg, 4, &val); in dw_pcie_readl_dma() 896 if (val == 0xFFFFFFFF && pci->edma.reg_base) { in dw_pcie_edma_find_chip() 897 pci->edma.mf = EDMA_MF_EDMA_UNROLL; in dw_pcie_edma_find_chip() 901 pci->edma.mf = EDMA_MF_EDMA_LEGACY; in dw_pcie_edma_find_chip() [all …]
|
/linux-6.6.21/arch/arm/boot/dts/ti/omap/ |
D | dm814x.dtsi | 267 dmas = <&edma 16 0 &edma 17 0 268 &edma 18 0 &edma 19 0 269 &edma 20 0 &edma 21 0 270 &edma 22 0 &edma 23 0>; 284 dmas = <&edma 42 0 &edma 43 0 285 &edma 44 0 &edma 45 0>; 342 dmas = <&edma 26 0 &edma 27 0>; 352 dmas = <&edma 28 0 &edma 29 0>; 362 dmas = <&edma 30 0 &edma 31 0>; 401 dmas = <&edma 24 0 [all …]
|
D | dm816x.dtsi | 149 edma: dma@0 { label 162 ti,edma-memcpy-channels = <20 21>; 296 dmas = <&edma 52 0>; 418 dmas = <&edma 16 0 &edma 17 0 419 &edma 18 0 &edma 19 0 420 &edma 20 0 &edma 21 0 421 &edma 22 0 &edma 23 0>; 431 dmas = <&edma 24 0 &edma 25 0>; 531 dmas = <&edma 26 0 &edma 27 0>; 541 dmas = <&edma 28 0 &edma 29 0>; [all …]
|
D | am33xx-l4.dtsi | 208 dmas = <&edma 26 0>, <&edma 27 0>; 269 dmas = <&edma 53 0>, <&edma 57 0>; 345 compatible = "ti,am335x-edma-crossbar"; 349 dma-masters = <&edma>; 1116 dmas = <&edma 28 0>, <&edma 29 0>; 1147 dmas = <&edma 30 0>, <&edma 31 0>; 1211 dmas = <&edma 16 0 1212 &edma 17 0 1213 &edma 18 0 1214 &edma 19 0>; [all …]
|
D | am4372.dtsi | 214 edma: dma@0 { label 229 ti,edma-memcpy-channels = <58 59>; 353 dmas = <&edma 36 0>; 383 dmas = <&edma 6 0>, 384 <&edma 5 0>; 413 dmas = <&edma 34 0>, 414 <&edma 33 0>; 625 dmas = <&edma 52 0>;
|
D | am33xx.dtsi | 233 edma: dma@0 { label 246 ti,edma-memcpy-channels = <20 21>; 551 dmas = <&edma 52 0>; 588 dmas = <&edma 36 0>; 617 dmas = <&edma 6 0>, 618 <&edma 5 0>;
|
/linux-6.6.21/arch/arm/boot/dts/ti/davinci/ |
D | da850-enbw-cmc.dts | 39 ti,edma-reserved-slot-ranges = <32 50>; 43 ti,edma-reserved-slot-ranges = <32 90>;
|
/linux-6.6.21/sound/soc/ti/ |
D | Makefile | 4 snd-soc-ti-edma-objs := edma-pcm.o 8 obj-$(CONFIG_SND_SOC_TI_EDMA_PCM) += snd-soc-ti-edma.o
|
/linux-6.6.21/Documentation/devicetree/bindings/crypto/ |
D | omap-aes.txt | 28 dmas = <&edma 6>, 29 <&edma 5>;
|
D | omap-sham.txt | 26 dmas = <&edma 36>;
|
/linux-6.6.21/Documentation/devicetree/bindings/mmc/ |
D | davinci_mmc.txt | 29 dmas = <&edma 16 30 &edma 17>;
|
D | ti-omap-hsmmc.txt | 78 dmas = <&edma 24 79 &edma 25>;
|
/linux-6.6.21/Documentation/devicetree/bindings/mfd/ |
D | ti,am3359-tscadc.yaml | 79 dmas = <&edma 53 0>, <&edma 57 0>;
|
/linux-6.6.21/drivers/dma/ti/ |
D | Makefile | 3 obj-$(CONFIG_TI_EDMA) += edma.o
|
/linux-6.6.21/arch/arm/boot/dts/nxp/vf/ |
D | vfxxx.dtsi | 84 compatible = "fsl,vf610-edma"; 91 interrupt-names = "edma-tx", "edma-err"; 478 compatible = "fsl,vf610-edma"; 485 interrupt-names = "edma-tx", "edma-err";
|
/linux-6.6.21/arch/arm/boot/dts/ti/keystone/ |
D | keystone-k2g.dtsi | 349 edma0: edma@2700000 { 363 ti,edma-memcpy-channels = <32 33 34 35>; 380 edma1: edma@2728000 { 396 * ti,edma-memcpy-channels = <12 13 14 15>;
|
/linux-6.6.21/drivers/net/wireless/ath/ath9k/ |
D | beacon.c | 395 bool edma = !!(ah->caps.hw_caps & ATH9K_HW_CAP_EDMA); in ath9k_beacon_tasklet() local 445 if (!edma) { in ath9k_beacon_tasklet() 505 if (!edma) in ath9k_beacon_tasklet()
|