Home
last modified time | relevance | path

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

/NextBSD/sys/dev/fb/
HDvga.c669 static int cga_modes[7] = { in map_bios_mode_num() local
723 if (bios_mode < sizeof(cga_modes)/sizeof(cga_modes[0])) in map_bios_mode_num()
724 return cga_modes[bios_mode]; in map_bios_mode_num()