Home
last modified time | relevance | path

Searched refs:MIN_PCI_LATENCY (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/atm/
Dhorizon.h98 #define MIN_PCI_LATENCY 48 // 24 IS TOO SMALL macro
Dambassador.h115 #define MIN_PCI_LATENCY 64 // 255 macro
Dhe.h343 #define MIN_PCI_LATENCY 32 /* errata 8.1.3 */ macro
Dhorizon.c2758 } 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()
Dambassador.c2186 pci_lat = (lat < MIN_PCI_LATENCY) ? MIN_PCI_LATENCY : lat; in setup_pci_dev()