Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.h62 #define PCI_MINGNT 0x3e /* Minimum Grant */ macro
H A Dafe.c360 if ((pci_config_get8(pci, PCI_MINGNT) == 0xff) && in afe_attach()
362 pci_config_put8(pci, PCI_MINGNT, 0); in afe_attach()
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.h63 #define PCI_MINGNT 0x3e /* Minimum Grant */ macro
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h534 #define PCI_MINGNT 0x3E /* min grant for burst, 8 bits */ macro
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c645 mingnt = pci_config_get8(pci, PCI_MINGNT); in dca_attach()