Home | History | Annotate | Download | only in vesa

Lines Matching defs:bios

164     bios_type bios;
335 * Map the video bios to memory
378 debug("Unknown chipset type and unrecognized bios.\r\n");
431 * Figure out what type of bios we have
436 map->bios = BT_3;
439 map->bios = BT_2;
442 map->bios = BT_1;
445 debug("Unable to determine bios type.\r\n");
538 switch(map->bios) {
618 switch(map->bios) {
747 debug("BIOS: %s\r\n", bios_type_names[map->bios]);