Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dearly_printk.c28 static int current_ypos = 25, current_xpos; variable
36 if (current_ypos >= max_ypos) { in early_vga_write()
46 current_ypos = max_ypos-1; in early_vga_write()
58 current_ypos++; in early_vga_write()
61 VGABASE + 2*(max_xpos*current_ypos + in early_vga_write()
65 current_ypos++; in early_vga_write()
367 current_ypos = boot_params.screen_info.orig_y; in setup_early_printk()