Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/
H A Dvideo.h87 #define ADAPTER_CGA 0 /* CGA/MDA/HGC */ macro
H A Dvideo-vga.c274 adapter = ADAPTER_CGA; in vga_probe()
H A Dvideo.c87 y = (adapter == ADAPTER_CGA) ? 25 : rdfs8(0x484)+1; in store_mode_params()