Searched refs:M_VESA_BASE (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/sys/ |
| H A D | consio.h | 441 #define SW_VESA_800x600 _IO('V', M_VESA_800x600 - M_VESA_BASE) 447 #define SW_VESA_C80x60 _IO('V', M_VESA_C80x60 - M_VESA_BASE) 448 #define SW_VESA_C132x25 _IO('V', M_VESA_C132x25 - M_VESA_BASE) 449 #define SW_VESA_C132x43 _IO('V', M_VESA_C132x43 - M_VESA_BASE) 450 #define SW_VESA_C132x50 _IO('V', M_VESA_C132x50 - M_VESA_BASE) 451 #define SW_VESA_C132x60 _IO('V', M_VESA_C132x60 - M_VESA_BASE) 452 #define SW_VESA_32K_320 _IO('V', M_VESA_32K_320 - M_VESA_BASE) 453 #define SW_VESA_64K_320 _IO('V', M_VESA_64K_320 - M_VESA_BASE) 455 #define SW_VESA_32K_640 _IO('V', M_VESA_32K_640 - M_VESA_BASE) 456 #define SW_VESA_64K_640 _IO('V', M_VESA_64K_640 - M_VESA_BASE) [all …]
|
| H A D | fbio.h | 540 #define M_VESA_BASE 0x100 /* VESA mode number base */ macro
|
| /freebsd-12.1/sys/dev/syscons/ |
| H A D | scvesactl.c | 81 mode = (cmd & 0xff) + M_VESA_BASE; in vesa_ioctl() 107 mode = (cmd & 0xff) + M_VESA_BASE; in vesa_ioctl() 114 mode = (cmd & 0xff) + M_VESA_BASE; in vesa_ioctl()
|
| H A D | syscons.c | 448 if (vmode < M_VESA_BASE || vmode > M_VESA_MODE_MAX || in sc_set_vesa_mode() 458 for (depth = 0, i = M_VESA_BASE; i <= M_VESA_MODE_MAX; i++) in sc_set_vesa_mode()
|
| /freebsd-12.1/lib/libvgl/ |
| H A D | main.c | 84 if (VGLOldMode >= M_VESA_BASE) { in VGLEnd() 86 ioctl(0, _IO('V', VGLOldMode - M_VESA_BASE), 0); in VGLEnd() 154 VGLModeInfo.vi_mode = (mode & 0x0ff) + M_VESA_BASE; in VGLInit() 161 if ((VGLOldMode >= M_VESA_BASE) && (VGLOldMode == M_VESA_800x600)) { in VGLInit()
|
| /freebsd-12.1/usr.sbin/vidcontrol/ |
| H A D | vidcontrol.c | 167 if (cur_info.video_mode_number >= M_VESA_BASE) in revert() 169 _IO('V', cur_info.video_mode_number - M_VESA_BASE), in revert() 807 if (new_mode_num >= M_VESA_BASE) in video_mode() 808 mode = _IO('V', new_mode_num - M_VESA_BASE); in video_mode() 859 if (cur_mode >= M_VESA_BASE) in video_mode() 861 _IO('V', cur_mode - M_VESA_BASE), in video_mode()
|
| /freebsd-12.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 | 877 for (i = 0, modes = 0; (i < (M_VESA_MODE_MAX - M_VESA_BASE + 1)) && in vesa_bios_init() 1882 (i < (M_VESA_MODE_MAX - M_VESA_BASE + 1)) in vesa_bios_info()
|