Lines Matching defs:temp
130 int temp;
137 if ((temp = inb_p(SMBHSTSTS)) & 0x1F) {
139 "Resetting...\n", temp);
141 outb_p(temp, SMBHSTSTS);
142 if ((temp = inb_p(SMBHSTSTS)) & 0x1F) {
144 "(0x%02x)\n", temp);
155 temp = inb_p(SMBHSTSTS);
156 } while ((temp & 0x01) && (++timeout < MAX_TIMEOUT));
164 if (temp & 0x10) {
170 if (temp & 0x08) {
175 if (temp & 0x04) {
181 if (temp & 0x1F)
182 outb_p(temp, SMBHSTSTS);
314 unsigned char temp;
358 pci_read_config_byte(pdev, SMBHSTCFG, &temp);
362 pci_write_config_byte(pdev, SMBHSTCFG, temp & 0xfe);
364 pci_write_config_byte(pdev, SMBHSTCFG, temp | 0x01);
367 } else if (!(temp & 0x01)) {
375 pci_write_config_byte(pdev, SMBHSTCFG, temp | 0x01);