Searched refs:CR38 (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_vb.c188 unsigned char SR16, SR38, CR32, CR35=0, CR38=0, CR39; local in function:XGITVPreInit
199 inXGIIDXREG(XGICR, temp, CR38);
227 if(CR38 & 0x08) {
228 switch(CR38 & 0x30) {
H A Dxgi_driver.c6145 unsigned char CR17, CR38 = 0; local in function:XGIInternalDDC
6178 CR30, CR31, CR33, temp, CR38);
6197 CR38 |= 0x02;
6206 CR38 &= ~0xC0; /* Clear Pal M/N bits */
6211 CR38 |= 0x08;
6213 CR38 |= 0x10;
6215 CR38 |= 0x20;
6217 CR38 |= 0x30;
6247 CR38 |= 0x40;
6251 CR38 |
[all...]
H A Dvb_init.c232 UCHAR CR37 = 0 , CR38 = 0 , CR79 = 0 , CR7A = 0 , local in function:XGIInitNew
3725 UCHAR CR38,CR4A,temp; local in function:GetXG21FPBits
3729 CR38 = XGI_GetReg( (XGIIOADDRESS) pVBInfo->P3d4 , 0x38 ) ;
3731 if ( ( CR38 & 0xE0 ) > 0x80 )
3745 UCHAR CR38,CR4A,temp; local in function:GetXG27FPBits
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_vb.c535 UChar SR16, SR38, CR32, CR35=0, CR38=0, CR79, CR39; local in function:SISTVPreInit
553 inSISIDXREG(SISCR, temp, CR38);
581 if(CR38 & 0x04) {
596 if(CR38 & 0x08) {
597 switch(CR38 & 0x30) {
612 } else if((CR38 & 0x04) && (pSiS->VBFlags2 & VB2_CHRONTEL))
614 else if((CR38 & 0x08) && (pSiS->VBFlags2 & VB2_CHRONTEL))
632 if(CR38 & 0x40) pSiS->VBFlags |= TV_PALM;
633 else if(CR38 & 0x80) pSiS->VBFlags |= TV_PALN;
640 if(CR38
[all...]
H A Dsis_driver.c10351 UChar CR17, CR38 = 0; local in function:SiSPreSetMode
10408 inSISIDXREG(SISCR, 0x38, CR38);
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);
10415 CR38 &= ~0x07;
10424 if(temp) inSISIDXREG(SISCR, temp, CR38);
10428 CR38 &= ~0x3b; /* Clear LCDA/DualEdge and YPbPr bits */
10434 CR30, CR31, CR32, CR33, temp, CR38);
10456 CR38 |= 0x02;
10464 CR38
[all...]
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v.h221 unsigned char CR38,CR39,CR40; member in struct:tagS3VRec

Completed in 43 milliseconds