Searched refs:PCI_EXP_FLAGS_VERS (Results 1 – 2 of 2) sorted by relevance
1472 printf("(v%d) ", cap & PCI_EXP_FLAGS_VERS); in cap_express()1539 if ((cap & PCI_EXP_FLAGS_VERS) < 2) in cap_express()
768 #define PCI_EXP_FLAGS_VERS 0x000f /* Capability version */ macro