Lines Matching defs:temp
245 unsigned char temp;
293 pci_read_config_byte(PIIX4_dev, SMBHSTCFG, &temp);
298 pci_write_config_byte(PIIX4_dev, SMBHSTCFG, temp & 0xfe);
300 pci_write_config_byte(PIIX4_dev, SMBHSTCFG, temp | 0x01);
303 } else if ((temp & 1) == 0) {
314 temp | 1);
325 if (((temp & 0x0E) == 8) || ((temp & 0x0E) == 2))
327 else if ((temp & 0x0E) == 0)
333 pci_read_config_byte(PIIX4_dev, SMBREV, &temp);
336 piix4_smba, temp);
542 int temp;
552 if ((temp = inb_p(SMBHSTSTS)) != 0x00) {
554 "Resetting...\n", temp);
555 outb_p(temp, SMBHSTSTS);
556 if ((temp = inb_p(SMBHSTSTS)) != 0x00) {
557 dev_err(&piix4_adapter->dev, "Failed! (%02x)\n", temp);
574 ((temp = inb_p(SMBHSTSTS)) & 0x01))
583 if (temp & 0x10) {
588 if (temp & 0x08) {
595 if (temp & 0x04) {
603 if ((temp = inb_p(SMBHSTSTS)) != 0x00) {
605 "transaction (%02x)\n", temp);