Lines Matching refs:seq1
1017 u8 seq1; in mga_crtc_mode_set() local
1021 seq1 = RREG8(MGAREG_SEQ_DATA) | 0x20; in mga_crtc_mode_set()
1022 WREG8(MGAREG_SEQ_DATA, seq1); in mga_crtc_mode_set()
1028 WREG8(MGAREG_SEQ_DATA, seq1 & ~0x20); in mga_crtc_mode_set()
1135 u8 seq1 = 0, crtcext1 = 0; in mga_crtc_dpms() local
1139 seq1 = 0; in mga_crtc_dpms()
1144 seq1 = 0x20; in mga_crtc_dpms()
1148 seq1 = 0x20; in mga_crtc_dpms()
1152 seq1 = 0x20; in mga_crtc_dpms()
1163 seq1 |= RREG8(MGAREG_SEQ_DATA) & ~0x20; in mga_crtc_dpms()
1166 WREG8(MGAREG_SEQ_DATA, seq1); in mga_crtc_dpms()