Searched refs:writeGr (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/ |
| H A D | vgaHW.c | 334 hwp->writeGr = stdWriteGr; in vgaHWSetStdFuncs() 542 hwp->writeGr = mmioWriteGr; in vgaHWSetMmioFuncs() 785 hwp->writeGr(hwp, 0x05, 0x00); /* write mode 0, read mode 0 */ in vgaHWRestoreFonts() 786 hwp->writeGr(hwp, 0x06, 0x05); /* set graphics */ in vgaHWRestoreFonts() 790 hwp->writeGr(hwp, 0x03, 0x00); /* don't rotate, write unmodified */ in vgaHWRestoreFonts() 791 hwp->writeGr(hwp, 0x08, 0xFF); /* write all bits in a byte */ in vgaHWRestoreFonts() 792 hwp->writeGr(hwp, 0x01, 0x00); /* all planes come from CPU */ in vgaHWRestoreFonts() 798 hwp->writeGr(hwp, 0x04, 0x02); /* read plane 2 */ in vgaHWRestoreFonts() 806 hwp->writeGr(hwp, 0x04, 0x03); /* read plane 3 */ in vgaHWRestoreFonts() 814 hwp->writeGr(hwp, 0x04, 0x00); /* read plane 0 */ in vgaHWRestoreFonts() [all …]
|
| H A D | vgaHW.h | 131 vgaHWWriteIndexProcPtr writeGr; member
|