Searched refs:shdma (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/dma/sh/ |
D | Makefile | 5 obj-$(CONFIG_SH_DMAE_BASE) += shdma-base.o shdma-of.o 11 shdma-y := shdmac.o 12 shdma-$(CONFIG_SH_DMAE_R8A73A4) += shdma-r8a73a4.o 13 shdma-objs := $(shdma-y) 14 obj-$(CONFIG_SH_DMAE) += shdma.o
|
/linux-4.4.14/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-4.4.14/drivers/video/fbdev/ |
D | pvr2fb.c | 192 static unsigned int shdma = PVR2_CASCADE_CHAN; variable 698 dma_configure_channel(shdma, 0x12c1); in pvr2fb_write() 713 dma_write(shdma, start, 0, len); in pvr2fb_write() 727 dma_write_page(shdma, (unsigned long)page_address(pages[i]), 0); in pvr2fb_write()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | r8a73a4.dtsi | 61 compatible = "renesas,shdma-mux"; 70 compatible = "renesas,shdma-r8a73a4";
|