Home
last modified time | relevance | path

Searched refs:DMAC (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.15/arch/sh/kernel/cpu/sh4/
H A Dsetup-sh7750.c182 HUDI, GPIOI, DMAC, enumerator
208 { 0xffd0000c, 0, 16, 4, /* IPRC */ { GPIOI, DMAC, SCIF, HUDI } },
224 INTC_VECT(DMAC, 0x640), INTC_VECT(DMAC, 0x660),
225 INTC_VECT(DMAC, 0x680), INTC_VECT(DMAC, 0x6a0),
226 INTC_VECT(DMAC, 0x6c0),
237 INTC_VECT(DMAC, 0x640), INTC_VECT(DMAC, 0x660),
238 INTC_VECT(DMAC, 0x680), INTC_VECT(DMAC, 0x6a0),
239 INTC_VECT(DMAC, 0x780), INTC_VECT(DMAC, 0x7a0),
240 INTC_VECT(DMAC, 0x7c0), INTC_VECT(DMAC, 0x7e0),
241 INTC_VECT(DMAC, 0x6c0),
H A Dsetup-sh7760.c21 HUDI, GPIOI, DMAC, enumerator
45 INTC_VECT(DMAC, 0x640), INTC_VECT(DMAC, 0x660),
46 INTC_VECT(DMAC, 0x680), INTC_VECT(DMAC, 0x6a0),
47 INTC_VECT(DMAC, 0x780), INTC_VECT(DMAC, 0x7a0),
48 INTC_VECT(DMAC, 0x7c0), INTC_VECT(DMAC, 0x7e0),
49 INTC_VECT(DMAC, 0x6c0),
106 { 0xffd0000c, 0, 16, 4, /* IPRC */ { GPIOI, DMAC, 0, HUDI } },
/linux-6.15/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh7705.c26 DMAC, SCIF0, SCIF2, ADC_ADI, USB, enumerator
37 INTC_VECT(DMAC, 0x800), INTC_VECT(DMAC, 0x820),
38 INTC_VECT(DMAC, 0x840), INTC_VECT(DMAC, 0x860),
60 { 0xa400001a, 0, 16, 4, /* IPRE */ { DMAC, SCIF0, SCIF2, ADC_ADI } },
H A Dsetup-sh770x.c29 DMAC, SCIF0, SCIF2, SCI, ADC_ADI, enumerator
49 INTC_VECT(DMAC, 0x800), INTC_VECT(DMAC, 0x820),
50 INTC_VECT(DMAC, 0x840), INTC_VECT(DMAC, 0x860),
75 { 0xa400001a, 0, 16, 4, /* IPRE */ { DMAC, 0, SCIF2, ADC_ADI } },
/linux-6.15/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7763.c241 HUDI, LCDC, DMAC, SCIF0, IIC0, IIC1, CMT, GETHER, HAC, enumerator
260 INTC_VECT(DMAC, 0x640), INTC_VECT(DMAC, 0x660),
261 INTC_VECT(DMAC, 0x680), INTC_VECT(DMAC, 0x6a0),
262 INTC_VECT(DMAC, 0x6c0),
265 INTC_VECT(DMAC, 0x780), INTC_VECT(DMAC, 0x7a0),
305 PCIINTA, PCISERR, HAC, CMT, 0, 0, 0, DMAC,
319 { 0xffd4000c, 0, 32, 8, /* INT2PRI3 */ { HUDI, DMAC, ADC } },
H A Dsetup-sh7770.c354 TMU, DMAC, I2S, SRC, GFX3D, SPI, SCIF, BBDMAC, enumerator
409 INTC_GROUP(DMAC, DMAC0_DMINT0, DMAC0_DMINT1, DMAC0_DMINT2),
425 DMAC, I2C, HUDI, SPDIF, IPI, HAC, TMU, GPIO } },
431 { 0xffe00008, 0, 32, 8, /* INT2PRI2 */ { DMAC, I2S, SRC, DU } },
/linux-6.15/Documentation/devicetree/bindings/dma/
H A Datmel,at91sam9g45-dma.yaml13 The Atmel Direct Memory Access Controller (DMAC) transfers data from a source
16 the DMAC has one master interface and one channel. The master interface reads
18 required for each DMAC data transfer. This is also known as a dual-access transfer.
19 The DMAC is programmed via the APB interface.
H A Dsnps,dw-axi-dmac.yaml29 - description: Address range of the DMAC registers
30 - description: Address range of the DMAC APB registers
99 DMAC is used.
H A Drenesas,usb-dmac.yaml58 The cell specifies the channel number of the DMAC port connected to
H A Dadi,axi-dmac.yaml7 title: Analog Devices AXI-DMAC DMA controller
H A Drenesas,rz-dmac.yaml64 The cell specifies the encoded MID/RID values of the DMAC port
H A Drenesas,rcar-dmac.yaml89 The cell specifies the MID/RID of the DMAC port connected to
H A Dsnps,dma-spear1340.yaml108 bits, which is impossible in accordance with DW DMAC IP-core data book.
/linux-6.15/arch/sh/drivers/dma/
H A DKconfig6 bool "SuperH on-chip DMA controller (DMAC) support"
41 DMAC supports. This will be 4 for SH7709/SH7750/SH7750S/SH7751/SH7091,
54 tristate "PowerVR 2 DMAC support"
58 As this chains off of the on-chip DMAC, that must also be
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c40 #define DMAC "11:11:11:11:11:11" macro
165 SYS(fail, "ip neigh add %s dev veth1 lladdr %s nud stale", IPV6_NUD_STALE_ADDR, DMAC); in setup_netns()
169 SYS(fail, "ip neigh add %s dev veth1 lladdr %s nud stale", IPV4_NUD_STALE_ADDR, DMAC); in setup_netns()
/linux-6.15/Documentation/bpf/
H A Dprog_flow_dissector.rst45 | DMAC | SMAC | ETHER_TYPE | L3_HEADER |
63 | DMAC | SMAC | TPID | TCI |ETHER_TYPE | L3_HEADER |
82 | DMAC | SMAC | TPID | TCI |ETHER_TYPE | L3_HEADER |
/linux-6.15/Documentation/devicetree/bindings/soc/renesas/
H A Drenesas,r9a09g011-sys.yaml15 - Bank address settings for DMAC
/linux-6.15/drivers/dma/sh/
H A DKconfig29 tristate "Renesas SuperH DMAC support"
/linux-6.15/Documentation/devicetree/bindings/soc/socionext/
H A Dsocionext,uniphier-mioctrl.yaml15 SD/eMMC, and MIO-DMAC.
/linux-6.15/Documentation/devicetree/bindings/bus/
H A Dbaikal,bt1-apb.yaml14 Baikal-T1 CPU or DMAC MMIO requests are handled by the AMBA 3 AXI Interconnect
/linux-6.15/drivers/dma/
H A DKconfig73 Say yes if your platform has a PL08x DMAC device which can
112 tristate "Analog Devices AXI-DMAC DMA support"
118 Enable support for the Analog Devices AXI-DMAC peripheral. This DMA
191 of lack 64 bit platform with Synopsys DW AXI DMAC.
651 tristate "UniPhier MIO DMAC"
657 Enable support for the MIO DMAC (Media I/O DMA controller) on the
/linux-6.15/Documentation/networking/devlink/
H A Docteontx2.rst55 based on its DMAC address which is installed by AF driver as part of its initialization.
/linux-6.15/Documentation/devicetree/bindings/net/
H A Drenesas,ether.yaml44 - description: E-DMAC/feLic registers
/linux-6.15/Documentation/fb/
H A Dsh7760fb.rst37 configure the SH DMAC for DMABRG mode (write 0x94808080 to the
/linux-6.15/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst89 /* flush pending desc to the DMAC (dmaengine.h) */

12