Home
last modified time | relevance | path

Searched refs:MIN_PCI_LATENCY (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/atm/
H A Dhorizon.h83 #define MIN_PCI_LATENCY 48 // 24 IS TOO SMALL macro
H A Dambassador.h100 #define MIN_PCI_LATENCY 64 // 255 macro
H 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()
H A Dhe.h343 #define MIN_PCI_LATENCY 32 /* errata 8.1.3 */ macro
H A Dambassador.c2169 pci_lat = (lat < MIN_PCI_LATENCY) ? MIN_PCI_LATENCY : lat; in setup_pci_dev()
/kernel/linux/linux-6.6/drivers/atm/
H A Dhe.h343 #define MIN_PCI_LATENCY 32 /* errata 8.1.3 */ macro

Completed in 13 milliseconds