Home
last modified time | relevance | path

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

/linux/drivers/atm/
A Dhorizon.h83 #define MIN_PCI_LATENCY 48 // 24 IS TOO SMALL macro
A Dambassador.h100 #define MIN_PCI_LATENCY 64 // 255 macro
A Dhe.h343 #define MIN_PCI_LATENCY 32 /* errata 8.1.3 */ macro
A Dhorizon.c2677 } else if (lat < MIN_PCI_LATENCY) { in hrz_probe()
2679 "increasing", lat, MIN_PCI_LATENCY); in hrz_probe()
2680 pci_write_config_byte(pci_dev, PCI_LATENCY_TIMER, MIN_PCI_LATENCY); in hrz_probe()
A Dambassador.c2169 pci_lat = (lat < MIN_PCI_LATENCY) ? MIN_PCI_LATENCY : lat; in setup_pci_dev()

Completed in 19 milliseconds