Lines Matching refs:WREG_CRT

949 	WREG_CRT(0x0c, crtcc);  in mgag200_set_startadd()
950 WREG_CRT(0x0d, crtcd); in mgag200_set_startadd()
1038 WREG_CRT(10, 0); in mgag200_init_regs()
1039 WREG_CRT(11, 0); in mgag200_init_regs()
1040 WREG_CRT(12, 0); in mgag200_init_regs()
1041 WREG_CRT(13, 0); in mgag200_init_regs()
1042 WREG_CRT(14, 0); in mgag200_init_regs()
1043 WREG_CRT(15, 0); in mgag200_init_regs()
1049 WREG_CRT(0x11, crtc11); in mgag200_init_regs()
1110 WREG_CRT(0, htotal - 4); in mgag200_set_mode_regs()
1111 WREG_CRT(1, hdisplay); in mgag200_set_mode_regs()
1112 WREG_CRT(2, hdisplay); in mgag200_set_mode_regs()
1113 WREG_CRT(3, (htotal & 0x1F) | 0x80); in mgag200_set_mode_regs()
1114 WREG_CRT(4, hsyncstart); in mgag200_set_mode_regs()
1115 WREG_CRT(5, ((htotal & 0x20) << 2) | (hsyncend & 0x1F)); in mgag200_set_mode_regs()
1116 WREG_CRT(6, vtotal & 0xFF); in mgag200_set_mode_regs()
1117 WREG_CRT(7, ((vtotal & 0x100) >> 8) | in mgag200_set_mode_regs()
1125 WREG_CRT(9, ((vdisplay & 0x200) >> 4) | in mgag200_set_mode_regs()
1127 WREG_CRT(16, vsyncstart & 0xFF); in mgag200_set_mode_regs()
1128 WREG_CRT(17, (vsyncend & 0x0F) | 0x20); in mgag200_set_mode_regs()
1129 WREG_CRT(18, vdisplay & 0xFF); in mgag200_set_mode_regs()
1130 WREG_CRT(20, 0); in mgag200_set_mode_regs()
1131 WREG_CRT(21, vdisplay & 0xFF); in mgag200_set_mode_regs()
1132 WREG_CRT(22, (vtotal + 1) & 0xFF); in mgag200_set_mode_regs()
1133 WREG_CRT(23, 0xc3); in mgag200_set_mode_regs()
1134 WREG_CRT(24, vdisplay & 0xFF); in mgag200_set_mode_regs()
1181 WREG_CRT(0x13, crtc13); in mgag200_set_offset()