Lines Matching refs:SetIndexReg
691 SetIndexReg(CRTC_PORT, 0x8C, (UCHAR) ((ulColorIndex & 0x0F) << 4));
692 SetIndexReg(CRTC_PORT, 0x8D, (UCHAR) (ulRefreshRateIndex & 0xFF));
693 SetIndexReg(CRTC_PORT, 0x8E, (UCHAR) (ulModeID & 0xFF));
696 SetIndexReg(CRTC_PORT, 0x91, 0x00); /* clear signature */
699 SetIndexReg(CRTC_PORT, 0x91, 0xA8); /* signature */
700 SetIndexReg(CRTC_PORT, 0x92, (UCHAR) (pScrn->bitsPerPixel) );
701 SetIndexReg(CRTC_PORT, 0x93, (UCHAR) (mode->Clock / 1000) );
702 SetIndexReg(CRTC_PORT, 0x94, (UCHAR) (mode->CrtcHDisplay) );
703 SetIndexReg(CRTC_PORT, 0x95, (UCHAR) (mode->CrtcHDisplay >> 8) ); /* color depth */
704 SetIndexReg(CRTC_PORT, 0x96, (UCHAR) (mode->CrtcVDisplay) );
705 SetIndexReg(CRTC_PORT, 0x97, (UCHAR) (mode->CrtcVDisplay >> 8) ); /* color depth */
728 SetIndexReg(SEQ_PORT,0x00, 0x03);
733 SetIndexReg(SEQ_PORT,(UCHAR) (i+1), jReg);
741 SetIndexReg(CRTC_PORT,(UCHAR) i, jReg);
762 SetIndexReg(GR_PORT,(UCHAR) i, jReg);
866 SetIndexReg(CRTC_PORT,0x13, (UCHAR) (usOffset & 0xFF));
867 SetIndexReg(CRTC_PORT,0xB0, (UCHAR) ((usOffset >> 8) & 0x3F));
945 SetIndexReg(CRTC_PORT,0xA7, 0x78);
946 SetIndexReg(CRTC_PORT,0xA6, 0x60);
950 SetIndexReg(CRTC_PORT,0xA7, 0x3F);
951 SetIndexReg(CRTC_PORT,0xA6, 0x2F);
955 SetIndexReg(CRTC_PORT,0xA7, 0x2F);
956 SetIndexReg(CRTC_PORT,0xA6, 0x1F);