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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dinit_32.c176 ioremap_base = PKMAP_BASE;
178 ioremap_base = 0xfe000000UL; /* for now, could be 0xfffff000 */
180 ioremap_bot = ioremap_base;
H A Dmmu_decl.h40 extern unsigned long ioremap_base;
H A Dpgtable_32.c37 unsigned long ioremap_base; variable
168 * Before then, we use space going down from ioremap_base
317 ioremap_bot = ioremap_base = virt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dmpc10x.h27 * EUMB mapped to: ioremap_base - 0x00100000 (ioremap_base - 1 MB)
33 * EUMB mapped to: ioremap_base - 0x00100000 (ioremap_base - 1 MB)
156 extern unsigned long ioremap_base;
157 #define MPC10X_MAPA_EUMB_BASE (ioremap_base - MPC10X_EUMB_SIZE)
H A Dpgtable.h19 extern unsigned long ioremap_bot, ioremap_base;
123 * from ioremap_base being run into the VM area allocations (growing upwards
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A Dmmu_decl.h35 extern unsigned long ioremap_base;
H A Dpgtable.c37 unsigned long ioremap_base; variable
175 * Before then, we use space going down from ioremap_base
330 ioremap_bot = ioremap_base = virt;
H A Dinit.c268 ioremap_base = PKMAP_BASE;
270 ioremap_base = 0xfe000000UL; /* for now, could be 0xfffff000 */
272 ioremap_bot = ioremap_base;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dmvme5100.c256 ioremap_base = 0xfe000000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpgtable-ppc32.h17 extern unsigned long ioremap_bot, ioremap_base;
115 * from ioremap_base being run into the VM area allocations (growing upwards

Completed in 70 milliseconds