Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/
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-3.4.99/include/video/
Dvga.h198 #define VGA_SAVE_FONT1 2 /* save/restore plane 3 fonts */ macro