io.c (48bca0e9c7f428dc75ea2a9c37601e6cb47dae6f) | io.c (7adb9987177f7aa269505ef65f4b4ed84bbc17b5) |
---|---|
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 * --- 58 unchanged lines hidden (view full) --- 67 .length = L4_24XX_SIZE, 68 .type = MT_DEVICE 69 }, 70}; 71 72#ifdef CONFIG_ARCH_OMAP2420 73static struct map_desc omap242x_io_desc[] __initdata = { 74 { | 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 * --- 58 unchanged lines hidden (view full) --- 67 .length = L4_24XX_SIZE, 68 .type = MT_DEVICE 69 }, 70}; 71 72#ifdef CONFIG_ARCH_OMAP2420 73static struct map_desc omap242x_io_desc[] __initdata = { 74 { |
75 .virtual = DSP_MEM_24XX_VIRT, 76 .pfn = __phys_to_pfn(DSP_MEM_24XX_PHYS), 77 .length = DSP_MEM_24XX_SIZE, | 75 .virtual = DSP_MEM_2420_VIRT, 76 .pfn = __phys_to_pfn(DSP_MEM_2420_PHYS), 77 .length = DSP_MEM_2420_SIZE, |
78 .type = MT_DEVICE 79 }, 80 { | 78 .type = MT_DEVICE 79 }, 80 { |
81 .virtual = DSP_IPI_24XX_VIRT, 82 .pfn = __phys_to_pfn(DSP_IPI_24XX_PHYS), 83 .length = DSP_IPI_24XX_SIZE, | 81 .virtual = DSP_IPI_2420_VIRT, 82 .pfn = __phys_to_pfn(DSP_IPI_2420_PHYS), 83 .length = DSP_IPI_2420_SIZE, |
84 .type = MT_DEVICE 85 }, 86 { | 84 .type = MT_DEVICE 85 }, 86 { |
87 .virtual = DSP_MMU_24XX_VIRT, 88 .pfn = __phys_to_pfn(DSP_MMU_24XX_PHYS), 89 .length = DSP_MMU_24XX_SIZE, | 87 .virtual = DSP_MMU_2420_VIRT, 88 .pfn = __phys_to_pfn(DSP_MMU_2420_PHYS), 89 .length = DSP_MMU_2420_SIZE, |
90 .type = MT_DEVICE 91 }, 92}; 93 94#endif 95 96#ifdef CONFIG_ARCH_OMAP2430 97static struct map_desc omap243x_io_desc[] __initdata = { --- 235 unchanged lines hidden --- | 90 .type = MT_DEVICE 91 }, 92}; 93 94#endif 95 96#ifdef CONFIG_ARCH_OMAP2430 97static struct map_desc omap243x_io_desc[] __initdata = { --- 235 unchanged lines hidden --- |