Lines Matching defs:TEXT
141 * Default hardcoded text mode. This grf_cv is set up to
142 * use one text mode only, and this is it. You may use
791 /* Refresh count 1, High speed text font, enhanced color mode */
815 /* colors for text mode */
910 /* XXX so grfconfig can tell us the correct text dimensions. */
1306 char TEXT, CONSOLE;
1311 TEXT = (gv->depth == 4);
1370 /* Disable enhanced Mode for text display */
1372 vgaw(ba, ECR_ADV_FUNC_CNTL, (TEXT ? 0x00 : 0x31));
1374 if (TEXT)
1416 WSeq(ba, SEQ_ID_MEMORY_MODE, (TEXT || (gv->depth == 1)) ? 0x06 : 0x0e);
1467 0x40 | /* TEXT ? 0x00 ??? */
1470 (TEXT ? ((md->fy - 1) & 0x1f) : 0x00));
1474 /* text cursor */
1476 if (TEXT) {
1505 ((TEXT || (gv->depth == 1)) ? 0x00 : 0x40));
1506 WGfx(ba, GCT_ID_MISC, (TEXT ? 0x04 : 0x01));
1509 ((TEXT || (gv->depth == 1)) ? 0x06 : 0x02));
1533 case 4: /* text */
1571 WCrt(ba, CRT_ID_MISC_1, (TEXT ? 0x05 : 0x35));
1606 WAttr(ba, ACT_ID_ATTR_MODE_CNTL, (TEXT ? 0x08 : 0x41));
1655 /* text initialization */
1657 if (TEXT) {
1711 /* load text font into beginning of display memory.
1713 * In linear addressing text mode, the memory is organized
1938 cv_cursor_on = 0; /* don't enable hwc in text modes */
2497 /* load console text mode, redraw screen */
2521 * graphics mode. Even when text mode is active.