Lines Matching defs:TEXT
166 * Default hardcoded text mode. This grf_cv3d is set up to
167 * use one text mode only, and this is it. You may use
737 /* Refresh count 1, High speed text font, enhanced color mode */
761 /* colors for text mode */
831 /* XXX so grfconfig can tell us the correct text dimensions. */
1219 char TEXT, CONSOLE;
1224 TEXT = (gv->depth == 4);
1279 * Disable enhanced Mode for text display
1286 if (TEXT) {
1297 if (TEXT)
1339 WSeq(ba, SEQ_ID_MEMORY_MODE, (TEXT || (gv->depth == 1)) ? 0x06 : 0x0e);
1390 0x40 | /* TEXT ? 0x00 ??? */
1393 (TEXT ? ((md->fy - 1) & 0x1f) : 0x00));
1397 /* text cursor */
1399 if (TEXT) {
1428 ((TEXT || (gv->depth == 1)) ? 0x00 : 0x40));
1429 WGfx(ba, GCT_ID_MISC, (TEXT ? 0x04 : 0x01));
1432 ((TEXT || (gv->depth == 1)) ? 0x06 : 0x02));
1452 case 4: /* text */
1503 WCrt(ba, CRT_ID_MISC_1, (TEXT ? 0x05 : 0x35));
1540 WAttr(ba, ACT_ID_ATTR_MODE_CNTL, (TEXT ? 0x08 : 0x41));
1546 /* text initialization */
1548 if (TEXT) {
1586 /* load text font into beginning of display memory.
1588 * In linear addressing text mode, the memory is organized
1800 cv3d_cursor_on = 0; /* don't enable hwc in text modes */
2351 /* load console text mode, redraw screen */
2375 * graphics mode. Even when text mode is active.