Home
last modified time | relevance | path

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

/pciutils/
H A Dls-ecaps.c19 u32 tph_cap; in cap_tph() local
27 tph_cap = get_conf_long(d, where + PCI_TPH_CAPABILITIES); in cap_tph()
29 if (tph_cap & PCI_TPH_INTVEC_SUP) in cap_tph()
31 if (tph_cap & PCI_TPH_DEV_SUP) in cap_tph()
33 if (tph_cap & PCI_TPH_EXT_REQ_SUP) in cap_tph()
36 switch (tph_cap & PCI_TPH_ST_LOC_MASK) { in cap_tph()