Home
last modified time | relevance | path

Searched refs:mga_writel (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/matrox/
A Dmatroxfb_accel.c448 mga_writel(mmio, M_FXBNDRY, fxbndry); in matroxfb_1bpp_imageblit()
449 mga_writel(mmio, M_AR0, ar0); in matroxfb_1bpp_imageblit()
450 mga_writel(mmio, M_AR3, 0); in matroxfb_1bpp_imageblit()
452 mga_writel(mmio, M_YDSTLEN | M_EXEC, ydstlen); in matroxfb_1bpp_imageblit()
455 mga_writel(mmio, M_AR5, 0); in matroxfb_1bpp_imageblit()
456 mga_writel(mmio, M_YDSTLEN | M_EXEC, ydstlen); in matroxfb_1bpp_imageblit()
A Dmatroxfb_base.h144 static inline void mga_writel(vaddr_t va, unsigned int offs, u_int32_t value) { in mga_writel() function
670 #define mga_outl(addr,val) mga_writel(minfo->mmio.vbase, (addr), (val))

Completed in 8 milliseconds