/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra210-admaif.yaml | 10 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 107 dmas = <&adma 1>, <&adma 1>, 108 <&adma 2>, <&adma 2>, 109 <&adma 3>, <&adma 3>, 110 <&adma 4>, <&adma 4>, 111 <&adma 5>, <&adma 5>, 112 <&adma 6>, <&adma 6>, 113 <&adma 7>, <&adma 7>, [all …]
|
D | nvidia,tegra-audio-graph-card.yaml | 131 dmas = <&adma 1>, <&adma 1>, 132 <&adma 2>, <&adma 2>, 133 <&adma 3>, <&adma 3>, 134 <&adma 4>, <&adma 4>, 135 <&adma 5>, <&adma 5>, 136 <&adma 6>, <&adma 6>, 137 <&adma 7>, <&adma 7>, 138 <&adma 8>, <&adma 8>, 139 <&adma 9>, <&adma 9>, 140 <&adma 10>, <&adma 10>;
|
D | nvidia,tegra210-ahub.yaml | 13 external interfaces such as I2S, DMIC, DSPK. It interfaces with ADMA 149 dmas = <&adma 1>, <&adma 1>, 150 <&adma 2>, <&adma 2>, 151 <&adma 3>, <&adma 3>, 152 <&adma 4>, <&adma 4>, 153 <&adma 5>, <&adma 5>, 154 <&adma 6>, <&adma 6>, 155 <&adma 7>, <&adma 7>, 156 <&adma 8>, <&adma 8>, 157 <&adma 9>, <&adma 9>, [all …]
|
/linux-6.14.4/drivers/dma/ |
D | acpi-dma.c | 35 * @adma: struct acpi_dma of the given DMA controller 45 struct acpi_device *adev, struct acpi_dma *adma) in acpi_dma_parse_resource_group() argument 107 adma->base_request_line = si->base_request_line; in acpi_dma_parse_resource_group() 108 adma->end_request_line = si->base_request_line + in acpi_dma_parse_resource_group() 112 adma->base_request_line, adma->end_request_line); in acpi_dma_parse_resource_group() 120 * @adma: struct acpi_dma of the given DMA controller 130 static void acpi_dma_parse_csrt(struct acpi_device *adev, struct acpi_dma *adma) in acpi_dma_parse_csrt() argument 149 ret = acpi_dma_parse_resource_group(grp, adev, adma); in acpi_dma_parse_csrt() 182 struct acpi_dma *adma; in acpi_dma_controller_register() local 192 adma = kzalloc(sizeof(*adma), GFP_KERNEL); in acpi_dma_controller_register() [all …]
|
D | tegra210-adma.c | 3 * ADMA driver for Nvidia's Tegra210 ADMA controller. 86 * @max_page: Maximum ADMA Channel Page. 110 * struct tegra_adma_chan_regs - Tegra ADMA channel registers 123 * struct tegra_adma_desc - Tegra ADMA descriptor to manage transfer requests. 134 * struct tegra_adma_chan - Tegra ADMA channel information 156 * struct tegra_adma - Tegra ADMA controller information 275 /* Enable global ADMA registers */ in tegra_adma_init() 368 /* Disable ADMA */ in tegra_adma_stop() 414 /* Start ADMA */ in tegra_adma_start() 641 * ADMA channel. in tegra_adma_set_xfer_params() [all …]
|
D | Kconfig | 79 tristate "AMCC PPC440SPe ADMA support" 468 Say Y here if you enabled MMP ADMA, otherwise say N. 631 tristate "NVIDIA Tegra210 ADMA support" 636 Support for the NVIDIA Tegra210/Tegra186/Tegra194/Tegra234 ADMA
|
/linux-6.14.4/Documentation/devicetree/bindings/dma/ |
D | nvidia,tegra210-adma.yaml | 4 $id: http://devicetree.org/schemas/dma/nvidia,tegra210-adma.yaml# 7 title: NVIDIA Tegra Audio DMA (ADMA) controller 20 - nvidia,tegra210-adma 21 - nvidia,tegra186-adma 24 - nvidia,tegra234-adma 25 - nvidia,tegra194-adma 26 - const: nvidia,tegra186-adma 51 description: Must contain one entry for the ADMA module clock 82 - nvidia,tegra210-adma 94 - nvidia,tegra186-adma [all …]
|
D | marvell,mmp-dma.yaml | 19 - marvell,adma-1.0
|
/linux-6.14.4/drivers/ata/ |
D | pdc_adma.c | 3 * 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 …]
|
D | sata_nv.c | 18 * similar to the ADMA specification (with some modifications). 91 /* BAR5 offset to ADMA general registers */ 96 /* BAR5 offset to ADMA ports */ 99 /* size of ADMA port register space */ 102 /* ADMA port registers */ 188 /* ADMA Physical Region Descriptor - one SG segment */ 207 /* ADMA Command Parameter Block 341 ADMA, enumerator 559 /* ADMA */ 615 ata_port_warn(ap, "timeout waiting for ADMA IDLE, stat=0x%hx\n", in nv_adma_register_mode() [all …]
|
D | sata_inic162x.c | 35 * 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 */ 548 /* fire up the ADMA engine */ in inic_qc_issue()
|
/linux-6.14.4/arch/arm64/boot/dts/nvidia/ |
D | tegra186.dtsi | 447 dmas = <&adma 1>, <&adma 1>, 448 <&adma 2>, <&adma 2>, 449 <&adma 3>, <&adma 3>, 450 <&adma 4>, <&adma 4>, 451 <&adma 5>, <&adma 5>, 452 <&adma 6>, <&adma 6>, 453 <&adma 7>, <&adma 7>, 454 <&adma 8>, <&adma 8>, 455 <&adma 9>, <&adma 9>, 456 <&adma 10>, <&adma 10>, [all …]
|
D | tegra194.dtsi | 548 dmas = <&adma 1>, <&adma 1>, 549 <&adma 2>, <&adma 2>, 550 <&adma 3>, <&adma 3>, 551 <&adma 4>, <&adma 4>, 552 <&adma 5>, <&adma 5>, 553 <&adma 6>, <&adma 6>, 554 <&adma 7>, <&adma 7>, 555 <&adma 8>, <&adma 8>, 556 <&adma 9>, <&adma 9>, 557 <&adma 10>, <&adma 10>, [all …]
|
D | tegra210.dtsi | 1399 dmas = <&adma 1>, <&adma 1>, 1400 <&adma 2>, <&adma 2>, 1401 <&adma 3>, <&adma 3>, 1402 <&adma 4>, <&adma 4>, 1403 <&adma 5>, <&adma 5>, 1404 <&adma 6>, <&adma 6>, 1405 <&adma 7>, <&adma 7>, 1406 <&adma 8>, <&adma 8>, 1407 <&adma 9>, <&adma 9>, 1408 <&adma 10>, <&adma 10>; [all …]
|
D | tegra234.dtsi | 1378 dmas = <&adma 1>, <&adma 1>, 1379 <&adma 2>, <&adma 2>, 1380 <&adma 3>, <&adma 3>, 1381 <&adma 4>, <&adma 4>, 1382 <&adma 5>, <&adma 5>, 1383 <&adma 6>, <&adma 6>, 1384 <&adma 7>, <&adma 7>, 1385 <&adma 8>, <&adma 8>, 1386 <&adma 9>, <&adma 9>, 1387 <&adma 10>, <&adma 10>, [all …]
|
/linux-6.14.4/include/linux/platform_data/ |
D | dma-iop32x.h | 25 * 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
|
/linux-6.14.4/drivers/dma/ppc4xx/ |
D | adma.h | 46 * struct ppc440spe_adma_device - internal representation of an ADMA device 51 * @id: HW ADMA Device selector 74 * struct ppc440spe_adma_chan - internal representation of an ADMA channel 119 * struct ppc440spe_adma_desc_slot - PPC440SPE-ADMA software descriptor
|
D | adma.c | 15 * 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() 886 * ADMA channel low-level routines 1218 * ADMA device level 1339 /* In the current implementation of ppc440spe ADMA driver it in ppc440spe_adma_estimate() 1541 dev_dbg(chan->device->common.dev, "ppc440spe adma%d: %s\n", in __ppc440spe_adma_slot_cleanup() 1787 printk(KERN_INFO "SPE ADMA Channel only initialized" in ppc440spe_adma_alloc_chan_resources() [all …]
|
D | Makefile | 2 obj-$(CONFIG_AMCC_PPC440SPE_ADMA) += adma.o
|
/linux-6.14.4/drivers/mmc/host/ |
D | sdhci.h | 444 /* Controller has an unusable ADMA engine */ 450 /* Controller can only ADMA chunks that are a multiple of 32 bits */ 484 /* Controller cannot support End Attribute in NOP ADMA descriptor */ 490 /* Controller treats ADMA descriptors with length 0000h incorrectly */ 563 #define SDHCI_USE_ADMA (1<<1) /* Host is ADMA capable */ 608 int max_adma; /* Max. length in ADMA descriptor */ 610 void *adma_table; /* ADMA descriptor table */ 613 size_t adma_table_sz; /* ADMA descriptor table size */ 616 dma_addr_t adma_addr; /* Mapped ADMA descr. table */ 619 unsigned int desc_sz; /* ADMA current descriptor size */ [all …]
|
/linux-6.14.4/sound/soc/tegra/ |
D | Kconfig | 125 Config to enable ADMAIF which is the interface between ADMA and 126 Audio Hub (AHUB). Each ADMA channel that sends/receives data to/ 127 from AHUB must interface through an ADMAIF channel. ADMA channel 129 ADMA channel receiving data from AHUB pairs with an ADMAIF Rx
|
/linux-6.14.4/Documentation/devicetree/bindings/powerpc/4xx/ |
D | ppc440spe-adma.txt | 3 Device nodes needed for operation of the ppc440spe-adma driver 6 by ADMA driver for configuration of RAID-6 H/W capabilities of
|
/linux-6.14.4/Documentation/devicetree/bindings/mfd/ |
D | samsung,exynos5433-lpass.yaml | 90 dmas = <&adma 0>, <&adma 2>;
|
/linux-6.14.4/include/linux/ |
D | alcor_pci.h | 37 * 0x10 - ADMA phy address. AU6621 only? 58 /* ADMA ctrl? AU6621 only. */
|
/linux-6.14.4/arch/arm64/boot/dts/freescale/ |
D | imx8dxl.dtsi | 240 #include "imx8-ss-adma.dtsi" 247 #include "imx8dxl-ss-adma.dtsi"
|