Lines Matching defs:save
167 CARD8 save, sense;
173 xf86I2CReadByte(pDev, 0x21, &save);
174 xf86I2CWriteByte(pDev, 0x21, save & ~0x01);
177 xf86I2CReadByte(pDev, 0x20, &save);
178 xf86I2CWriteByte(pDev, 0x20, save | 0x01);
181 xf86I2CReadByte(pDev, 0x20, &save);
182 xf86I2CWriteByte(pDev, 0x20, save & ~0x01);
365 CARD8 address, save;
370 save = (CARD8)(DotCrawl[i] >> 8);
371 xf86I2CWriteByte(pBIOSInfo->TVI2CDev, address, save);