Home
last modified time | relevance | path

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

/Linux-v4.19/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.c2732 } else if (lat < MIN_PCI_LATENCY) { in hrz_probe()
2734 "increasing", lat, MIN_PCI_LATENCY); in hrz_probe()
2735 pci_write_config_byte(pci_dev, PCI_LATENCY_TIMER, MIN_PCI_LATENCY); in hrz_probe()
Dambassador.c2184 pci_lat = (lat < MIN_PCI_LATENCY) ? MIN_PCI_LATENCY : lat; in setup_pci_dev()