Searched refs:rows (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | boot.c | 126 UINTN cols, UINTN rows, UINTN depth); 699 UINTN cols, rows, size; in efi_console_set_mode() local 706 cols * rows > size ) in efi_console_set_mode() 708 size = cols * rows; in efi_console_set_mode() 781 rows == mode_info->VerticalResolution && in efi_find_gop_mode() 787 if ( !cols && !rows && in efi_find_gop_mode() 1158 UINTN depth, cols, rows, size; in efi_start() local 1160 size = cols = rows = depth = 0; in efi_start() 1163 &cols, &rows) == EFI_SUCCESS ) in efi_start() 1164 efi_arch_console_init(cols, rows); in efi_start() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/efi/ |
A D | efi-boot.h | 480 static void __init efi_arch_console_init(UINTN cols, UINTN rows) in efi_arch_console_init() argument 485 vga_console_info.u.text_mode_3.rows = rows; in efi_arch_console_init() 680 UINTN cols, gop_mode = ~0, rows; in efi_multiboot2() local 690 &cols, &rows) == EFI_SUCCESS ) in efi_multiboot2() 691 efi_arch_console_init(cols, rows); in efi_multiboot2()
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | cmdline.c | 244 static u16 rows2vmode(unsigned int rows) in rows2vmode() argument 246 switch ( rows ) in rows2vmode()
|
A D | video.S | 663 # .byte rows (number of rows)
|
/xen-4.10.0-shim-comet/xen/drivers/video/ |
A D | vga.c | 85 lines = vga_console_info.u.text_mode_3.rows; in video_init()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | xen.h | 896 uint16_t rows, columns; member
|
/xen-4.10.0-shim-comet/xen/arch/arm/efi/ |
A D | efi-boot.h | 590 static void __init efi_arch_console_init(UINTN cols, UINTN rows) in efi_arch_console_init() argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | setup.c | 513 vga_console_info.u.text_mode_3.rows = bvi->orig_video_lines; in parse_video_info() 762 vga_console_info.u.text_mode_3.rows, in __start_xen()
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | vgabios.c | 2647 Bit8u crtc_r9,ovl,rows; local 2668 rows = vde / lines; 2669 write_byte(BIOSMEM_SEG,BIOSMEM_NB_ROWS, rows-1); 2671 write_word(BIOSMEM_SEG,BIOSMEM_PAGE_SIZE, rows * cols * 2);
|
A D | ChangeLog | 882 - function set_scan_lines() recalculates the number of rows and 883 the page size - new values for char height, text rows and page
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 1755 > `= ( ask | current | text-80x<rows> | gfx-<width>x<height>x<depth> | mode-<mode> )[,keep]` 1763 `text-80x<rows>` instructs Xen to set up text mode. Valid values for 1764 `<rows>` are `25, 28, 30, 34, 43, 50, 80`
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 10graphics.diff | 574 + /* minimum size is 65 colums and 16 rows */
|
Completed in 28 milliseconds