Searched refs:PCI_LTR_VALUE_MASK (Results 1 – 2 of 2) sorted by relevance
73 ((u64)snoop & PCI_LTR_VALUE_MASK) * scale); in cap_ltr()78 ((u64)nosnoop & PCI_LTR_VALUE_MASK) * scale); in cap_ltr()
1374 #define PCI_LTR_VALUE_MASK (0x3ff) macro