Lines Matching refs:writeSeq

342     hwp->writeSeq = stdWriteSeq;  in vgaHWSetStdFuncs()
550 hwp->writeSeq = mmioWriteSeq; in vgaHWSetMmioFuncs()
588 hwp->writeSeq(hwp, 0x01, tmp | 0x20); /* disable the display */ in vgaHWProtect()
599 hwp->writeSeq(hwp, 0x01, tmp & ~0x20); /* reenable display */ in vgaHWProtect()
633 hwp->writeSeq(hwp, 0x01, scrn); /* change mode */ in vgaHWBlankScreen()
708 hwp->writeSeq(hwp, 0x00, 0x01); /* Synchronous Reset */ in vgaHWDPMSSet()
710 hwp->writeSeq(hwp, 0x01, seq1); in vgaHWDPMSSet()
714 hwp->writeSeq(hwp, 0x00, 0x03); /* End Reset */ in vgaHWDPMSSet()
726 hwp->writeSeq(hwp, 0x00, 0x01); /* Synchronous Reset */ in vgaHWSeqReset()
728 hwp->writeSeq(hwp, 0x00, 0x03); /* End Reset */ in vgaHWSeqReset()
784 hwp->writeSeq(hwp, 0x04, 0x06); /* enable plane graphics */ in vgaHWRestoreFonts()
797 hwp->writeSeq(hwp, 0x02, 0x04); /* write to plane 2 */ in vgaHWRestoreFonts()
805 hwp->writeSeq(hwp, 0x02, 0x08); /* write to plane 3 */ in vgaHWRestoreFonts()
813 hwp->writeSeq(hwp, 0x02, 0x01); /* write to plane 0 */ in vgaHWRestoreFonts()
816 hwp->writeSeq(hwp, 0x02, 0x02); /* write to plane 1 */ in vgaHWRestoreFonts()
834 hwp->writeSeq(hwp, 0x02, seq2); in vgaHWRestoreFonts()
835 hwp->writeSeq(hwp, 0x04, seq4); in vgaHWRestoreFonts()
858 hwp->writeSeq(hwp, i, restore->Sequencer[i]); in vgaHWRestoreMode()
966 hwp->writeSeq(hwp, 0x04, 0x06); /* enable plane graphics */ in vgaHWSaveFonts()
972 hwp->writeSeq(hwp, 0x02, 0x04); /* write to plane 2 */ in vgaHWSaveFonts()
979 hwp->writeSeq(hwp, 0x02, 0x08); /* write to plane 3 */ in vgaHWSaveFonts()
986 hwp->writeSeq(hwp, 0x02, 0x01); /* write to plane 0 */ in vgaHWSaveFonts()
989 hwp->writeSeq(hwp, 0x02, 0x02); /* write to plane 1 */ in vgaHWSaveFonts()
999 hwp->writeSeq(hwp, 0x02, seq2); in vgaHWSaveFonts()
1000 hwp->writeSeq(hwp, 0x04, seq4); in vgaHWSaveFonts()