Home
last modified time | relevance | path

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

/pciutils/
H A Dls-ecaps.c73 ((u64)snoop & PCI_LTR_VALUE_MASK) * scale); in cap_ltr()
78 ((u64)nosnoop & PCI_LTR_VALUE_MASK) * scale); in cap_ltr()
/pciutils/lib/
H A Dheader.h1374 #define PCI_LTR_VALUE_MASK (0x3ff) macro