Lines Matching refs:temp
138 int temp; in vt596_transaction() local
145 if ((temp = inb_p(SMBHSTSTS)) & 0x1F) { in vt596_transaction()
147 "Resetting...\n", temp); in vt596_transaction()
149 outb_p(temp, SMBHSTSTS); in vt596_transaction()
150 if ((temp = inb_p(SMBHSTSTS)) & 0x1F) { in vt596_transaction()
152 "(0x%02x)\n", temp); in vt596_transaction()
163 temp = inb_p(SMBHSTSTS); in vt596_transaction()
164 } while ((temp & 0x01) && (++timeout < MAX_TIMEOUT)); in vt596_transaction()
172 if (temp & 0x10) { in vt596_transaction()
178 if (temp & 0x08) { in vt596_transaction()
183 if (temp & 0x04) { in vt596_transaction()
189 if (temp & 0x1F) in vt596_transaction()
190 outb_p(temp, SMBHSTSTS); in vt596_transaction()
322 unsigned char temp; in vt596_probe() local
366 pci_read_config_byte(pdev, SMBHSTCFG, &temp); in vt596_probe()
370 pci_write_config_byte(pdev, SMBHSTCFG, temp & 0xfe); in vt596_probe()
372 pci_write_config_byte(pdev, SMBHSTCFG, temp | 0x01); in vt596_probe()
375 } else if (!(temp & 0x01)) { in vt596_probe()
383 pci_write_config_byte(pdev, SMBHSTCFG, temp | 0x01); in vt596_probe()