Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/
H A Dvgastate.c82 if (state->flags & VGA_SAVE_FONT0) { in save_vga_text()
168 if (state->flags & VGA_SAVE_FONT0) { in restore_vga_text()
420 if (state->flags & VGA_SAVE_FONT0) { in save_vga()
/openbmc/linux/include/video/
H A Dvga.h177 #define VGA_SAVE_FONT0 1 /* save/restore plane 2 fonts */ macro