Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c81 if ((pcix_cmd & PCI_PCIX_VER_MASK) == PCI_PCIX_VER_2) in pci_cap_probe()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c602 if (((pcix_command & PCI_PCIX_VER_MASK) == PCI_PCIX_VER_1) ||
603 ((pcix_command & PCI_PCIX_VER_MASK) == PCI_PCIX_VER_2))
H A Dpcifm.c373 pcix_cap_ptr + PCI_PCIX_SEC_STATUS) & PCI_PCIX_VER_MASK; in pcix_ereport_setup()
389 pcix_cap_ptr + PCI_PCIX_COMMAND) & PCI_PCIX_VER_MASK; in pcix_ereport_setup()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h740 #define PCI_PCIX_VER_MASK 0x3000 /* Bits 12 and 13 */ macro
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1979 PCI_PCIX_SEC_STATUS) & PCI_PCIX_VER_MASK; in pcie_init_bus()
1983 PCI_PCIX_COMMAND) & PCI_PCIX_VER_MASK; in pcie_init_bus()