Home
last modified time | relevance | path

Searched refs:orig_video_cols (Results 1 – 22 of 22) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dscreen_info.h16 __u8 orig_video_cols; /* 0x07 */ member
77 #define ORIG_VIDEO_COLS (screen_info.orig_video_cols)
/openbmc/linux/arch/x86/xen/
H A Dvga.c20 screen_info->orig_video_cols = 80; in xen_init_vga()
31 screen_info->orig_video_cols = info->u.text_mode_3.columns; in xen_init_vga()
/openbmc/linux/arch/x86/boot/
H A Dvideo.c94 boot_params.screen_info.orig_video_cols = x; in store_mode_params()
242 saved.x = boot_params.screen_info.orig_video_cols; in save_screen()
259 int xs = boot_params.screen_info.orig_video_cols; in restore_screen()
/openbmc/linux/include/uapi/linux/
H A Dscreen_info.h17 __u8 orig_video_cols; /* 0x07 */ member
/openbmc/linux/drivers/video/console/
H A Dvgacon.c169 (screen_info.orig_video_cols == 0)) in vgacon_startup()
181 vga_video_num_columns = screen_info.orig_video_cols; in vgacon_startup()
329 vgacon_xres = screen_info.orig_video_cols * VGA_FONTWIDTH; in vgacon_startup()
612 vga_video_num_columns <= screen_info.orig_video_cols && in vgacon_switch()
1059 screen_info.orig_video_cols = width; in vgacon_resize()
1064 if (width % 2 || width > screen_info.orig_video_cols || in vgacon_resize()
H A Ddummycon.c22 #define DUMMY_COLUMNS screen_info.orig_video_cols
/openbmc/linux/arch/csky/kernel/
H A Dsetup.c19 .orig_video_cols = 80,
/openbmc/linux/arch/mips/sibyte/swarm/
H A Dsetup.c136 .orig_video_cols = 80, in plat_mem_setup()
/openbmc/linux/include/linux/
H A Dscreen_info.h106 if (!si->orig_video_lines || !si->orig_video_cols) in screen_info_video_type()
/openbmc/linux/arch/arm/kernel/
H A Defi.c128 screen_info.orig_video_cols = 80; in arm_efi_init()
H A Datags_parse.c79 screen_info.orig_video_cols = tag->u.videotext.video_cols; in parse_tag_videotext()
H A Dsetup.c935 .orig_video_cols = 80,
/openbmc/linux/arch/mips/jazz/
H A Dsetup.c81 .orig_video_cols = 160, in plat_mem_setup()
/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-setup.c170 .orig_video_cols = 80, in screen_info_setup()
/openbmc/linux/arch/mips/sni/
H A Dsetup.c50 si->orig_video_cols = di->CursorMaxXPosition; in sni_display_setup()
/openbmc/linux/arch/alpha/kernel/
H A Dsys_sio.c64 screen_info.orig_video_cols = 100; in alphabook1_init_arch()
H A Dsetup.c144 .orig_video_cols = 80,
/openbmc/linux/arch/x86/kernel/
H A Dearly_printk.c375 max_xpos = boot_params.screen_info.orig_video_cols; in setup_early_printk()
/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.c417 cols = boot_params->screen_info.orig_video_cols; in extract_kernel()
/openbmc/linux/arch/xtensa/kernel/
H A Dsetup.c56 .orig_video_cols = 80,
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup-common.c107 .orig_video_cols = 80,
/openbmc/linux/arch/ia64/kernel/
H A Dsetup.c527 screen_info.orig_video_cols = num_cols; in screen_info_setup()