Lines Matching refs:x01
45 gr1 = hwp->readGr(hwp, 0x01);
59 hwp->writeMiscOut(hwp, miscOut | 0x01);
61 scrn = hwp->readSeq(hwp, 0x01);
66 hwp->writeSeq(hwp, 0x01, scrn);/* change mode */
77 hwp->writeAttr(hwp, 0x10, 0x01); /* graphics mode */
83 hwp->writeGr(hwp, 0x01, 0x00); /* all planes come from CPU */
103 hwp->writeSeq(hwp, 0x02, 0x01); /* write to plane 0 */
107 hwp->writeGr(hwp, 0x04, 0x01); /* read plane 1 */
115 hwp->writeGr(hwp, 0x01, gr1);
125 scrn = hwp->readSeq(hwp, 0x01);
130 hwp->writeSeq(hwp, 0x01, scrn);/* change mode */
160 if (attr10 & 0x01)
176 hwp->writeMiscOut(hwp, miscOut | 0x01);
178 scrn = hwp->readSeq(hwp, 0x01);
183 hwp->writeSeq(hwp, 0x01, scrn);/* change mode */
197 hwp->writeAttr(hwp, 0x10, 0x01); /* graphics mode */
213 hwp->writeSeq(hwp, 0x02, 0x01); /* write to plane 0 */
217 hwp->writeGr(hwp, 0x04, 0x01); /* read plane 1 */
232 scrn = hwp->readSeq(hwp, 0x01);
237 hwp->writeSeq(hwp, 0x01, scrn);/* change mode */
253 if (restore->MiscOutReg & 0x01)
269 scrn = hwp->readSeq(hwp, 0x01);
274 hwp->writeSeq(hwp, 0x01, scrn);/* change mode */
304 if (save->MiscOutReg & 0x01)
353 tmp = hwp->readSeq(hwp, 0x01);
358 hwp->writeSeq(hwp, 0x01, tmp | 0x20); /* disable the display */
366 tmp = hwp->readSeq(hwp, 0x01);
370 hwp->writeSeq(hwp, 0x01, tmp & ~0x20); /* re-enable display */