Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dconsio.h430 #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 Dfbio.h540 #define M_VESA_BASE 0x100 /* VESA mode number base */ macro