Home
last modified time | relevance | path

Searched refs:buffer_phys (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/arch/arm/mach-bcm/
A Dbcm_kona_smc.c37 u32 buffer_phys; in bcm_kona_smc_init() local
54 buffer_phys = be32_to_cpup(prop_val); in bcm_kona_smc_init()
55 if (!buffer_phys) in bcm_kona_smc_init()
58 bcm_smc_buffer = ioremap(buffer_phys, buffer_size); in bcm_kona_smc_init()
61 bcm_smc_buffer_phys = buffer_phys; in bcm_kona_smc_init()
98 static int bcm_kona_do_smc(u32 service_id, u32 buffer_phys) in bcm_kona_do_smc() argument
108 r6 = buffer_phys; in bcm_kona_do_smc()
/linux-6.3-rc2/drivers/video/fbdev/
A Dpxa3xx-gcu.h20 unsigned long buffer_phys; member
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()

Completed in 4 milliseconds