Lines Matching defs:mode
22 * if 512 char mode is already enabled don't re-enable it,
71 static void vgacon_cursor(struct vc_data *c, int mode);
123 /* force text mode - used by kernel modesetting */
504 static void vgacon_cursor(struct vc_data *c, int mode)
511 switch (mode) {
574 u8 scanlines_lo = 0, r7 = 0, vsync_end = 0, mode, max_scan;
588 mode = inb_p(vga_video_port_val);
590 if (mode & 0x04)
700 static void vga_vesa_blank(struct vgastate *state, int mode)
743 if (mode & VESA_VSYNC_SUSPEND) {
752 if (mode & VESA_HSYNC_SUSPEND) {
943 * In 512-character mode, the character map is not contiguous if
983 /* if 512 char mode is already enabled don't re-enable it. */
1118 * the video mode! Set the new defaults then and go away.