Searched refs:buffer_phys (Results 1 – 3 of 3) sorted by relevance
37 u32 buffer_phys; in bcm_kona_smc_init() local54 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() argument108 r6 = buffer_phys; in bcm_kona_do_smc()
20 unsigned long buffer_phys; member
154 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 6 milliseconds