Lines Matching refs:seq1
1124 u8 seq1; in mga_crtc_mode_set() local
1128 seq1 = RREG8(MGAREG_SEQ_DATA) | 0x20; in mga_crtc_mode_set()
1129 WREG8(MGAREG_SEQ_DATA, seq1); in mga_crtc_mode_set()
1135 WREG8(MGAREG_SEQ_DATA, seq1 & ~0x20); in mga_crtc_mode_set()
1242 u8 seq1 = 0, crtcext1 = 0; in mga_crtc_dpms() local
1246 seq1 = 0; in mga_crtc_dpms()
1251 seq1 = 0x20; in mga_crtc_dpms()
1255 seq1 = 0x20; in mga_crtc_dpms()
1259 seq1 = 0x20; in mga_crtc_dpms()
1270 seq1 |= RREG8(MGAREG_SEQ_DATA) & ~0x20; in mga_crtc_dpms()
1273 WREG8(MGAREG_SEQ_DATA, seq1); in mga_crtc_dpms()