Searched refs:shdma (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/dma/sh/ |
D | Makefile | 6 obj-$(CONFIG_SH_DMAE_BASE) += shdma-base.o shdma-of.o 12 shdma-y := shdmac.o 13 shdma-$(CONFIG_SH_DMAE_R8A73A4) += shdma-r8a73a4.o 14 shdma-objs := $(shdma-y) 15 obj-$(CONFIG_SH_DMAE) += shdma.o
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | shdma.txt | 15 - compatible: should be "renesas,shdma-mux" 25 - compatible: should be of the form "renesas,shdma-<soc>", where <soc> should 27 "renesas,shdma-r8a73a4" for the system DMAC on r8a73a4 SoC 31 compatible = "renesas,shdma-mux"; 40 compatible = "renesas,shdma-r8a73a4";
|
/Linux-v4.19/drivers/video/fbdev/ |
D | pvr2fb.c | 192 static unsigned int shdma = PVR2_CASCADE_CHAN; variable 696 dma_configure_channel(shdma, 0x12c1); in pvr2fb_write() 711 dma_write(shdma, start, 0, len); in pvr2fb_write() 725 dma_write_page(shdma, (unsigned long)page_address(pages[i]), 0); in pvr2fb_write()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | r8a73a4.dtsi | 76 compatible = "renesas,shdma-mux"; 85 compatible = "renesas,shdma-r8a73a4";
|