Searched refs:isa_ranges (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/powerpc/kernel/
H A Dprom_init.c2089 u32 isa_ranges[6]; local
2104 if (prom_getprop(isa, "ranges", isa_ranges, sizeof(isa_ranges))
2108 if (isa_ranges[0] != 0x1 ||
2109 isa_ranges[1] != 0xf4000000 ||
2110 isa_ranges[2] != 0x00010000)
2115 isa_ranges[0] = 0x1;
2116 isa_ranges[1] = 0x0;
2117 isa_ranges[2] = rloc;
2118 isa_ranges[
[all...]

Completed in 53 milliseconds