Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.h63 #define PCI_MAXLAT 0x3f /* Maximum latency */ macro
H A Dafe.c361 (pci_config_get8(pci, PCI_MAXLAT) == 0xff)) { in afe_attach()
363 pci_config_put8(pci, PCI_MAXLAT, 0); in afe_attach()
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.h64 #define PCI_MAXLAT 0x3f /* Maximum latency */ macro
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h535 #define PCI_MAXLAT 0x3F /* maximum grant for burst, 8 bits */ macro
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c646 maxlat = pci_config_get8(pci, PCI_MAXLAT); in dca_attach()