Searched refs:gc_writel (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/ |
H A D | pxa3xx-gcu.c | 122 gc_writel(struct pxa3xx_gcu_priv *priv, unsigned int off, unsigned long val) gc_writel() function 157 gc_writel(priv, REG_GCIECR, 0); pxa3xx_gcu_reset() 160 gc_writel(priv, REG_GCCR, GCCR_ABORT); pxa3xx_gcu_reset() 161 gc_writel(priv, REG_GCCR, 0); pxa3xx_gcu_reset() 170 gc_writel(priv, REG_GCRBLR, 0); pxa3xx_gcu_reset() 171 gc_writel(priv, REG_GCRBBR, priv->shared_phys); pxa3xx_gcu_reset() 172 gc_writel(priv, REG_GCRBTR, priv->shared_phys); pxa3xx_gcu_reset() 175 gc_writel(priv, REG_GCIECR, IE_ALL & ~IE_EOB); pxa3xx_gcu_reset() 235 gc_writel(priv, REG_GCRBLR, 0); run_ready() 239 gc_writel(priv, REG_GCRBBR, shared->buffer_phys); run_ready() 242 gc_writel(priv, REG_GCRBTR, shared->buffer_phys + num * 4); run_ready() 245 gc_writel(priv, REG_GCRBLR, ((num + 63) & ~63) * 4); run_ready() 281 gc_writel(priv, REG_GCRBLR, 0); pxa3xx_gcu_handle_irq() 293 gc_writel(priv, REG_GCISCR, status); pxa3xx_gcu_handle_irq()
|
Completed in 60 milliseconds