Home
last modified time | relevance | path

Searched refs:PCI_PCIX_VER_1 (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dpci.h731 #define PCI_PCIX_VER_1 0x1000 /* PCIX cap list item version 1 */ macro
H A Dpcie_impl.h106 ((bus_p->bus_ecc_ver == PCI_PCIX_VER_1) || \
/titanic_44/usr/src/uts/common/os/
H A Dsunpci.c700 if (((pcix_command & PCI_PCIX_VER_MASK) == PCI_PCIX_VER_1) ||
H A Dpcifm.c40 #define PCIX_ECC_VER_CHECK(x) (((x) == PCI_PCIX_VER_1) ||\