spear320.c (2b9c613c4ee1756664fcbf6fc4926fee3e7139c3) | spear320.c (d9909ebe650f028459b9be5a2321fee520b446b0) |
---|---|
1/* 2 * arch/arm/mach-spear3xx/spear320.c 3 * 4 * SPEAr320 machine source file 5 * 6 * Copyright (C) 2009-2012 ST Microelectronics 7 * Viresh Kumar <viresh.linux@gmail.com> 8 * --- 240 unchanged lines hidden (view full) --- 249 "st,spear320", 250 "st,spear320-evb", 251 "st,spear320-hmi", 252 NULL, 253}; 254 255struct map_desc spear320_io_desc[] __initdata = { 256 { | 1/* 2 * arch/arm/mach-spear3xx/spear320.c 3 * 4 * SPEAr320 machine source file 5 * 6 * Copyright (C) 2009-2012 ST Microelectronics 7 * Viresh Kumar <viresh.linux@gmail.com> 8 * --- 240 unchanged lines hidden (view full) --- 249 "st,spear320", 250 "st,spear320-evb", 251 "st,spear320-hmi", 252 NULL, 253}; 254 255struct map_desc spear320_io_desc[] __initdata = { 256 { |
257 .virtual = VA_SPEAR320_SOC_CONFIG_BASE, | 257 .virtual = (unsigned long)VA_SPEAR320_SOC_CONFIG_BASE, |
258 .pfn = __phys_to_pfn(SPEAR320_SOC_CONFIG_BASE), 259 .length = SZ_16M, 260 .type = MT_DEVICE 261 }, 262}; 263 264static void __init spear320_map_io(void) 265{ --- 12 unchanged lines hidden --- | 258 .pfn = __phys_to_pfn(SPEAR320_SOC_CONFIG_BASE), 259 .length = SZ_16M, 260 .type = MT_DEVICE 261 }, 262}; 263 264static void __init spear320_map_io(void) 265{ --- 12 unchanged lines hidden --- |