Searched refs:shdma (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/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
|
H A D | shdma.h | 13 #include <linux/shdma-base.h>
|
H A D | shdma-of.c | 15 #include <linux/shdma-base.h> 59 { .compatible = "renesas,shdma-mux", }, 66 .name = "shdma-of",
|
H A D | shdma-base.c | 5 * extracted from shdma.c 14 #include <linux/shdma-base.h> 256 * This is the standard shdma filter function to be used as a replacement to the
|
/kernel/linux/linux-6.6/drivers/dma/sh/ |
H A D | Makefile | 6 obj-$(CONFIG_SH_DMAE_BASE) += shdma-base.o 12 shdma-y := shdmac.o 13 shdma-objs := $(shdma-y) 14 obj-$(CONFIG_SH_DMAE) += shdma.o
|
H A D | shdma.h | 13 #include <linux/shdma-base.h>
|
H A D | shdma-base.c | 5 * extracted from shdma.c 14 #include <linux/shdma-base.h> 256 * This is the standard shdma filter function to be used as a replacement to the
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sh_dma.h | 12 #include <linux/shdma-base.h>
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sh_dma.h | 12 #include <linux/shdma-base.h>
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pvr2fb.c | 194 static unsigned int shdma = PVR2_CASCADE_CHAN; variable 680 dma_configure_channel(shdma, 0x12c1); in pvr2fb_write() 695 dma_write(shdma, start, 0, len); in pvr2fb_write() 709 dma_write_page(shdma, (unsigned long)page_address(pages[i]), 0); in pvr2fb_write()
|
Completed in 11 milliseconds