Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c87 #define mga_ydstlen(y,l) mga_outl(M_YDSTLEN | M_EXEC, ((y) << 16) | (l))
452 mga_writel(mmio, M_YDSTLEN | M_EXEC, ydstlen); in matroxfb_1bpp_imageblit()
456 mga_writel(mmio, M_YDSTLEN | M_EXEC, ydstlen); in matroxfb_1bpp_imageblit()
Dmatroxfb_base.h545 #define M_YDSTLEN 0x1C88 macro