Searched refs:PCI_MAXLAT (Results 1 – 5 of 5) sorted by relevance
63 #define PCI_MAXLAT 0x3f /* Maximum latency */ macro
361 (pci_config_get8(pci, PCI_MAXLAT) == 0xff)) { in afe_attach()363 pci_config_put8(pci, PCI_MAXLAT, 0); in afe_attach()
66 #define PCI_MAXLAT 0x3f /* Maximum latency */ macro
535 #define PCI_MAXLAT 0x3F /* maximum grant for burst, 8 bits */ macro
653 maxlat = pci_config_get8(pci, PCI_MAXLAT); in dca_attach()