Home
last modified time | relevance | path

Searched full:adma (Results 1 – 25 of 61) sorted by relevance

123

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dnvidia,tegra210-admaif.yaml10 ADMAIF is the interface between ADMA and AHUB. Each ADMA channel
12 ADMAIF channel. ADMA channel sending data to AHUB pairs with ADMAIF
13 Tx channel and ADMA channel receiving data from AHUB pairs with
91 dmas = <&adma 1>, <&adma 1>,
92 <&adma 2>, <&adma 2>,
93 <&adma 3>, <&adma 3>,
94 <&adma 4>, <&adma 4>,
95 <&adma 5>, <&adma 5>,
96 <&adma 6>, <&adma 6>,
97 <&adma 7>, <&adma 7>,
[all …]
Dnvidia,tegra210-ahub.yaml13 external interfaces such as I2S, DMIC, DSPK. It interfaces with ADMA
92 dmas = <&adma 1>, <&adma 1>,
93 <&adma 2>, <&adma 2>,
94 <&adma 3>, <&adma 3>,
95 <&adma 4>, <&adma 4>,
96 <&adma 5>, <&adma 5>,
97 <&adma 6>, <&adma 6>,
98 <&adma 7>, <&adma 7>,
99 <&adma 8>, <&adma 8>,
100 <&adma 9>, <&adma 9>,
[all …]
/kernel/linux/linux-5.10/drivers/dma/
Dacpi-dma.c32 * @adma: struct acpi_dma of the given DMA controller
42 struct acpi_device *adev, struct acpi_dma *adma) in acpi_dma_parse_resource_group() argument
96 adma->base_request_line = si->base_request_line; in acpi_dma_parse_resource_group()
97 adma->end_request_line = si->base_request_line + in acpi_dma_parse_resource_group()
101 adma->base_request_line, adma->end_request_line); in acpi_dma_parse_resource_group()
109 * @adma: struct acpi_dma of the given DMA controller
119 static void acpi_dma_parse_csrt(struct acpi_device *adev, struct acpi_dma *adma) in acpi_dma_parse_csrt() argument
138 ret = acpi_dma_parse_resource_group(grp, adev, adma); in acpi_dma_parse_csrt()
171 struct acpi_dma *adma; in acpi_dma_controller_register() local
181 adma = kzalloc(sizeof(*adma), GFP_KERNEL); in acpi_dma_controller_register()
[all …]
Dtegra210-adma.c3 * ADMA driver for Nvidia's Tegra210 ADMA controller.
104 * struct tegra_adma_chan_regs - Tegra ADMA channel registers
117 * struct tegra_adma_desc - Tegra ADMA descriptor to manage transfer requests.
128 * struct tegra_adma_chan - Tegra ADMA channel information
150 * struct tegra_adma - Tegra ADMA controller information
241 /* Enable global ADMA registers */ in tegra_adma_init()
334 /* Disable ADMA */ in tegra_adma_stop()
380 /* Start ADMA */ in tegra_adma_start()
811 { .compatible = "nvidia,tegra210-adma", .data = &tegra210_chip_data },
812 { .compatible = "nvidia,tegra186-adma", .data = &tegra186_chip_data },
[all …]
DKconfig79 tristate "AMCC PPC440SPe ADMA support"
315 tristate "Intel IOP32x ADMA support"
395 Say Y here if you enabled MMP ADMA, otherwise say N.
614 tristate "NVIDIA Tegra210 ADMA support"
619 Support for the NVIDIA Tegra210 ADMA controller driver. The
DMakefile46 obj-$(CONFIG_INTEL_IOP_ADMA) += iop-adma.o
77 obj-$(CONFIG_TEGRA210_ADMA) += tegra210-adma.o
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Dnvidia,tegra210-adma.txt1 * NVIDIA Tegra Audio DMA (ADMA) controller
8 - "nvidia,tegra210-adma": for Tegra210
9 - "nvidia,tegra186-adma": for Tegra186 and Tegra194
15 - clocks: Must contain one entry for the ADMA module clock
27 adma: dma@702e2000 {
28 compatible = "nvidia,tegra210-adma";
Dmmp-dma.txt29 * 18~21 is ADMA irq
56 - compatible: Should be "marvell,adma-1.0" or "marvell,pxa910-squ"
61 "marvell,adma-1.0" used on pxa688
68 compatible = "marvell,adma-1.0";
/kernel/linux/linux-5.10/arch/arm64/boot/dts/nvidia/
Dtegra186.dtsi88 adma: dma-controller@2930000 { label
89 compatible = "nvidia,tegra186-adma";
159 dmas = <&adma 1>, <&adma 1>,
160 <&adma 2>, <&adma 2>,
161 <&adma 3>, <&adma 3>,
162 <&adma 4>, <&adma 4>,
163 <&adma 5>, <&adma 5>,
164 <&adma 6>, <&adma 6>,
165 <&adma 7>, <&adma 7>,
166 <&adma 8>, <&adma 8>,
[all …]
Dtegra194.dtsi86 adma: dma-controller@2930000 { label
87 compatible = "nvidia,tegra194-adma",
88 "nvidia,tegra186-adma";
161 dmas = <&adma 1>, <&adma 1>,
162 <&adma 2>, <&adma 2>,
163 <&adma 3>, <&adma 3>,
164 <&adma 4>, <&adma 4>,
165 <&adma 5>, <&adma 5>,
166 <&adma 6>, <&adma 6>,
167 <&adma 7>, <&adma 7>,
[all …]
Dtegra210.dtsi1348 adma: dma@702e2000 { label
1349 compatible = "nvidia,tegra210-adma";
1407 dmas = <&adma 1>, <&adma 1>,
1408 <&adma 2>, <&adma 2>,
1409 <&adma 3>, <&adma 3>,
1410 <&adma 4>, <&adma 4>,
1411 <&adma 5>, <&adma 5>,
1412 <&adma 6>, <&adma 6>,
1413 <&adma 7>, <&adma 7>,
1414 <&adma 8>, <&adma 8>,
[all …]
/kernel/linux/linux-5.10/drivers/ata/
Dpdc_adma.c3 * pdc_adma.c - Pacific Digital Corporation ADMA
12 * Supports ATA disks in single-packet ADMA mode.
15 * TODO: Use ADMA transfers for ATAPI devices, when possible.
36 /* macro to calculate base address for ADMA regs */
57 ADMA_CONTROL = 0x0000, /* ADMA control */
58 ADMA_STATUS = 0x0002, /* ADMA status */
69 aRSTADM = (1 << 5), /* ADMA logic reset */
104 board_1841_idx = 0, /* ADMA 2-port controller */
181 /* reset ADMA to idle state */ in adma_reset_engine()
197 /* reset the ADMA engine */ in adma_reinit_engine()
[all …]
Dsata_nv.c18 * similar to the ADMA specification (with some modifications).
90 /* BAR5 offset to ADMA general registers */
95 /* BAR5 offset to ADMA ports */
98 /* size of ADMA port register space */
101 /* ADMA port registers */
187 /* ADMA Physical Region Descriptor - one SG segment */
206 /* ADMA Command Parameter Block
338 ADMA, enumerator
550 /* ADMA */
606 ata_port_warn(ap, "timeout waiting for ADMA IDLE, stat=0x%hx\n", in nv_adma_register_mode()
[all …]
Dsata_inic162x.c35 * show how to use the IDMA (ADMA + some initio specific twists)
154 IDMA_STAT_CPBERR = (1 << 1), /* ADMA CPB error */
155 IDMA_STAT_LGCY = (1 << 3), /* ADMA legacy */
156 IDMA_STAT_UIRQ = (1 << 4), /* ADMA unsolicited irq */
157 IDMA_STAT_STPD = (1 << 5), /* ADMA stopped */
158 IDMA_STAT_PSD = (1 << 6), /* ADMA pause */
159 IDMA_STAT_DONE = (1 << 7), /* ADMA done */
550 /* fire up the ADMA engine */ in inic_qc_issue()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dsamsung,exynos5433-lpass.txt37 adma: adma@11420000 {
51 dmas = <&adma 0 &adma 2>;
/kernel/linux/linux-5.10/include/linux/platform_data/
Ddma-iop32x.h25 * struct iop_adma_device - internal representation of an ADMA device
27 * @id: HW ADMA Device selector
41 * struct iop_adma_chan - internal representation of an ADMA device
67 * struct iop_adma_desc_slot - IOP-ADMA software descriptor
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/
Dadma.h49 * struct ppc440spe_adma_device - internal representation of an ADMA device
54 * @id: HW ADMA Device selector
77 * struct ppc440spe_adma_chan - internal representation of an ADMA channel
122 * struct ppc440spe_adma_desc_slot - PPC440SPE-ADMA software descriptor
DMakefile2 obj-$(CONFIG_AMCC_PPC440SPE_ADMA) += adma.o
Dadma.c15 * ADMA driver written by D.Williams.
34 #include "adma.h"
71 /* The list of channels exported by ppc440spe ADMA */
348 * this slot will be pasted from ADMA level in ppc440spe_desc_init_dma01pq()
483 * this slot will be pasted from ADMA level in ppc440spe_desc_init_dma01pqzero_sum()
888 * ADMA channel low-level routines
1220 * ADMA device level
1341 /* In the current implementation of ppc440spe ADMA driver it in ppc440spe_adma_estimate()
1543 dev_dbg(chan->device->common.dev, "ppc440spe adma%d: %s\n", in __ppc440spe_adma_slot_cleanup()
1789 printk(KERN_INFO "SPE ADMA Channel only initialized" in ppc440spe_adma_alloc_chan_resources()
[all …]
/kernel/linux/linux-5.10/sound/soc/tegra/
DKconfig113 Config to enable ADMAIF which is the interface between ADMA and
114 Audio Hub (AHUB). Each ADMA channel that sends/receives data to/
115 from AHUB must interface through an ADMAIF channel. ADMA channel
117 ADMA channel receiving data from AHUB pairs with an ADMAIF Rx
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/
Dadma.c114 .name = "iop-adma",
126 .name = "iop-adma",
138 .name = "iop-adma",
DMakefile12 obj-$(CONFIG_ARCH_IOP32X) += adma.o
/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci.h381 /* Controller has an unusable ADMA engine */
387 /* Controller can only ADMA chunks that are a multiple of 32 bits */
421 /* Controller cannot support End Attribute in NOP ADMA descriptor */
429 /* Controller treats ADMA descriptors with length 0000h incorrectly */
502 #define SDHCI_USE_ADMA (1<<1) /* Host is ADMA capable */
544 int max_adma; /* Max. length in ADMA descriptor */
546 void *adma_table; /* ADMA descriptor table */
549 size_t adma_table_sz; /* ADMA descriptor table size */
552 dma_addr_t adma_addr; /* Mapped ADMA descr. table */
555 unsigned int desc_sz; /* ADMA current descriptor size */
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/4xx/
Dppc440spe-adma.txt3 Device nodes needed for operation of the ppc440spe-adma driver
6 by ADMA driver for configuration of RAID-6 H/W capabilities of
/kernel/linux/linux-5.10/include/dt-bindings/clock/
Dimx8-clock.h111 /* ADMA SS */
244 /* ADMA SS LPCG */

123