Searched refs:mga_outl (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_accel.c86 #define mga_ydstlen(y,l) mga_outl(M_YDSTLEN | M_EXEC, ((y) << 16) | (l))
179 mga_outl(M_PITCH, mpitch);
180 mga_outl(M_YDSTORG, curr_ydstorg(minfo));
182 mga_outl(M_PLNWT, -1);
184 mga_outl(M_SRCORG, 0);
185 mga_outl(M_DSTORG, 0);
187 mga_outl(M_OPMODE, mopmode);
188 mga_outl(M_CXBNDRY, 0xFFFF0000);
189 mga_outl(M_YTOP, 0);
190 mga_outl(M_YBO
[all...]
H A Dmatroxfb_DAC1064.c208 mga_outl(0x3C10, c2_ctl);
687 mga_outl(M_CTLWTST, 0x00000000);
689 mga_outl(M_MACCESS, 0x00008000);
691 mga_outl(M_MACCESS, 0x0000C000);
746 mga_outl(M_CTLWTST, minfo->values.reg.mctlwtst);
750 mga_outl(M_MEMRDBK, minfo->values.reg.memrdbk);
751 mga_outl(M_MACCESS, minfo->values.reg.maccess);
758 mga_outl(M_MEMRDBK, minfo->values.reg.memrdbk & ~0x1000);
760 mga_outl(M_MACCESS, minfo->values.reg.maccess | 0x8000);
768 mga_outl(M_PLNW
[all...]
H A Dmatroxfb_crtc2.c116 mga_outl(0x3C14, ((mt->HDisplay - 8) << 16) | (mt->HTotal - 8));
117 mga_outl(0x3C18, ((mt->HSyncEnd - 8) << 16) | (mt->HSyncStart - 8));
118 mga_outl(0x3C1C, ((mt->VDisplay - 1) << 16) | (mt->VTotal - 1));
119 mga_outl(0x3C20, ((mt->VSyncEnd - 1) << 16) | (mt->VSyncStart - 1));
120 mga_outl(0x3C24, ((mt->VSyncStart) << 16) | (mt->HSyncStart)); /* preload */
125 mga_outl(0x3C2C, pos); /* field #1 vmemory start */
126 mga_outl(0x3C28, pos + linelen); /* field #0 vmemory start */
130 mga_outl(0x3C28, pos); /* vmemory start */
133 mga_outl(0x3C40, linelen);
135 mga_outl(
[all...]
H A Dmatroxfb_base.c172 mga_outl(0x3C2C, pos);
173 mga_outl(0x3C28, pos + minfo->fbcon.var.xres_virtual * minfo->fbcon.var.bits_per_pixel / 8);
175 mga_outl(0x3C28, pos);
213 mga_outl(M_ICLEAR, 0x20);
220 mga_outl(M_ICLEAR, 0x200);
244 mga_outl(M_ICLEAR, bm);
245 mga_outl(M_IEN, mga_inl(M_IEN) | bm);
252 mga_outl(M_IEN, ien | bm);
264 mga_outl(M_IEN, mga_inl(M_IEN) & ~0x220);
266 mga_outl(M_IE
[all...]
H A Dmatroxfb_Ti3026.c731 mga_outl(M_RESET, 1);
733 mga_outl(M_RESET, 0);
735 mga_outl(M_MACCESS, 0x00008000);
H A Dmatroxfb_base.h693 #define mga_outl(addr,val) mga_writel(minfo->mmio.vbase, (addr), (val)) macro

Completed in 104 milliseconds