Lines Matching defs:crtc
138 volatile struct crtc *crtc = &IODEVbase->io_crtc;
139 /* Reset CRTC, set dwidth and dheight accordingly */
140 crtc->r20 = (crtc->r20 & 0xFF00) | 0x1a;
141 crtc->r08 = 0x1b;
142 crtc->r07 = 0x19c;
143 crtc->r06 = 0x1c;
144 crtc->r05 = 0x02;
145 crtc->r04 = 0x019f;
146 crtc->r03 = 0x9a;
147 crtc->r02 = 0x1a;
148 crtc->r01 = 0x09;
149 crtc->r00 = 0xa4;