Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h975 #define PCI_LTR_VALUE_MASK 0x000003ff macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h978 #define PCI_LTR_VALUE_MASK 0x000003ff macro
/openbmc/linux/drivers/pci/controller/
H A Dvmd.c765 if (!!(ltr_reg & (PCI_LTR_VALUE_MASK | PCI_LTR_SCALE_MASK))) in vmd_pm_enable_quirk()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c1075 while (value > PCI_LTR_VALUE_MASK) { in e1000_platform_pm_pch_lpt()