Searched refs:crtc17 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
H A DvgaHW.c676 unsigned char seq1 = 0, crtc17 = 0; local in function:vgaHWDPMSSet
685 crtc17 = 0x80;
690 crtc17 = 0x80;
695 crtc17 = 0x80;
700 crtc17 = 0x00;
706 crtc17 |= hwp->readCrtc(hwp, 0x17) & ~0x80;
708 hwp->writeCrtc(hwp, 0x17, crtc17);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/
H A DvgaHW.c680 unsigned char seq1 = 0, crtc17 = 0; local in function:vgaHWDPMSSet
690 crtc17 = 0x80;
695 crtc17 = 0x80;
700 crtc17 = 0x80;
705 crtc17 = 0x00;
711 crtc17 |= hwp->readCrtc(hwp, 0x17) & ~0x80;
713 hwp->writeCrtc(hwp, 0x17, crtc17);

Completed in 6 milliseconds