Searched refs:CR32 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_vb.c110 unsigned char CR32; local in function:XGICRT1PreInit
122 inXGIIDXREG(XGICR, 0x32, CR32);
124 CRT1Detected = (CR32 & 0x20) ? 1 : XGI_XGIDetectCRT1(pScrn);
127 const int OtherDevices = ((CR32 & 0x5F) != 0);
144 unsigned char CR32; local in function:XGILCDPreInit
150 inXGIIDXREG(XGICR, 0x32, CR32);
152 if(CR32 & 0x08) pXGI->VBFlags |= CRT2_LCD;
156 CR32 |= 0x08 ;
157 outXGIIDXREG(XGICR, 0x32, CR32);
188 unsigned char SR16, SR38, CR32, CR3 local in function:XGITVPreInit
273 unsigned char CR32; local in function:XGICRT2PreInit
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_vb.c232 UChar CR32; local in function:SISCRT1PreInit
259 inSISIDXREG(SISCR, 0x32, CR32);
265 if(CR32 & 0x20) pSiS->CRT1Detected = TRUE;
269 if(CR32 & 0x5F) OtherDevices = 1;
296 UChar CR32, CR36, CR37, CR7D=0, tmp; local in function:SISLCDPreInit
305 inSISIDXREG(SISCR, 0x32, CR32);
307 if(CR32 & 0x08) pSiS->VBFlags |= CRT2_LCD;
342 /* Do NOT clear CR32[D3] here! */
347 ( (!(CR32 & 0x10)) ||
359 inSISIDXREG(SISCR, 0x32, CR32);
535 UChar SR16, SR38, CR32, CR35=0, CR38=0, CR79, CR39; local in function:SISTVPreInit
697 UChar CR32; local in function:SISCRT2PreInit
[all...]
H A Dsis_driver.c5728 /* Backup CR32,36,37 (in order to write them back after a VT switch) */
10349 UChar CR30, CR31, CR32, CR33; local in function:SiSPreSetMode
10402 CR32 = pSiS->newCR32;
10412 "Before: CR30=0x%02x,CR31=0x%02x,CR32=0x%02x,CR33=0x%02x,CR35=0x%02x,CR38=0x%02x\n",
10413 CR30, CR31, CR32, CR33, CR35, CR38);
10433 "Before: CR30=0x%02x, CR31=0x%02x, CR32=0x%02x, CR33=0x%02x, CR%02x=0x%02x\n",
10434 CR30, CR31, CR32, CR33, temp, CR38);
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng.h76 CARD8 CR30, CR31, CR32, CR33, CR34, CR35, CR36, CR37, CR3F; member in struct:__anoncd7dc6340408
H A Dtseng_mode.c1083 tsengReg->CR32 = hwp->readCrtc(hwp, 0x32);
1209 hwp->writeCrtc(hwp, 0x32, tsengReg->CR32);
1350 new->CR32 &= ~0x1F;
1351 if (initial->CR32 & 0x18)
1352 new->CR32 |= 0x08;
1354 new->CR32 &= ~0x20;
1373 * now on to the memory interleave setting (CR32 bit 7)
1377 new->CR32 |= 0x80;
1379 new->CR32 &= 0x7F;
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_driver.h238 unsigned char CR31, CR32, CR33, CR34, CR36, CR3A, CR3B, CR3C; member in struct:__anone89ec5cb0308
H A Dsavage_driver.c2332 save->CR32 = VGAIN8(vgaCRReg);
2720 VGAOUT8(vgaCRReg, restore->CR32);
2820 VGAOUT8(vgaCRReg, restore->CR32);

Completed in 30 milliseconds