Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/video/
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()
/linux-6.6.21/include/video/
Dvga.h177 #define VGA_SAVE_FONT0 1 /* save/restore plane 2 fonts */ macro