Home
last modified time | relevance | path

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

/linux/drivers/video/
H A Dvgastate.c93 if (state->flags & VGA_SAVE_FONT1) { in save_vga_text()
179 if (state->flags & VGA_SAVE_FONT1) { in restore_vga_text()
432 if (state->flags & VGA_SAVE_FONT1) { in save_vga()
/linux/include/video/
H A Dvga.h178 #define VGA_SAVE_FONT1 2 /* save/restore plane 3 fonts */ macro