Home
last modified time | relevance | path

Searched refs:M_VESA_BASE (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/sys/
H A Dconsio.h428 #define SW_VESA_800x600 _IO('V', M_VESA_800x600 - M_VESA_BASE)
434 #define SW_VESA_C80x60 _IO('V', M_VESA_C80x60 - M_VESA_BASE)
435 #define SW_VESA_C132x25 _IO('V', M_VESA_C132x25 - M_VESA_BASE)
436 #define SW_VESA_C132x43 _IO('V', M_VESA_C132x43 - M_VESA_BASE)
437 #define SW_VESA_C132x50 _IO('V', M_VESA_C132x50 - M_VESA_BASE)
438 #define SW_VESA_C132x60 _IO('V', M_VESA_C132x60 - M_VESA_BASE)
439 #define SW_VESA_32K_320 _IO('V', M_VESA_32K_320 - M_VESA_BASE)
440 #define SW_VESA_64K_320 _IO('V', M_VESA_64K_320 - M_VESA_BASE)
442 #define SW_VESA_32K_640 _IO('V', M_VESA_32K_640 - M_VESA_BASE)
443 #define SW_VESA_64K_640 _IO('V', M_VESA_64K_640 - M_VESA_BASE)
[all …]
H A Dfbio.h404 #define M_VESA_BASE 0x100 /* VESA mode number base */ macro
/freebsd/sys/dev/syscons/
H A Dscvesactl.c78 mode = (cmd & 0xff) + M_VESA_BASE; in vesa_ioctl()
104 mode = (cmd & 0xff) + M_VESA_BASE; in vesa_ioctl()
111 mode = (cmd & 0xff) + M_VESA_BASE; in vesa_ioctl()
H A Dsyscons.c456 if (vmode < M_VESA_BASE || vmode > M_VESA_MODE_MAX || in sc_set_vesa_mode()
466 for (depth = 0, i = M_VESA_BASE; i <= M_VESA_MODE_MAX; i++) in sc_set_vesa_mode()
/freebsd/lib/libvgl/
H A Dmain.c87 if (VGLOldMode >= M_VESA_BASE) in VGLEnd()
88 ioctl(0, _IO('V', VGLOldMode - M_VESA_BASE), 0); in VGLEnd()
163 VGLModeInfo.vi_mode = (mode & 0x0ff) + M_VESA_BASE; in VGLInit()
277 if (VGLModeInfo.vi_mode >= M_VESA_BASE) in VGLInit()
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c153 if (cur_info.video_mode_number >= M_VESA_BASE) in revert()
155 _IO('V', cur_info.video_mode_number - M_VESA_BASE), in revert()
792 if (new_mode_num >= M_VESA_BASE) in video_mode()
793 mode = _IO('V', new_mode_num - M_VESA_BASE); in video_mode()
844 if (cur_mode >= M_VESA_BASE) in video_mode()
846 _IO('V', cur_mode - M_VESA_BASE), in video_mode()
/freebsd/sys/dev/fb/
H A Dvesa.h129 #define VESA_MODE(x) ((x) >= M_VESA_BASE && (x) <= M_VESA_MODE_MAX)
H A Ds3_pci.c181 if ((mode > M_VESA_BASE) && in s3lfb_get_info()
238 if ((mode <= M_VESA_BASE) || in s3lfb_set_mode()
H A Dvesa.c876 for (i = 0, modes = 0; (i < (M_VESA_MODE_MAX - M_VESA_BASE + 1)) && in vesa_bios_init()
1886 (i < (M_VESA_MODE_MAX - M_VESA_BASE + 1)) in vesa_bios_info()