Home
last modified time | relevance | path

Searched refs:buffer_phys (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-bcm/
H A Dbcm_kona_smc.c49 u32 buffer_phys; in bcm_kona_smc_init() local
66 buffer_phys = be32_to_cpup(prop_val); in bcm_kona_smc_init()
67 if (!buffer_phys) in bcm_kona_smc_init()
70 bcm_smc_buffer = ioremap(buffer_phys, buffer_size); in bcm_kona_smc_init()
73 bcm_smc_buffer_phys = buffer_phys; in bcm_kona_smc_init()
110 static int bcm_kona_do_smc(u32 service_id, u32 buffer_phys) in bcm_kona_do_smc() argument
120 r6 = buffer_phys; in bcm_kona_do_smc()
/kernel/linux/linux-6.6/arch/arm/mach-bcm/
H A Dbcm_kona_smc.c87 static int bcm_kona_do_smc(u32 service_id, u32 buffer_phys) in bcm_kona_do_smc() argument
97 r6 = buffer_phys; in bcm_kona_do_smc()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dpxa3xx-gcu.h20 unsigned long buffer_phys; member
H A Dpxa3xx-gcu.c154 priv->shared->buffer_phys = priv->shared_phys; in pxa3xx_gcu_reset()
229 gc_writel(priv, REG_GCRBBR, shared->buffer_phys); in run_ready()
232 gc_writel(priv, REG_GCRBTR, shared->buffer_phys + num * 4); in run_ready()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dpxa3xx-gcu.h20 unsigned long buffer_phys; member
H A Dpxa3xx-gcu.c154 priv->shared->buffer_phys = priv->shared_phys; in pxa3xx_gcu_reset()
229 gc_writel(priv, REG_GCRBBR, shared->buffer_phys); in run_ready()
232 gc_writel(priv, REG_GCRBTR, shared->buffer_phys + num * 4); in run_ready()
/kernel/linux/linux-5.10/drivers/staging/goldfish/
H A Dgoldfish_audio.c38 unsigned long buffer_phys; /* combined buffer physical address */ member
314 data->buffer_phys = buf_addr; in goldfish_audio_probe()

Completed in 4 milliseconds