Lines Matching defs:moutl
37 #define moutl(p,v) \
38 (ErrorF("moutl(%X, %X)\n", p,v),\
46 #define moutl(p,v) MMIO_OUT32(pCir->chip.alp->BLTBase, (p),(v))
97 moutl(0x0C, (pitch << 16) | pitch);
124 moutl(0x08, (hh << 16) | ww);
126 moutl(0x14, source & 0x3fffff);
127 moutl(0x18, pCir->chip.alp->transRop | decrement);
131 moutl(0x10, dest & 0x3fffff);
141 moutl(0x40,val | 0x02);
161 moutl(0x04, color & 0xffffff);
164 moutl(0x0C, pitch & 0x1fff);
165 moutl(0x18, (((pScrn->bitsPerPixel - 8) << 1))
186 moutl(0x08, (hh << 16) | ww);
193 moutl(0x10, (dest & 0x3fffff));
197 moutl(0x40, val | 0x02);
213 moutl(0x40, 0x80); /* enable autostart */