Searched refs:M_VGA_M80x30 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | fbio.h | 369 #define M_VGA_M80x30 33 /* vga 8x16 font on color */ macro
|
H A D | consio.h | 392 #define SW_VGA_M80x30 _IO('S', M_VGA_M80x30)
|
/freebsd/sys/dev/fb/ |
H A D | vga.c | 304 { M_VGA_M80x30, 0, 80, 30, 8, 16, 2, 1, 534 { M_VGA_M80x30, M_VGA_M80x25 }, in map_mode_num() 573 { M_TEXT_80x30, M_VGA_C80x30, M_VGA_M80x30, }, in map_gen_mode_num() 1565 case M_VGA_C80x30: case M_VGA_M80x30: in vga_set_mode()
|