Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dearly_printk.c27 static int current_ypos = 25, current_xpos; variable
35 if (current_ypos >= max_ypos) { in early_vga_write()
45 current_ypos = max_ypos-1; in early_vga_write()
57 current_ypos++; in early_vga_write()
60 VGABASE + 2*(max_xpos*current_ypos + in early_vga_write()
64 current_ypos++; in early_vga_write()
377 current_ypos = boot_params.screen_info.orig_y; in setup_early_printk()