Searched refs:V_ADP_COLOR (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/fb/ |
H A D | vga.c | 169 { 0, KD_CGA, "cga", 0, 0, V_ADP_COLOR, IO_CGA, IO_CGASIZE, COLOR_CRTC, 173 { 0, KD_CGA, "cga", 0, 0, V_ADP_COLOR, IO_CGA, IO_CGASIZE, COLOR_CRTC, 181 { 0, KD_EGA, "ega", 0, 0, V_ADP_COLOR, IO_MDA, 48, COLOR_CRTC, 185 { 0, KD_EGA, "ega", 0, 0, V_ADP_COLOR, IO_MDA, 48, COLOR_CRTC, 778 adp->va_flags |= V_ADP_COLOR | V_ADP_BORDER; in verify_adapter() 804 adp->va_flags &= ~V_ADP_COLOR; in update_adapter_info() 806 (info->vi_flags & V_INFO_COLOR) ? V_ADP_COLOR : 0; in update_adapter_info() 808 (adp->va_flags & V_ADP_COLOR) ? COLOR_CRTC : MONO_CRTC; in update_adapter_info() 974 & V_ADP_COLOR, in probe_adapters() 991 biosadapter[V_ADP_PRIMARY].va_flags & V_ADP_COLOR, in probe_adapters() [all …]
|
H A D | vesa.c | 1166 (vesa_adp->va_flags & V_ADP_COLOR) ? in vesa_configure() 1224 vesa_adp->va_flags & V_ADP_COLOR, mode); in vesa_get_info() 1284 adp->va_flags & V_ADP_COLOR, mode); in vesa_set_mode() 1358 vesa_adp->va_flags &= ~V_ADP_COLOR; in vesa_set_mode() 1360 (info.vi_flags & V_INFO_COLOR) ? V_ADP_COLOR : 0; in vesa_set_mode() 1362 (vesa_adp->va_flags & V_ADP_COLOR) ? COLOR_CRTC : MONO_CRTC; in vesa_set_mode()
|
/freebsd/sys/sys/ |
H A D | fbio.h | 256 #define V_ADP_COLOR (1 << 0) macro
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_syscons.c | 420 adp->va_flags |= V_ADP_FONT | V_ADP_COLOR | V_ADP_MODECHANGE; in ofwfb_init()
|
/freebsd/sys/dev/syscons/ |
H A D | scvgarndr.c | 693 if (scp->sc->adp->va_flags & V_ADP_COLOR) in draw_txtmouse()
|
H A D | syscons.c | 401 return names[i].name[(adp->va_flags & V_ADP_COLOR) ? 0 : 1]; in adapter_name() 942 *(int *)data = (sc->adp->va_flags & V_ADP_COLOR) ? 1 : 0; in sctty_ioctl()
|