Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dscreen_info.h19 __u16 orig_video_ega_bx;/* 0x0a */ member
78 #define ORIG_VIDEO_EGA_BX (screen_info.orig_video_ega_bx)
/openbmc/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()
/openbmc/linux/include/uapi/linux/
H A Dscreen_info.h20 __u16 orig_video_ega_bx;/* 0x0a */ member
/openbmc/linux/arch/csky/kernel/
H A Dsetup.c21 .orig_video_ega_bx = 0,
/openbmc/linux/arch/mips/sibyte/swarm/
H A Dsetup.c138 .orig_video_ega_bx = 3, in plat_mem_setup()
/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-setup.c172 .orig_video_ega_bx = 0, in screen_info_setup()
/openbmc/linux/arch/x86/xen/
H A Dvga.c21 screen_info->orig_video_ega_bx = 3; in xen_init_vga()
/openbmc/linux/arch/x86/boot/
H A Dvideo-vga.c256 boot_params.screen_info.orig_video_ega_bx = oreg.bx; in vga_probe()
/openbmc/linux/arch/arm/kernel/
H A Datags_parse.c80 screen_info.orig_video_ega_bx = tag->u.videotext.video_ega_bx; in parse_tag_videotext()
H A Dsetup.c937 .orig_video_ega_bx = 0,
/openbmc/linux/drivers/video/console/
H A Dvgacon.c189 if ((screen_info.orig_video_ega_bx & 0xff) != 0x10) { in vgacon_startup()
226 if ((screen_info.orig_video_ega_bx & 0xff) != 0x10) { in vgacon_startup()
/openbmc/linux/arch/ia64/kernel/
H A Dsetup.c532 screen_info.orig_video_ega_bx = 3; /* XXX fake */ in screen_info_setup()