Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dscreen_info.h20 __u16 orig_video_ega_bx;/* 0x0a */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dscreen_info.h20 __u16 orig_video_ega_bx;/* 0x0a */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dscreen_info.h20 __u16 orig_video_ega_bx;/* 0x0a */ member
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dsetup.c39 .orig_video_ega_bx = 0,
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dsetup.c21 .orig_video_ega_bx = 0,
/OK3568_Linux_fs/kernel/arch/mips/sibyte/swarm/
H A Dsetup.c139 .orig_video_ega_bx = 3, in plat_mem_setup()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-setup.c186 .orig_video_ega_bx = 0, in screen_info_setup()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dvga.c22 screen_info->orig_video_ega_bx = 3; in xen_init_vga()
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dvideo-vga.c256 boot_params.screen_info.orig_video_ega_bx = oreg.bx; in vga_probe()
/OK3568_Linux_fs/kernel/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.c929 .orig_video_ega_bx = 0,
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dvgacon.c220 if ((screen_info.orig_video_ega_bx & 0xff) != 0x10) { in vgacon_startup()
257 if ((screen_info.orig_video_ega_bx & 0xff) != 0x10) { in vgacon_startup()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dsetup.c505 screen_info.orig_video_ega_bx = 3; /* XXX fake */ in screen_info_setup()