Lines Matching refs:seq1
1166 u8 seq1; in mga_crtc_mode_set() local
1170 seq1 = RREG8(MGAREG_SEQ_DATA) | 0x20; in mga_crtc_mode_set()
1171 WREG8(MGAREG_SEQ_DATA, seq1); in mga_crtc_mode_set()
1177 WREG8(MGAREG_SEQ_DATA, seq1 & ~0x20); in mga_crtc_mode_set()
1287 u8 seq1 = 0, crtcext1 = 0; in mga_crtc_dpms() local
1291 seq1 = 0; in mga_crtc_dpms()
1296 seq1 = 0x20; in mga_crtc_dpms()
1300 seq1 = 0x20; in mga_crtc_dpms()
1304 seq1 = 0x20; in mga_crtc_dpms()
1315 seq1 |= RREG8(MGAREG_SEQ_DATA) & ~0x20; in mga_crtc_dpms()
1318 WREG8(MGAREG_SEQ_DATA, seq1); in mga_crtc_dpms()