Searched refs:config2 (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_setup.c | 482 unsigned int config, config1, config2, sr3a, cr5f; local in function:sis315Setup 542 config2 = sr3a & 0x03; 567 inSISIDXREG(SISSR, 0x39, config2); 568 config2 &= 0x02; 569 if(!config2) { 570 inSISIDXREG(SISSR, 0x3a, config2); 571 config2 = (config2 & 0x02) >> 1; 579 inSISIDXREG(SISCR, 0x97, config2); 580 config2 [all...] |
| /xsrc/external/mit/xf86-video-i128/dist/src/ |
| H A D | i128_driver.c | 660 pI128->io.config2 = inl(iobase + 0x20) & 0xC1F70FFF; 669 pI128->RegRec.config2 = pI128->io.config2; 688 if ((pI128->io.config2&6) == 2) 712 pI128->io.config2 &= 0xFF0FFF7F; 713 pI128->io.config2 |= 0x00100000; 715 pI128->io.config2 |= 0x00400000; 716 outl(pI128->RegRec.iobase + 0x20, pI128->io.config2); 2090 " CONFIG2 0x%08lx\n", (unsigned long)pI128->io.config2); 2106 unsigned long id, config1, config2, sgra local in function:I128DumpActiveRegisters [all...] |
| H A D | i128reg.h | 57 CARD32 config2; member in struct:i128io 80 CARD32 config2; /* iobase+0x20 register */ member in struct:__anon9733df980108
|
| H A D | i128init.c | 343 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "I128RestoreState resetting config1/2 from 0x%lx/0x%lx to 0x%lx/0x%lx\n", tmp1, tmp2, (unsigned long)iR->config1, (unsigned long)iR->config2); 352 outl(iR->iobase + 0x20, iR->config2); 385 outl(iR->iobase + 0x20, pI128->io.config2);
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_driver.c | 484 unsigned char config1, config2, m, n, n1, n2, cr66 = 0; local in function:S3VPreInit 926 config2 = VGAIN8(vgaCRReg); /* get amount of off-screen ram */ 961 switch((config2 & 0x60) >> 5) {
|
Completed in 10 milliseconds