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

/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v.h130 unsigned char CR31, CR33, CR34, CR36, CR3A, CR3B, CR3C; member in struct:__anon92930e910108
H A Ds3v_driver.c1572 save->CR3B = VGAIN8(vgaCRReg);
1808 VGAOUT8(vgaCRReg, restore->CR3B);
3117 new->CR3B = j & 0xFF;
/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.c2381 save->CR3B = VGAIN8(vgaCRReg);
2763 VGAOUT8(vgaCRReg, restore->CR3B);
3918 new->CR3B = j & 0xff;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_driver.c6144 unsigned char CR3B = 0; local in function:XGIInternalDDC
6175 inXGIIDXREG(XGICR, 0x3b, CR3B);
6220 CR3B &= ~0x03;
6222 CR3B |= 0x00;
6224 CR3B |= 0x03;
6226 CR3B |= 0x01;
6228 CR3B |= 0x03;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.c10350 UChar CR39 = 0, CR3B = 0; local in function:SiSPreSetMode
10430 inSISIDXREG(SISCR, 0x3b, CR3B);
10519 CR3B &= ~0x03;
10520 if((vbflag & TV_YPBPRAR) == TV_YPBPR43LB) CR3B |= 0x00;
10521 else if((vbflag & TV_YPBPRAR) == TV_YPBPR43) CR3B |= 0x03;
10522 else if((vbflag & TV_YPBPRAR) == TV_YPBPR169) CR3B |= 0x01;
10523 else CR3B |= 0x03;
10684 outSISIDXREG(SISCR, 0x3b, CR3B);

Completed in 45 milliseconds