Home
last modified time | relevance | path

Searched refs:shdma (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/sh/
H A DMakefile6 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 Dshdma.h13 #include <linux/shdma-base.h>
H A Dshdma-of.c15 #include <linux/shdma-base.h>
59 { .compatible = "renesas,shdma-mux", },
66 .name = "shdma-of",
H A Dshdma-base.c5 * 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 DMakefile6 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 Dshdma.h13 #include <linux/shdma-base.h>
H A Dshdma-base.c5 * 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 Dsh_dma.h12 #include <linux/shdma-base.h>
/kernel/linux/linux-6.6/include/linux/
H A Dsh_dma.h12 #include <linux/shdma-base.h>
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dpvr2fb.c193 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 Dpvr2fb.c194 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 9 milliseconds