Home
last modified time | relevance | path

Searched refs:orig_video_ega_bx (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dscreen_info.h111 if ((si->orig_video_ega_bx & 0xff) != 0x10) in screen_info_video_type()
118 if ((si->orig_video_ega_bx & 0xff) != 0x10) { in screen_info_video_type()
/linux/include/uapi/linux/
H A Dscreen_info.h20 __u16 orig_video_ega_bx;/* 0x0a */ member
/linux/arch/mips/sibyte/swarm/
H A Dsetup.c122 .orig_video_ega_bx = 3,
/linux/arch/x86/xen/
H A Dvga.c20 screen_info->orig_video_ega_bx = 3; in xen_init_vga()
/linux/arch/mips/mti-malta/
H A Dmalta-setup.c172 .orig_video_ega_bx = 0, in screen_info_setup()
/linux/arch/x86/boot/
H A Dvideo-vga.c256 boot_params.screen_info.orig_video_ega_bx = oreg.bx; in vga_probe()
/linux/arch/arm/kernel/
H A Datags_parse.c80 vgacon_screen_info.orig_video_ega_bx = tag->u.videotext.video_ega_bx; in parse_tag_videotext()
H A Dsetup.c936 .orig_video_ega_bx = 0,
/linux/drivers/video/console/
H A Dvgacon.c224 if ((vga_si->orig_video_ega_bx & 0xff) != 0x10) { in vgacon_startup()
261 if ((vga_si->orig_video_ega_bx & 0xff) != 0x10) { in vgacon_startup()