Home
last modified time | relevance | path

Searched refs:COLOR_CRTC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/fb/
H A Dvgareg.h51 #define COLOR_CRTC (IO_CGA + 0x04) /* crt controller base color */ macro
H A Dvga.c169 { 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,
808 (adp->va_flags & V_ADP_COLOR) ? COLOR_CRTC : MONO_CRTC; in update_adapter_info()
H A Dvesa.c1362 (vesa_adp->va_flags & V_ADP_COLOR) ? COLOR_CRTC : MONO_CRTC; in vesa_set_mode()