io.c (33959553b81e46640994cbcdb4888d60022dc6fd) | io.c (bb6abcf440c4c861a2131c0651b683dbd2edba84) |
---|---|
1/* 2 * linux/arch/arm/mach-omap2/io.c 3 * 4 * OMAP2 I/O mapping code 5 * 6 * Copyright (C) 2005 Nokia Corporation 7 * Copyright (C) 2007-2009 Texas Instruments 8 * --- 169 unchanged lines hidden (view full) --- 178 .virtual = L4_34XX_VIRT, 179 .pfn = __phys_to_pfn(L4_34XX_PHYS), 180 .length = L4_34XX_SIZE, 181 .type = MT_DEVICE 182 } 183}; 184#endif 185 | 1/* 2 * linux/arch/arm/mach-omap2/io.c 3 * 4 * OMAP2 I/O mapping code 5 * 6 * Copyright (C) 2005 Nokia Corporation 7 * Copyright (C) 2007-2009 Texas Instruments 8 * --- 169 unchanged lines hidden (view full) --- 178 .virtual = L4_34XX_VIRT, 179 .pfn = __phys_to_pfn(L4_34XX_PHYS), 180 .length = L4_34XX_SIZE, 181 .type = MT_DEVICE 182 } 183}; 184#endif 185 |
186#ifdef CONFIG_SOC_OMAPAM33XX | 186#ifdef CONFIG_SOC_AM33XX |
187static struct map_desc omapam33xx_io_desc[] __initdata = { 188 { 189 .virtual = L4_34XX_VIRT, 190 .pfn = __phys_to_pfn(L4_34XX_PHYS), 191 .length = L4_34XX_SIZE, 192 .type = MT_DEVICE 193 }, 194 { --- 92 unchanged lines hidden (view full) --- 287 288#ifdef CONFIG_SOC_TI81XX 289void __init omapti81xx_map_common_io(void) 290{ 291 iotable_init(omapti81xx_io_desc, ARRAY_SIZE(omapti81xx_io_desc)); 292} 293#endif 294 | 187static struct map_desc omapam33xx_io_desc[] __initdata = { 188 { 189 .virtual = L4_34XX_VIRT, 190 .pfn = __phys_to_pfn(L4_34XX_PHYS), 191 .length = L4_34XX_SIZE, 192 .type = MT_DEVICE 193 }, 194 { --- 92 unchanged lines hidden (view full) --- 287 288#ifdef CONFIG_SOC_TI81XX 289void __init omapti81xx_map_common_io(void) 290{ 291 iotable_init(omapti81xx_io_desc, ARRAY_SIZE(omapti81xx_io_desc)); 292} 293#endif 294 |
295#ifdef CONFIG_SOC_OMAPAM33XX | 295#ifdef CONFIG_SOC_AM33XX |
296void __init omapam33xx_map_common_io(void) 297{ 298 iotable_init(omapam33xx_io_desc, ARRAY_SIZE(omapam33xx_io_desc)); 299} 300#endif 301 302#ifdef CONFIG_ARCH_OMAP4 303void __init omap44xx_map_common_io(void) --- 193 unchanged lines hidden --- | 296void __init omapam33xx_map_common_io(void) 297{ 298 iotable_init(omapam33xx_io_desc, ARRAY_SIZE(omapam33xx_io_desc)); 299} 300#endif 301 302#ifdef CONFIG_ARCH_OMAP4 303void __init omap44xx_map_common_io(void) --- 193 unchanged lines hidden --- |