Searched refs:shdma (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/dma/sh/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/ |
| H A 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";
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | pvr2fb.c | 193 static unsigned int shdma = PVR2_CASCADE_CHAN; variable 676 dma_configure_channel(shdma, 0x12c1); in pvr2fb_write() 691 dma_write(shdma, start, 0, len); in pvr2fb_write() 705 dma_write_page(shdma, (unsigned long)page_address(pages[i]), 0); in pvr2fb_write()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | r8a73a4.dtsi | 76 compatible = "renesas,shdma-mux"; 85 compatible = "renesas,shdma-r8a73a4";
|