Searched refs:writeCrtc (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/ |
| H A D | vgaHW.c | 332 hwp->writeCrtc = stdWriteCrtc; in vgaHWSetStdFuncs() 540 hwp->writeCrtc = mmioWriteCrtc; in vgaHWSetMmioFuncs() 713 hwp->writeCrtc(hwp, 0x17, crtc17); in vgaHWDPMSSet() 861 hwp->writeCrtc(hwp, 17, restore->CRTC[17] & ~0x80); in vgaHWRestoreMode() 864 hwp->writeCrtc(hwp, i, restore->CRTC[i]); in vgaHWRestoreMode() 1800 hwp->writeCrtc(hwp, 0x11, hwp->readCrtc(hwp, 0x11) | 0x80); in vgaHWLock() 1807 hwp->writeCrtc(hwp, 0x11, hwp->readCrtc(hwp, 0x11) & ~0x80); in vgaHWUnlock() 1932 hwp->writeCrtc(hwp, 0x03, (save->cr03 | 0x80)); in vgaHWddc1SetSpeed() 1934 hwp->writeCrtc(hwp, 0x12, DISPLAY_END); in vgaHWddc1SetSpeed() 1936 hwp->writeCrtc(hwp, 0x15, BLANK_START); in vgaHWddc1SetSpeed() [all …]
|
| H A D | vgaHW.h | 129 vgaHWWriteIndexProcPtr writeCrtc; member
|