Home
last modified time | relevance | path

Searched refs:PCI_STATUS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/hw/
H A Dpcics_reg_driver.h610 #if (defined(__LINUX)) || (defined(PCI_STATUS))
631 #define PCI_STATUS 0x6 /* 16 bits */ macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dpcics_reg_driver.h460 #if (defined(__LINUX)) || (defined(PCI_STATUS))
474 #define PCI_STATUS 0x6 /* 16 bits */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h54 #define PCI_STATUS 0x06 /* 16 bits */ macro
H A Dpci.c502 pci_read_config_word(dev, PCI_STATUS, &status); in pci_find_capability()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h525 #define PCI_STATUS 0x06 /* status, 16 bits */ macro
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c643 pcistat = pci_config_get16(pci, PCI_STATUS); in dca_attach()