Lines Matching defs:tmp
253 u8 tmp;
267 pci_read_config_byte(dev, PCI_CACHE_LINE_SIZE, &tmp);
269 cls = tmp;
270 if (!tmp || cls == tmp)
274 cls << 2, tmp << 2,
1079 u8 tmp;
1082 tmp = 0; /* nothing routed to external APIC */
1084 tmp = 0x1f; /* all known bits (4-0) routed to external APIC */
1087 tmp ? "Enabling" : "Disabling");
1090 pci_write_config_byte(dev, 0x58, tmp);
1387 u8 tmp;
1389 pci_read_config_byte(pdev, PCI_CLASS_DEVICE, &tmp);
1390 if (tmp == 0x01) {
1391 pci_read_config_byte(pdev, 0x40, &tmp);
1392 pci_write_config_byte(pdev, 0x40, tmp|1);
1395 pci_write_config_byte(pdev, 0x40, tmp);