Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/matrox/
Dmatroxfb_accel.c86 #define mga_ydstlen(y,l) mga_outl(M_YDSTLEN | M_EXEC, ((y) << 16) | (l))
433 mga_writel(mmio, M_YDSTLEN | M_EXEC, ydstlen); in matroxfb_1bpp_imageblit()
437 mga_writel(mmio, M_YDSTLEN | M_EXEC, ydstlen); in matroxfb_1bpp_imageblit()
Dmatroxfb_base.h569 #define M_YDSTLEN 0x1C88 macro