/Linux-v6.6/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-v6.6/drivers/dma/ |
D | acpi-dma.c | 32 * @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 104 adma->base_request_line = si->base_request_line; in acpi_dma_parse_resource_group() 105 adma->end_request_line = si->base_request_line + in acpi_dma_parse_resource_group() 109 adma->base_request_line, adma->end_request_line); in acpi_dma_parse_resource_group() 117 * @adma: struct acpi_dma of the given DMA controller 127 static void acpi_dma_parse_csrt(struct acpi_device *adev, struct acpi_dma *adma) in acpi_dma_parse_csrt() argument 146 ret = acpi_dma_parse_resource_group(grp, adev, adma); in acpi_dma_parse_csrt() 179 struct acpi_dma *adma; in acpi_dma_controller_register() local 189 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. 102 * struct tegra_adma_chan_regs - Tegra ADMA channel registers 115 * struct tegra_adma_desc - Tegra ADMA descriptor to manage transfer requests. 126 * struct tegra_adma_chan - Tegra ADMA channel information 148 * struct tegra_adma - Tegra ADMA controller information 239 /* Enable global ADMA registers */ in tegra_adma_init() 332 /* Disable ADMA */ in tegra_adma_stop() 378 /* Start ADMA */ in tegra_adma_start() 605 * ADMA channel. in tegra_adma_set_xfer_params() 607 * ADMA FIFO size is set as per below (based on default ADMAIF channel in tegra_adma_set_xfer_params() [all …]
|
D | Kconfig | 79 tristate "AMCC PPC440SPe ADMA support" 436 Say Y here if you enabled MMP ADMA, otherwise say N. 631 tristate "NVIDIA Tegra210 ADMA support" 636 Support for the NVIDIA Tegra210 ADMA controller driver. The
|
/Linux-v6.6/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 23 - nvidia,tegra210-adma 24 - nvidia,tegra186-adma 27 - nvidia,tegra234-adma 28 - nvidia,tegra194-adma 29 - const: nvidia,tegra186-adma 42 description: Must contain one entry for the ADMA module clock 71 compatible = "nvidia,tegra210-adma";
|
D | mmp-dma.txt | 31 * 18~21 is ADMA irq 58 - compatible: Should be "marvell,adma-1.0" or "marvell,pxa910-squ" 63 "marvell,adma-1.0" used on pxa688 70 compatible = "marvell,adma-1.0";
|
D | fsl,edma.yaml | 24 - fsl,imx8qm-adma 82 - fsl,imx8qm-adma
|
/Linux-v6.6/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 339 ADMA, enumerator 557 /* ADMA */ 613 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-v6.6/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 | 1397 dmas = <&adma 1>, <&adma 1>, 1398 <&adma 2>, <&adma 2>, 1399 <&adma 3>, <&adma 3>, 1400 <&adma 4>, <&adma 4>, 1401 <&adma 5>, <&adma 5>, 1402 <&adma 6>, <&adma 6>, 1403 <&adma 7>, <&adma 7>, 1404 <&adma 8>, <&adma 8>, 1405 <&adma 9>, <&adma 9>, 1406 <&adma 10>, <&adma 10>; [all …]
|
D | tegra234.dtsi | 502 dmas = <&adma 1>, <&adma 1>, 503 <&adma 2>, <&adma 2>, 504 <&adma 3>, <&adma 3>, 505 <&adma 4>, <&adma 4>, 506 <&adma 5>, <&adma 5>, 507 <&adma 6>, <&adma 6>, 508 <&adma 7>, <&adma 7>, 509 <&adma 8>, <&adma 8>, 510 <&adma 9>, <&adma 9>, 511 <&adma 10>, <&adma 10>, [all …]
|
/Linux-v6.6/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-v6.6/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-v6.6/drivers/mmc/host/ |
D | sdhci.h | 391 /* Controller has an unusable ADMA engine */ 397 /* Controller can only ADMA chunks that are a multiple of 32 bits */ 431 /* Controller cannot support End Attribute in NOP ADMA descriptor */ 437 /* Controller treats ADMA descriptors with length 0000h incorrectly */ 512 #define SDHCI_USE_ADMA (1<<1) /* Host is ADMA capable */ 557 int max_adma; /* Max. length in ADMA descriptor */ 559 void *adma_table; /* ADMA descriptor table */ 562 size_t adma_table_sz; /* ADMA descriptor table size */ 565 dma_addr_t adma_addr; /* Mapped ADMA descr. table */ 568 unsigned int desc_sz; /* ADMA current descriptor size */ [all …]
|
/Linux-v6.6/sound/soc/tegra/ |
D | Kconfig | 124 Config to enable ADMAIF which is the interface between ADMA and 125 Audio Hub (AHUB). Each ADMA channel that sends/receives data to/ 126 from AHUB must interface through an ADMAIF channel. ADMA channel 128 ADMA channel receiving data from AHUB pairs with an ADMAIF Rx
|
/Linux-v6.6/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-v6.6/Documentation/devicetree/bindings/mfd/ |
D | samsung,exynos5433-lpass.yaml | 90 dmas = <&adma 0>, <&adma 2>;
|
/Linux-v6.6/arch/arm64/boot/dts/freescale/ |
D | imx8dxl.dtsi | 235 #include "imx8-ss-adma.dtsi" 241 #include "imx8dxl-ss-adma.dtsi"
|