Lines Matching defs:tmp
160 u8 tmp;
174 pci_read_config_byte(dev, PCI_CACHE_LINE_SIZE, &tmp);
176 cls = tmp;
177 if (!tmp || cls == tmp)
181 cls << 2, tmp << 2,
1031 u8 tmp;
1034 tmp = 0; /* nothing routed to external APIC */
1036 tmp = 0x1f; /* all known bits (4-0) routed to external APIC */
1039 tmp == 0 ? "Disa" : "Ena");
1042 pci_write_config_byte(dev, 0x58, tmp);
1339 u8 tmp;
1341 pci_read_config_byte(pdev, PCI_CLASS_DEVICE, &tmp);
1342 if (tmp == 0x01) {
1343 pci_read_config_byte(pdev, 0x40, &tmp);
1344 pci_write_config_byte(pdev, 0x40, tmp|1);
1347 pci_write_config_byte(pdev, 0x40, tmp);