Home
last modified time | relevance | path

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

/aosp_15_r20/external/pciutils/lib/
H A Dheader.h891 #define PCI_EXP_DEVCAP2_TPH_COMP(x) (((x) >> 12) & 3) /* TPH Completer Supported */ macro
/aosp_15_r20/external/pciutils/
H A Dls-caps.c1136 printf(" %s", cap_express_devcap2_tphcomp(PCI_EXP_DEVCAP2_TPH_COMP(l))); in cap_express_dev2()