Searched refs:VIDEO_TYPE_EGAM (Results 1 – 4 of 4) sorted by relevance
67 case VIDEO_TYPE_EGAM: in __screen_info_video_type()112 return VIDEO_TYPE_EGAM; in screen_info_video_type()
53 #define VIDEO_TYPE_EGAM 0x20 /* EGA/VGA in Monochrome Mode */ macro
230 vga_video_type = VIDEO_TYPE_EGAM; in vgacon_startup()355 || vga_video_type == VIDEO_TYPE_EGAM) { in vgacon_startup()863 if (vga_video_type != VIDEO_TYPE_EGAM) { in vgacon_do_font_op()1048 if (vga_video_type < VIDEO_TYPE_EGAM) in vgacon_font_set()1066 if (vga_video_type < VIDEO_TYPE_EGAM || vpitch != 32) in vgacon_font_get()
95 case VIDEO_TYPE_EGAM: in screen_info_resources()