Searched refs:soft_sw (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128_driver.c662 pI128->io.soft_sw = inl(iobase + 0x28) & 0x0000FFFF;
1892 unsigned long soft_sw, ddc; local in function:I128I2CInit
1910 soft_sw = inl(iobase + 0x28);
1911 soft_sw &= 0xfffffffc;
1912 soft_sw |= 0x00000001;
1913 outl(iobase + 0x28, soft_sw);
2094 " SOFT_SW 0x%08lx\n", (unsigned long)pI128->io.soft_sw);
2106 unsigned long id, config1, config2, sgram, soft_sw, ddc, vga_ctl; local in function:I128DumpActiveRegisters
2124 soft_sw = inl(iobase + 0x28);
2181 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, " SOFT_SW 0x%08lx\n", soft_sw);
[all...]
H A Di128reg.h59 CARD32 soft_sw; member in struct:i128io

Completed in 6 milliseconds