Home
last modified time | relevance | path

Searched refs:PCI_EXP_FLAGS_VERS (Results 1 – 2 of 2) sorted by relevance

/pciutils/
H A Dls-caps.c1472 printf("(v%d) ", cap & PCI_EXP_FLAGS_VERS); in cap_express()
1539 if ((cap & PCI_EXP_FLAGS_VERS) < 2) in cap_express()
/pciutils/lib/
H A Dheader.h768 #define PCI_EXP_FLAGS_VERS 0x000f /* Capability version */ macro