Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c86 #define mga_ydstlen(y,l) mga_outl(M_YDSTLEN | M_EXEC, ((y) << 16) | (l))
285 mga_outl(M_LEN | M_EXEC, height); in matrox_accel_bmove_lin()
365 mga_outl(M_LEN | M_EXEC, height); in matroxfb_cfb4_clear()
451 mga_writel(mmio, M_YDSTLEN | M_EXEC, ydstlen); in matroxfb_1bpp_imageblit()
455 mga_writel(mmio, M_YDSTLEN | M_EXEC, ydstlen); in matroxfb_1bpp_imageblit()
Dmatroxfb_base.h556 #define M_EXEC 0x0100 macro