Lines Matching refs:WREG_CRT

171 	WREG_CRT(0x0c, crtcc);  in mgag200_set_startadd()
172 WREG_CRT(0x0d, crtcd); in mgag200_set_startadd()
184 WREG_CRT(10, 0); in mgag200_init_registers()
185 WREG_CRT(11, 0); in mgag200_init_registers()
186 WREG_CRT(12, 0); in mgag200_init_registers()
187 WREG_CRT(13, 0); in mgag200_init_registers()
188 WREG_CRT(14, 0); in mgag200_init_registers()
189 WREG_CRT(15, 0); in mgag200_init_registers()
195 WREG_CRT(0x11, crtc11); in mgag200_init_registers()
250 WREG_CRT(0, htotal - 4); in mgag200_set_mode_regs()
251 WREG_CRT(1, hdisplay); in mgag200_set_mode_regs()
252 WREG_CRT(2, hdisplay); in mgag200_set_mode_regs()
253 WREG_CRT(3, (htotal & 0x1F) | 0x80); in mgag200_set_mode_regs()
254 WREG_CRT(4, hsyncstart); in mgag200_set_mode_regs()
255 WREG_CRT(5, ((htotal & 0x20) << 2) | (hsyncend & 0x1F)); in mgag200_set_mode_regs()
256 WREG_CRT(6, vtotal & 0xFF); in mgag200_set_mode_regs()
257 WREG_CRT(7, ((vtotal & 0x100) >> 8) | in mgag200_set_mode_regs()
265 WREG_CRT(9, ((vdisplay & 0x200) >> 4) | in mgag200_set_mode_regs()
267 WREG_CRT(16, vsyncstart & 0xFF); in mgag200_set_mode_regs()
268 WREG_CRT(17, (vsyncend & 0x0F) | 0x20); in mgag200_set_mode_regs()
269 WREG_CRT(18, vdisplay & 0xFF); in mgag200_set_mode_regs()
270 WREG_CRT(20, 0); in mgag200_set_mode_regs()
271 WREG_CRT(21, vdisplay & 0xFF); in mgag200_set_mode_regs()
272 WREG_CRT(22, (vtotal + 1) & 0xFF); in mgag200_set_mode_regs()
273 WREG_CRT(23, 0xc3); in mgag200_set_mode_regs()
274 WREG_CRT(24, vdisplay & 0xFF); in mgag200_set_mode_regs()
322 WREG_CRT(0x13, crtc13); in mgag200_set_offset()