Searched refs:bootstring (Results 1 – 1 of 1) sorted by relevance
2303 static const char bootstring[] = "SiSUSB VGA text console, (C) 2005 Thomas Winischhofer."; in sisusb_reset_text_mode() local2360 while (bootstring[i]) in sisusb_reset_text_mode()2361 *(tempbufb++) = 0x0700 | bootstring[i++]; in sisusb_reset_text_mode()