Lines Matching refs:mga_outl
116 mga_outl(0x3C14, ((mt->HDisplay - 8) << 16) | (mt->HTotal - 8)); in matroxfb_dh_restore()
117 mga_outl(0x3C18, ((mt->HSyncEnd - 8) << 16) | (mt->HSyncStart - 8)); in matroxfb_dh_restore()
118 mga_outl(0x3C1C, ((mt->VDisplay - 1) << 16) | (mt->VTotal - 1)); in matroxfb_dh_restore()
119 mga_outl(0x3C20, ((mt->VSyncEnd - 1) << 16) | (mt->VSyncStart - 1)); in matroxfb_dh_restore()
120 mga_outl(0x3C24, ((mt->VSyncStart) << 16) | (mt->HSyncStart)); /* preload */ in matroxfb_dh_restore()
125 mga_outl(0x3C2C, pos); /* field #1 vmemory start */ in matroxfb_dh_restore()
126 mga_outl(0x3C28, pos + linelen); /* field #0 vmemory start */ in matroxfb_dh_restore()
130 mga_outl(0x3C28, pos); /* vmemory start */ in matroxfb_dh_restore()
133 mga_outl(0x3C40, linelen); in matroxfb_dh_restore()
135 mga_outl(0x3C4C, datactl); /* data control */ in matroxfb_dh_restore()
139 mga_outl(0x3C10, tmp & ~0x02000000); in matroxfb_dh_restore()
149 mga_outl(0x3C10, tmp); in matroxfb_dh_restore()
157 mga_outl(0x3C44, tmp); in matroxfb_dh_restore()
163 mga_outl(0x3C10, 0x00000004); /* disable CRTC2, CRTC1->DAC1, PLL as clock source */ in matroxfb_dh_disable()
181 mga_outl(0x3C2C, pos); in matroxfb_dh_pan_var()
182 mga_outl(0x3C28, pos + linelen); in matroxfb_dh_pan_var()
184 mga_outl(0x3C28, pos); in matroxfb_dh_pan_var()