Searched refs:MIN_PCI_LATENCY (Results 1 – 5 of 5) sorted by relevance
98 #define MIN_PCI_LATENCY 48 // 24 IS TOO SMALL macro
115 #define MIN_PCI_LATENCY 64 // 255 macro
343 #define MIN_PCI_LATENCY 32 /* errata 8.1.3 */ macro
2758 } else if (lat < MIN_PCI_LATENCY) { in hrz_probe()2760 "increasing", lat, MIN_PCI_LATENCY); in hrz_probe()2761 pci_write_config_byte(pci_dev, PCI_LATENCY_TIMER, MIN_PCI_LATENCY); in hrz_probe()
2186 pci_lat = (lat < MIN_PCI_LATENCY) ? MIN_PCI_LATENCY : lat; in setup_pci_dev()