Searched refs:fam10h_mmconf_end (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.c33 static u64 __initdata fam10h_mmconf_end; variable
57 fam10h_mmconf_end = base + (1ULL<<(segn_busn_bits + 20)) - 1;
215 if (fam10h_mmconf_end) {
216 printk(KERN_DEBUG "Fam 10h mmconf [%llx, %llx]\n", fam10h_mmconf_start, fam10h_mmconf_end);
218 fam10h_mmconf_end + 1);
253 if (fam10h_mmconf_end) {
257 start <= fam10h_mmconf_end) {
258 start = fam10h_mmconf_end + 1;
263 end <= fam10h_mmconf_end) {
269 end > fam10h_mmconf_end) {
[all...]

Completed in 57 milliseconds