Searched refs:ext_vga (Results 1 – 1 of 1) sorted by relevance
912 unsigned char ext_vga[6]; in mga_crtc_mode_set() local1088 ext_vga[0] = 0; in mga_crtc_mode_set()1089 ext_vga[5] = 0; in mga_crtc_mode_set()1093 ext_vga[0] |= (pitch & 0x300) >> 4; in mga_crtc_mode_set()1094 ext_vga[1] = (((htotal - 4) & 0x100) >> 8) | in mga_crtc_mode_set()1098 ext_vga[2] = ((vtotal & 0xc00) >> 10) | in mga_crtc_mode_set()1104 ext_vga[3] = (((1 << bppshift) * 3) - 1) | 0x80; in mga_crtc_mode_set()1106 ext_vga[3] = ((1 << bppshift) - 1) | 0x80; in mga_crtc_mode_set()1107 ext_vga[4] = 0; in mga_crtc_mode_set()1109 ext_vga[1] |= 0x88; in mga_crtc_mode_set()[all …]