Lines Matching refs:temp
170 unsigned char temp;
218 pci_read_config_byte(PIIX4_dev, SMBHSTCFG, &temp);
223 pci_write_config_byte(PIIX4_dev, SMBHSTCFG, temp & 0xfe);
225 pci_write_config_byte(PIIX4_dev, SMBHSTCFG, temp | 0x01);
228 } else if ((temp & 1) == 0) {
239 temp | 1);
250 if (((temp & 0x0E) == 8) || ((temp & 0x0E) == 2))
252 else if ((temp & 0x0E) == 0)
258 pci_read_config_byte(PIIX4_dev, SMBREV, &temp);
261 piix4_smba, temp);
441 int temp;
451 if ((temp = inb_p(SMBHSTSTS)) != 0x00) {
453 "Resetting...\n", temp);
454 outb_p(temp, SMBHSTSTS);
455 if ((temp = inb_p(SMBHSTSTS)) != 0x00) {
456 dev_err(&piix4_adapter->dev, "Failed! (%02x)\n", temp);
473 ((temp = inb_p(SMBHSTSTS)) & 0x01))
482 if (temp & 0x10) {
487 if (temp & 0x08) {
494 if (temp & 0x04) {
502 if ((temp = inb_p(SMBHSTSTS)) != 0x00) {
504 "transaction (%02x)\n", temp);