Lines Matching refs:config2
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, sgram, soft_sw, ddc, vga_ctl;
2122 config2 = inl(iobase + 0x20);
2171 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, " CONFIG2 0x%08lx\n", config2);
2173 config2&0x3, (config2>>8)&0xF,
2174 (config2>>16)&0x7, (config2>>20)&0xF,
2175 (config2>>24)&1, (config2>>25)&1,
2176 (config2>>26)&1, (config2>>27)&1,
2177 (config2>>28)&1);
2179 (config2>>29)&1, (config2>>30)&1, (config2>>31)&1);