Searched refs:shdma (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/dma/sh/ |
D | Makefile | 6 obj-$(CONFIG_SH_DMAE_BASE) += shdma-base.o shdma-of.o 12 shdma-y := shdmac.o 13 shdma-objs := $(shdma-y) 14 obj-$(CONFIG_SH_DMAE) += shdma.o
|
/Linux-v5.4/Documentation/devicetree/bindings/dma/ |
D | renesas,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-v5.4/drivers/video/fbdev/ |
D | pvr2fb.c | 193 static unsigned int shdma = PVR2_CASCADE_CHAN; variable 662 dma_configure_channel(shdma, 0x12c1); in pvr2fb_write() 677 dma_write(shdma, start, 0, len); in pvr2fb_write() 691 dma_write_page(shdma, (unsigned long)page_address(pages[i]), 0); in pvr2fb_write()
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | r8a73a4.dtsi | 76 compatible = "renesas,shdma-mux"; 85 compatible = "renesas,shdma-r8a73a4";
|