Searched refs:M_VGA_M90x60 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | fbio.h | 384 #define M_VGA_M90x60 49 /* vga 8x8 font on mono */ macro
|
H A D | consio.h | 413 #define SW_VGA_M90x60 _IO('S', M_VGA_M90x60)
|
/freebsd/sys/dev/fb/ |
H A D | vga.c | 336 { M_VGA_M90x60, 0, 90, 60, 8, 8, 2, 1, 549 { M_VGA_M90x60, M_VGA_M80x25 }, in map_mode_num() 1551 case M_VGA_C90x60: case M_VGA_M90x60: in vga_set_mode()
|