Lines Matching refs:readSeq
343 hwp->readSeq = stdReadSeq; in vgaHWSetStdFuncs()
551 hwp->readSeq = mmioReadSeq; in vgaHWSetMmioFuncs()
585 tmp = hwp->readSeq(hwp, 0x01); in vgaHWProtect()
597 tmp = hwp->readSeq(hwp, 0x01); in vgaHWProtect()
623 scrn = hwp->readSeq(hwp, 0x01); in vgaHWBlankScreen()
709 seq1 |= hwp->readSeq(hwp, 0x01) & ~0x20; in vgaHWDPMSSet()
762 seq2 = hwp->readSeq(hwp, 0x02); in vgaHWRestoreFonts()
763 seq4 = hwp->readSeq(hwp, 0x04); in vgaHWRestoreFonts()
941 seq2 = hwp->readSeq(hwp, 0x02); in vgaHWSaveFonts()
942 seq4 = hwp->readSeq(hwp, 0x04); in vgaHWSaveFonts()
1045 save->Sequencer[i] = hwp->readSeq(hwp, i); in vgaHWSaveMode()