Searched refs:fam10h_mmconf_start (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/pci/
H A Damd_bus.c32 static u64 __initdata fam10h_mmconf_start; variable
56 fam10h_mmconf_start = base;
216 printk(KERN_DEBUG "Fam 10h mmconf [%llx, %llx]\n", fam10h_mmconf_start, fam10h_mmconf_end);
217 subtract_range(range, RANGE_NUM, fam10h_mmconf_start,
256 if (start >= fam10h_mmconf_start &&
262 if (end >= fam10h_mmconf_start &&
264 end = fam10h_mmconf_start - 1;
268 if (start < fam10h_mmconf_start &&
271 endx = fam10h_mmconf_start - 1;

Completed in 37 milliseconds