Home
last modified time | relevance | path

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

/pciutils/
H A Dls-caps.c833 latency_l1((t & PCI_EXP_LNKCAP_L1) >> 15)); in cap_express_link()
1424 latency_l1((t & PCI_EXP_LNKCAP_L1) >> 15)); in cap_express_link_rcd()
/pciutils/lib/
H A Dheader.h822 #define PCI_EXP_LNKCAP_L1 0x38000 /* L1 Exit Latency */ macro