Lines Matching refs:seq1
1145 u8 seq1; in mga_crtc_mode_set() local
1149 seq1 = RREG8(MGAREG_SEQ_DATA) | 0x20; in mga_crtc_mode_set()
1150 WREG8(MGAREG_SEQ_DATA, seq1); in mga_crtc_mode_set()
1156 WREG8(MGAREG_SEQ_DATA, seq1 & ~0x20); in mga_crtc_mode_set()
1266 u8 seq1 = 0, crtcext1 = 0; in mga_crtc_dpms() local
1270 seq1 = 0; in mga_crtc_dpms()
1275 seq1 = 0x20; in mga_crtc_dpms()
1279 seq1 = 0x20; in mga_crtc_dpms()
1283 seq1 = 0x20; in mga_crtc_dpms()
1294 seq1 |= RREG8(MGAREG_SEQ_DATA) & ~0x20; in mga_crtc_dpms()
1297 WREG8(MGAREG_SEQ_DATA, seq1); in mga_crtc_dpms()