Lines Matching defs:TEXT
161 * Default hardcoded text mode. This grf_cl is set up to
162 * use one text mode only, and this is it. You may use
678 /* XXX so grfconfig can tell us the correct text dimensions. */
1423 char TEXT;
1427 TEXT = (gv->depth == 4);
1450 if (TEXT) {
1473 if (TEXT)
1525 WSeq(ba, SEQ_ID_MEMORY_MODE, (TEXT || (gv->depth == 1)) ? 0x06 : 0x0e);
1527 if (TEXT || (gv->depth == 1))
1533 sr15 = (TEXT || (gv->depth == 1)) ? 0xd0 : 0xb0;
1592 0x40 | /* TEXT ? 0x00 ??? */
1595 (TEXT ? ((md->fy - 1) & 0x1f) : 0x00));
1597 /* text cursor */
1599 if (TEXT) {
1631 ((TEXT || (gv->depth == 1)) ? 0x00 : 0x40));
1632 WGfx(ba, GCT_ID_MISC, (TEXT ? 0x04 : 0x01));
1635 ((TEXT || (gv->depth == 1)) ? 0x00 : 0x01) |
1655 case 4: /* text */
1695 ((TEXT && gv->pixel_clock > 29000000) ? 0x40 : 0x00) |
1699 WAttr(ba, ACT_ID_ATTR_MODE_CNTL, (TEXT ? 0x0a : 0x01));
1703 /* text initialization */
1705 if (TEXT) {
1729 /* load text font into beginning of display memory. Each character
1740 /* clear out text/attr planes (three screens worth) */
2112 /* load console text mode, redraw screen */
2136 * graphics mode. Even when text mode is active.