Searched refs:M_VESA_BASE (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/sys/ |
| H A D | consio.h | 430 #define SW_VESA_800x600 _IO('V', M_VESA_800x600 - M_VESA_BASE) 436 #define SW_VESA_C80x60 _IO('V', M_VESA_C80x60 - M_VESA_BASE) 437 #define SW_VESA_C132x25 _IO('V', M_VESA_C132x25 - M_VESA_BASE) 438 #define SW_VESA_C132x43 _IO('V', M_VESA_C132x43 - M_VESA_BASE) 439 #define SW_VESA_C132x50 _IO('V', M_VESA_C132x50 - M_VESA_BASE) 440 #define SW_VESA_C132x60 _IO('V', M_VESA_C132x60 - M_VESA_BASE) 441 #define SW_VESA_32K_320 _IO('V', M_VESA_32K_320 - M_VESA_BASE) 442 #define SW_VESA_64K_320 _IO('V', M_VESA_64K_320 - M_VESA_BASE) 444 #define SW_VESA_32K_640 _IO('V', M_VESA_32K_640 - M_VESA_BASE) 445 #define SW_VESA_64K_640 _IO('V', M_VESA_64K_640 - M_VESA_BASE) [all …]
|
| H A D | fbio.h | 397 #define M_VESA_BASE 0x100 /* VESA mode number base */ macro
|
| /freebsd-13.1/sys/dev/syscons/ |
| H A D | scvesactl.c | 80 mode = (cmd & 0xff) + M_VESA_BASE; in vesa_ioctl() 106 mode = (cmd & 0xff) + M_VESA_BASE; in vesa_ioctl() 113 mode = (cmd & 0xff) + M_VESA_BASE; in vesa_ioctl()
|
| H A D | syscons.c | 458 if (vmode < M_VESA_BASE || vmode > M_VESA_MODE_MAX || in sc_set_vesa_mode() 468 for (depth = 0, i = M_VESA_BASE; i <= M_VESA_MODE_MAX; i++) in sc_set_vesa_mode()
|
| /freebsd-13.1/lib/libvgl/ |
| H A D | main.c | 89 if (VGLOldMode >= M_VESA_BASE) in VGLEnd() 90 ioctl(0, _IO('V', VGLOldMode - M_VESA_BASE), 0); in VGLEnd() 165 VGLModeInfo.vi_mode = (mode & 0x0ff) + M_VESA_BASE; in VGLInit() 279 if (VGLModeInfo.vi_mode >= M_VESA_BASE) in VGLInit()
|
| /freebsd-13.1/usr.sbin/vidcontrol/ |
| H A D | vidcontrol.c | 158 if (cur_info.video_mode_number >= M_VESA_BASE) in revert() 160 _IO('V', cur_info.video_mode_number - M_VESA_BASE), in revert() 797 if (new_mode_num >= M_VESA_BASE) in video_mode() 798 mode = _IO('V', new_mode_num - M_VESA_BASE); in video_mode() 849 if (cur_mode >= M_VESA_BASE) in video_mode() 851 _IO('V', cur_mode - M_VESA_BASE), in video_mode()
|
| /freebsd-13.1/sys/dev/fb/ |
| H A D | vesa.h | 131 #define VESA_MODE(x) ((x) >= M_VESA_BASE && (x) <= M_VESA_MODE_MAX)
|
| H A D | s3_pci.c | 183 if ((mode > M_VESA_BASE) && in s3lfb_get_info() 240 if ((mode <= M_VESA_BASE) || in s3lfb_set_mode()
|
| H A D | vesa.c | 878 for (i = 0, modes = 0; (i < (M_VESA_MODE_MAX - M_VESA_BASE + 1)) && in vesa_bios_init() 1883 (i < (M_VESA_MODE_MAX - M_VESA_BASE + 1)) in vesa_bios_info()
|