Lines Matching refs:val1
326 u8 val1, val2; in i810tco_getdevice() local
345 pci_read_config_byte (i810tco_pci, 0x40, &val1); in i810tco_getdevice()
347 badr = ((val2 << 1) | (val1 >> 7)) << 7; in i810tco_getdevice()
357 pci_read_config_byte (i810tco_pci, 0xd4, &val1); in i810tco_getdevice()
358 if (val1 & 0x02) { in i810tco_getdevice()
359 val1 &= 0xfd; in i810tco_getdevice()
360 pci_write_config_byte (i810tco_pci, 0xd4, val1); in i810tco_getdevice()
361 pci_read_config_byte (i810tco_pci, 0xd4, &val1); in i810tco_getdevice()
362 if (val1 & 0x02) { in i810tco_getdevice()
368 val1 = inb (SMI_EN + 1); in i810tco_getdevice()
369 val1 &= 0xdf; in i810tco_getdevice()
370 outb (val1, SMI_EN + 1); in i810tco_getdevice()