Searched refs:PCI_PCIX_VER_1 (Results 1 – 4 of 4) sorted by relevance
731 #define PCI_PCIX_VER_1 0x1000 /* PCIX cap list item version 1 */ macro
106 ((bus_p->bus_ecc_ver == PCI_PCIX_VER_1) || \
700 if (((pcix_command & PCI_PCIX_VER_MASK) == PCI_PCIX_VER_1) ||
40 #define PCIX_ECC_VER_CHECK(x) (((x) == PCI_PCIX_VER_1) ||\