Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dmmconf-fam10h_64.c62 u64 tom2; in get_fam10h_pci_mmconf_base() local
103 tom2 = 1ULL << 32; in get_fam10h_pci_mmconf_base()
108 tom2 = max(val & 0xffffff800000ULL, 1ULL << 32); in get_fam10h_pci_mmconf_base()
111 if (base <= tom2) in get_fam10h_pci_mmconf_base()
112 base = (tom2 + 2 * MMCONF_UNIT - 1) & MMCONF_MASK; in get_fam10h_pci_mmconf_base()
131 if (end < tom2) in get_fam10h_pci_mmconf_base()
152 if ((base > tom2) && BASE_VALID(base)) in get_fam10h_pci_mmconf_base()