Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sh/kernel/cpu/sh4/
Dsetup-sh7750.c189 HUDI, GPIOI, DMAC, enumerator
215 { 0xffd0000c, 0, 16, 4, /* IPRC */ { GPIOI, DMAC, SCIF, HUDI } },
231 INTC_VECT(DMAC, 0x640), INTC_VECT(DMAC, 0x660),
232 INTC_VECT(DMAC, 0x680), INTC_VECT(DMAC, 0x6a0),
233 INTC_VECT(DMAC, 0x6c0),
244 INTC_VECT(DMAC, 0x640), INTC_VECT(DMAC, 0x660),
245 INTC_VECT(DMAC, 0x680), INTC_VECT(DMAC, 0x6a0),
246 INTC_VECT(DMAC, 0x780), INTC_VECT(DMAC, 0x7a0),
247 INTC_VECT(DMAC, 0x7c0), INTC_VECT(DMAC, 0x7e0),
248 INTC_VECT(DMAC, 0x6c0),
Dsetup-sh7760.c23 HUDI, GPIOI, DMAC, enumerator
47 INTC_VECT(DMAC, 0x640), INTC_VECT(DMAC, 0x660),
48 INTC_VECT(DMAC, 0x680), INTC_VECT(DMAC, 0x6a0),
49 INTC_VECT(DMAC, 0x780), INTC_VECT(DMAC, 0x7a0),
50 INTC_VECT(DMAC, 0x7c0), INTC_VECT(DMAC, 0x7e0),
51 INTC_VECT(DMAC, 0x6c0),
108 { 0xffd0000c, 0, 16, 4, /* IPRC */ { GPIOI, DMAC, 0, HUDI } },
/linux-4.1.27/arch/sh/kernel/cpu/sh3/
Dsetup-sh7705.c28 DMAC, SCIF0, SCIF2, ADC_ADI, USB, enumerator
39 INTC_VECT(DMAC, 0x800), INTC_VECT(DMAC, 0x820),
40 INTC_VECT(DMAC, 0x840), INTC_VECT(DMAC, 0x860),
62 { 0xa400001a, 0, 16, 4, /* IPRE */ { DMAC, SCIF0, SCIF2, ADC_ADI } },
Dsetup-sh770x.c31 DMAC, SCIF0, SCIF2, SCI, ADC_ADI, enumerator
51 INTC_VECT(DMAC, 0x800), INTC_VECT(DMAC, 0x820),
52 INTC_VECT(DMAC, 0x840), INTC_VECT(DMAC, 0x860),
77 { 0xa400001a, 0, 16, 4, /* IPRE */ { DMAC, 0, SCIF2, ADC_ADI } },
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Drenesas,rcar-dmac.txt4 controller instances named DMAC capable of serving multiple clients. Channels
8 Each DMA client is connected to one dedicated port of the DMAC, identified by
12 clients. The association of DMA clients to DMAC channels is fully dynamic and
19 - reg: base address and length of the registers block for the DMAC
21 - interrupts: interrupt specifiers for the DMAC, one for each entry in
31 - #dma-cells: must be <1>, the cell specifies the MID/RID of the DMAC port
Drenesas,usb-dmac.txt5 - reg: base address and length of the registers block for the DMAC
6 - interrupts: interrupt specifiers for the DMAC, one for each entry in
11 - #dma-cells: must be <1>, the cell specifies the channel number of the DMAC
Dshdma.txt7 DMAC instances have the same number of channels and use the same DMA
9 multiplexer node. Even if there is only one such DMAC instance on a system, it
27 "renesas,shdma-r8a73a4" for the system DMAC on r8a73a4 SoC
Darm-pl330.txt16 - dma-channels: contains the total number of DMA channels supported by the DMAC
17 - dma-requests: contains the total number of DMA requests supported by the DMAC
Dsnps-dma.txt5 - reg: Address range of the DMAC registers
6 - interrupt: Should contain the DMAC interrupt number
Dste-dma40.txt5 - reg: Address range of the DMAC registers
7 - interrupt: Should contain the DMAC interrupt number
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7763.c246 HUDI, LCDC, DMAC, SCIF0, IIC0, IIC1, CMT, GETHER, HAC, enumerator
265 INTC_VECT(DMAC, 0x640), INTC_VECT(DMAC, 0x660),
266 INTC_VECT(DMAC, 0x680), INTC_VECT(DMAC, 0x6a0),
267 INTC_VECT(DMAC, 0x6c0),
270 INTC_VECT(DMAC, 0x780), INTC_VECT(DMAC, 0x7a0),
310 PCIINTA, PCISERR, HAC, CMT, 0, 0, 0, DMAC,
324 { 0xffd4000c, 0, 32, 8, /* INT2PRI3 */ { HUDI, DMAC, ADC } },
Dsetup-sh7770.c366 TMU, DMAC, I2S, SRC, GFX3D, SPI, SCIF, BBDMAC, enumerator
421 INTC_GROUP(DMAC, DMAC0_DMINT0, DMAC0_DMINT1, DMAC0_DMINT2),
437 DMAC, I2C, HUDI, SPDIF, IPI, HAC, TMU, GPIO } },
443 { 0xffe00008, 0, 32, 8, /* INT2PRI2 */ { DMAC, I2S, SRC, DU } },
/linux-4.1.27/arch/sh/drivers/dma/
DKconfig5 bool "SuperH on-chip DMA controller (DMAC) support"
39 DMAC supports. This will be 4 for SH7750/SH7751/Sh7750S/SH7091 and 8 for the
51 tristate "PowerVR 2 DMAC support"
55 As this chains off of the on-chip DMAC, that must also be
/linux-4.1.27/drivers/dma/sh/
DKconfig28 tristate "Renesas SuperH DMAC support"
49 tristate "Renesas R-Car HPB DMAC support"
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Drenesas,rsnd.txt32 - dma : Should contain Audio DMAC entry
37 - dma : Should contain Audio DMAC entry
41 - dma : Should contain Audio DMAC entry
57 <0 0xec740000 0 0x200>; /* Audio DMAC peri peri*/
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dsh_eth.txt15 - reg: offset and length of (1) the E-DMAC/feLic register block (required),
/linux-4.1.27/arch/arm/mach-realview/
Drealview_pba8.c170 AHB_DEVICE(dmac, "issp:dmac", DMAC, NULL);
Drealview_pb11mp.c175 AHB_DEVICE(dmac, "issp:dmac", DMAC, NULL);
Drealview_pbx.c193 AHB_DEVICE(dmac, "issp:dmac", DMAC, NULL);
Drealview_eb.c184 AHB_DEVICE(dmac, "dev:dmac", DMAC, NULL);
/linux-4.1.27/arch/frv/kernel/
Dcmode.S83 # (3) Stop the transfer function of DMAC. Stop all the bus masters
Dsleep.S141 # Stop DMAC transfer
/linux-4.1.27/Documentation/fb/
Dsh7760fb.txt34 configure the SH DMAC for DMABRG mode (write 0x94808080 to the
/linux-4.1.27/Documentation/mmc/
Dmmc-async-req.txt78 /* flush pending desc to the DMAC (dmaengine.h) */
/linux-4.1.27/arch/arm/mach-versatile/
Dcore.c647 AHB_DEVICE(dmac, "dev:30", DMAC, NULL);
/linux-4.1.27/drivers/mmc/host/
DKconfig612 bool "Internal DMAC interface"
615 This selects support for the internal DMAC block within the Synopsys
/linux-4.1.27/drivers/dma/
DKconfig63 Platform has a PL08x DMAC device
/linux-4.1.27/arch/arm/boot/dts/
Dr8a7790.dtsi1457 <0 0xec740000 0 0x200>; /* Audio DMAC peri peri*/
Dr8a7791.dtsi1500 <0 0xec740000 0 0x200>; /* Audio DMAC peri peri*/
/linux-4.1.27/
DMAINTAINERS8621 SYNOPSYS DESIGNWARE DMAC DRIVER