Searched refs:buffer_phys (Results 1 – 3 of 3) sorted by relevance
47 u32 buffer_phys; in bcm_kona_smc_init() local63 buffer_phys = be32_to_cpup(prop_val); in bcm_kona_smc_init()64 if (!buffer_phys) in bcm_kona_smc_init()67 bcm_smc_buffer = ioremap(buffer_phys, buffer_size); in bcm_kona_smc_init()70 bcm_smc_buffer_phys = buffer_phys; in bcm_kona_smc_init()107 static int bcm_kona_do_smc(u32 service_id, u32 buffer_phys) in bcm_kona_do_smc() argument117 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 8 milliseconds