Searched refs:current_ypos (Results 1 – 1 of 1) sorted by relevance
29 static int current_ypos = 25, current_xpos; variable37 if (current_ypos >= max_ypos) { in early_vga_write()47 current_ypos = max_ypos-1; in early_vga_write()59 current_ypos++; in early_vga_write()62 VGABASE + 2*(max_xpos*current_ypos + in early_vga_write()66 current_ypos++; in early_vga_write()428 current_ypos = boot_params.screen_info.orig_y; in setup_early_printk()
Completed in 4 milliseconds