arm: remove machine_desc.io_pg_offst and .phys_io

Since we're now using addruart to establish the debug mapping, we can
remove the io_pg_offst and phys_io members of struct machine_desc.

The various declarations were removed using the following script:

grep -rl MACHINE_START arch/arm | xargs \
sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'

[ Initial patch was from Jeremy Kerr, example script from Russell King ]

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Eric Miao <eric.miao at canonical.com>

authored by Nicolas Pitre and committed by Nicolas Pitre 6451d778 c293393f

+1 -852
+1 -5
arch/arm/include/asm/mach/arch.h
··· 16 16 17 17 struct machine_desc { 18 18 /* 19 - * Note! The first four elements are used 19 + * Note! The first two elements are used 20 20 * by assembler code in head.S, head-common.S 21 21 */ 22 22 unsigned int nr; /* architecture number */ 23 - unsigned int phys_io; /* start of physical io */ 24 - unsigned int io_pg_offst; /* byte offset for io 25 - * page tabe entry */ 26 - 27 23 const char *name; /* architecture name */ 28 24 unsigned long boot_params; /* tagged list */ 29 25
-2
arch/arm/kernel/asm-offsets.c
··· 102 102 DEFINE(SIZEOF_MACHINE_DESC, sizeof(struct machine_desc)); 103 103 DEFINE(MACHINFO_TYPE, offsetof(struct machine_desc, nr)); 104 104 DEFINE(MACHINFO_NAME, offsetof(struct machine_desc, name)); 105 - DEFINE(MACHINFO_PHYSIO, offsetof(struct machine_desc, phys_io)); 106 - DEFINE(MACHINFO_PGOFFIO, offsetof(struct machine_desc, io_pg_offst)); 107 105 BLANK(); 108 106 DEFINE(PROC_INFO_SZ, sizeof(struct proc_info_list)); 109 107 DEFINE(PROCINFO_INITFUNC, offsetof(struct proc_info_list, __cpu_flush));
-2
arch/arm/mach-aaec2000/aaed2000.c
··· 95 95 96 96 MACHINE_START(AAED2000, "Agilent AAED-2000 Development Platform") 97 97 /* Maintainer: Nicolas Bellido Y Ortega */ 98 - .phys_io = PIO_BASE, 99 - .io_pg_offst = ((VIO_BASE) >> 18) & 0xfffc, 100 98 .map_io = aaed2000_map_io, 101 99 .init_irq = aaed2000_init_irq, 102 100 .timer = &aaec2000_timer,
-2
arch/arm/mach-at91/board-1arm.c
··· 92 92 93 93 MACHINE_START(ONEARM, "Ajeco 1ARM single board computer") 94 94 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ 95 - .phys_io = AT91_BASE_SYS, 96 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 97 95 .boot_params = AT91_SDRAM_BASE + 0x100, 98 96 .timer = &at91rm9200_timer, 99 97 .map_io = onearm_map_io,
-2
arch/arm/mach-at91/board-afeb-9260v1.c
··· 218 218 219 219 MACHINE_START(AFEB9260, "Custom afeb9260 board") 220 220 /* Maintainer: Sergey Lapin <slapin@ossfans.org> */ 221 - .phys_io = AT91_BASE_SYS, 222 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 223 221 .boot_params = AT91_SDRAM_BASE + 0x100, 224 222 .timer = &at91sam926x_timer, 225 223 .map_io = afeb9260_map_io,
-2
arch/arm/mach-at91/board-at572d940hf_ek.c
··· 318 318 319 319 MACHINE_START(AT572D940HFEB, "Atmel AT91D940HF-EB") 320 320 /* Maintainer: Atmel <costa.antonior@gmail.com> */ 321 - .phys_io = AT91_BASE_SYS, 322 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 323 321 .boot_params = AT91_SDRAM_BASE + 0x100, 324 322 .timer = &at91sam926x_timer, 325 323 .map_io = eb_map_io,
-2
arch/arm/mach-at91/board-cam60.c
··· 198 198 199 199 MACHINE_START(CAM60, "KwikByte CAM60") 200 200 /* Maintainer: KwikByte */ 201 - .phys_io = AT91_BASE_SYS, 202 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 203 201 .boot_params = AT91_SDRAM_BASE + 0x100, 204 202 .timer = &at91sam926x_timer, 205 203 .map_io = cam60_map_io,
-2
arch/arm/mach-at91/board-cap9adk.c
··· 399 399 400 400 MACHINE_START(AT91CAP9ADK, "Atmel AT91CAP9A-DK") 401 401 /* Maintainer: Stelian Pop <stelian.pop@leadtechdesign.com> */ 402 - .phys_io = AT91_BASE_SYS, 403 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 404 402 .boot_params = AT91_SDRAM_BASE + 0x100, 405 403 .timer = &at91sam926x_timer, 406 404 .map_io = cap9adk_map_io,
-2
arch/arm/mach-at91/board-carmeva.c
··· 162 162 163 163 MACHINE_START(CARMEVA, "Carmeva") 164 164 /* Maintainer: Conitec Datasystems */ 165 - .phys_io = AT91_BASE_SYS, 166 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 167 165 .boot_params = AT91_SDRAM_BASE + 0x100, 168 166 .timer = &at91rm9200_timer, 169 167 .map_io = carmeva_map_io,
-2
arch/arm/mach-at91/board-cpu9krea.c
··· 375 375 MACHINE_START(CPUAT9G20, "Eukrea CPU9G20") 376 376 #endif 377 377 /* Maintainer: Eric Benard - EUKREA Electromatique */ 378 - .phys_io = AT91_BASE_SYS, 379 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 380 378 .boot_params = AT91_SDRAM_BASE + 0x100, 381 379 .timer = &at91sam926x_timer, 382 380 .map_io = cpu9krea_map_io,
-2
arch/arm/mach-at91/board-cpuat91.c
··· 175 175 176 176 MACHINE_START(CPUAT91, "Eukrea") 177 177 /* Maintainer: Eric Benard - EUKREA Electromatique */ 178 - .phys_io = AT91_BASE_SYS, 179 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 180 178 .boot_params = AT91_SDRAM_BASE + 0x100, 181 179 .timer = &at91rm9200_timer, 182 180 .map_io = cpuat91_map_io,
-2
arch/arm/mach-at91/board-csb337.c
··· 257 257 258 258 MACHINE_START(CSB337, "Cogent CSB337") 259 259 /* Maintainer: Bill Gatliff */ 260 - .phys_io = AT91_BASE_SYS, 261 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 262 260 .boot_params = AT91_SDRAM_BASE + 0x100, 263 261 .timer = &at91rm9200_timer, 264 262 .map_io = csb337_map_io,
-2
arch/arm/mach-at91/board-csb637.c
··· 138 138 139 139 MACHINE_START(CSB637, "Cogent CSB637") 140 140 /* Maintainer: Bill Gatliff */ 141 - .phys_io = AT91_BASE_SYS, 142 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 143 141 .boot_params = AT91_SDRAM_BASE + 0x100, 144 142 .timer = &at91rm9200_timer, 145 143 .map_io = csb637_map_io,
-2
arch/arm/mach-at91/board-dk.c
··· 225 225 226 226 MACHINE_START(AT91RM9200DK, "Atmel AT91RM9200-DK") 227 227 /* Maintainer: SAN People/Atmel */ 228 - .phys_io = AT91_BASE_SYS, 229 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 230 228 .boot_params = AT91_SDRAM_BASE + 0x100, 231 229 .timer = &at91rm9200_timer, 232 230 .map_io = dk_map_io,
-2
arch/arm/mach-at91/board-eb9200.c
··· 120 120 } 121 121 122 122 MACHINE_START(ATEB9200, "Embest ATEB9200") 123 - .phys_io = AT91_BASE_SYS, 124 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 125 123 .boot_params = AT91_SDRAM_BASE + 0x100, 126 124 .timer = &at91rm9200_timer, 127 125 .map_io = eb9200_map_io,
-2
arch/arm/mach-at91/board-ecbat91.c
··· 168 168 169 169 MACHINE_START(ECBAT91, "emQbit's ECB_AT91") 170 170 /* Maintainer: emQbit.com */ 171 - .phys_io = AT91_BASE_SYS, 172 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 173 171 .boot_params = AT91_SDRAM_BASE + 0x100, 174 172 .timer = &at91rm9200_timer, 175 173 .map_io = ecb_at91map_io,
-2
arch/arm/mach-at91/board-eco920.c
··· 148 148 149 149 MACHINE_START(ECO920, "eco920") 150 150 /* Maintainer: Sascha Hauer */ 151 - .phys_io = AT91_BASE_SYS, 152 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 153 151 .boot_params = AT91_SDRAM_BASE + 0x100, 154 152 .timer = &at91rm9200_timer, 155 153 .map_io = eco920_map_io,
-2
arch/arm/mach-at91/board-ek.c
··· 191 191 192 192 MACHINE_START(AT91RM9200EK, "Atmel AT91RM9200-EK") 193 193 /* Maintainer: SAN People/Atmel */ 194 - .phys_io = AT91_BASE_SYS, 195 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 196 194 .boot_params = AT91_SDRAM_BASE + 0x100, 197 195 .timer = &at91rm9200_timer, 198 196 .map_io = ek_map_io,
-2
arch/arm/mach-at91/board-flexibity.c
··· 154 154 155 155 MACHINE_START(FLEXIBITY, "Flexibity Connect") 156 156 /* Maintainer: Maxim Osipov */ 157 - .phys_io = AT91_BASE_SYS, 158 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 159 157 .boot_params = AT91_SDRAM_BASE + 0x100, 160 158 .timer = &at91sam926x_timer, 161 159 .map_io = flexibity_map_io,
-2
arch/arm/mach-at91/board-kafa.c
··· 99 99 100 100 MACHINE_START(KAFA, "Sperry-Sun KAFA") 101 101 /* Maintainer: Sergei Sharonov */ 102 - .phys_io = AT91_BASE_SYS, 103 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 104 102 .boot_params = AT91_SDRAM_BASE + 0x100, 105 103 .timer = &at91rm9200_timer, 106 104 .map_io = kafa_map_io,
-2
arch/arm/mach-at91/board-kb9202.c
··· 136 136 137 137 MACHINE_START(KB9200, "KB920x") 138 138 /* Maintainer: KwikByte, Inc. */ 139 - .phys_io = AT91_BASE_SYS, 140 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 141 139 .boot_params = AT91_SDRAM_BASE + 0x100, 142 140 .timer = &at91rm9200_timer, 143 141 .map_io = kb9202_map_io,
-2
arch/arm/mach-at91/board-neocore926.c
··· 387 387 388 388 MACHINE_START(NEOCORE926, "ADENEO NEOCORE 926") 389 389 /* Maintainer: ADENEO */ 390 - .phys_io = AT91_BASE_SYS, 391 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 392 390 .boot_params = AT91_SDRAM_BASE + 0x100, 393 391 .timer = &at91sam926x_timer, 394 392 .map_io = neocore926_map_io,
-2
arch/arm/mach-at91/board-picotux200.c
··· 156 156 157 157 MACHINE_START(PICOTUX2XX, "picotux 200") 158 158 /* Maintainer: Kleinhenz Elektronik GmbH */ 159 - .phys_io = AT91_BASE_SYS, 160 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 161 159 .boot_params = AT91_SDRAM_BASE + 0x100, 162 160 .timer = &at91rm9200_timer, 163 161 .map_io = picotux200_map_io,
-2
arch/arm/mach-at91/board-qil-a9260.c
··· 268 268 269 269 MACHINE_START(QIL_A9260, "CALAO QIL_A9260") 270 270 /* Maintainer: calao-systems */ 271 - .phys_io = AT91_BASE_SYS, 272 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 273 271 .boot_params = AT91_SDRAM_BASE + 0x100, 274 272 .timer = &at91sam926x_timer, 275 273 .map_io = ek_map_io,
-2
arch/arm/mach-at91/board-sam9-l9260.c
··· 212 212 213 213 MACHINE_START(SAM9_L9260, "Olimex SAM9-L9260") 214 214 /* Maintainer: Olimex */ 215 - .phys_io = AT91_BASE_SYS, 216 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 217 215 .boot_params = AT91_SDRAM_BASE + 0x100, 218 216 .timer = &at91sam926x_timer, 219 217 .map_io = ek_map_io,
-2
arch/arm/mach-at91/board-sam9260ek.c
··· 356 356 357 357 MACHINE_START(AT91SAM9260EK, "Atmel AT91SAM9260-EK") 358 358 /* Maintainer: Atmel */ 359 - .phys_io = AT91_BASE_SYS, 360 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 361 359 .boot_params = AT91_SDRAM_BASE + 0x100, 362 360 .timer = &at91sam926x_timer, 363 361 .map_io = ek_map_io,
-2
arch/arm/mach-at91/board-sam9261ek.c
··· 623 623 MACHINE_START(AT91SAM9G10EK, "Atmel AT91SAM9G10-EK") 624 624 #endif 625 625 /* Maintainer: Atmel */ 626 - .phys_io = AT91_BASE_SYS, 627 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 628 626 .boot_params = AT91_SDRAM_BASE + 0x100, 629 627 .timer = &at91sam926x_timer, 630 628 .map_io = ek_map_io,
-2
arch/arm/mach-at91/board-sam9263ek.c
··· 454 454 455 455 MACHINE_START(AT91SAM9263EK, "Atmel AT91SAM9263-EK") 456 456 /* Maintainer: Atmel */ 457 - .phys_io = AT91_BASE_SYS, 458 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 459 457 .boot_params = AT91_SDRAM_BASE + 0x100, 460 458 .timer = &at91sam926x_timer, 461 459 .map_io = ek_map_io,
-4
arch/arm/mach-at91/board-sam9g20ek.c
··· 406 406 407 407 MACHINE_START(AT91SAM9G20EK, "Atmel AT91SAM9G20-EK") 408 408 /* Maintainer: Atmel */ 409 - .phys_io = AT91_BASE_SYS, 410 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 411 409 .boot_params = AT91_SDRAM_BASE + 0x100, 412 410 .timer = &at91sam926x_timer, 413 411 .map_io = ek_map_io, ··· 415 417 416 418 MACHINE_START(AT91SAM9G20EK_2MMC, "Atmel AT91SAM9G20-EK 2 MMC Slot Mod") 417 419 /* Maintainer: Atmel */ 418 - .phys_io = AT91_BASE_SYS, 419 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 420 420 .boot_params = AT91_SDRAM_BASE + 0x100, 421 421 .timer = &at91sam926x_timer, 422 422 .map_io = ek_map_io,
-2
arch/arm/mach-at91/board-sam9m10g45ek.c
··· 401 401 402 402 MACHINE_START(AT91SAM9M10G45EK, "Atmel AT91SAM9M10G45-EK") 403 403 /* Maintainer: Atmel */ 404 - .phys_io = AT91_BASE_SYS, 405 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 406 404 .boot_params = AT91_SDRAM_BASE + 0x100, 407 405 .timer = &at91sam926x_timer, 408 406 .map_io = ek_map_io,
-2
arch/arm/mach-at91/board-sam9rlek.c
··· 329 329 330 330 MACHINE_START(AT91SAM9RLEK, "Atmel AT91SAM9RL-EK") 331 331 /* Maintainer: Atmel */ 332 - .phys_io = AT91_BASE_SYS, 333 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 334 332 .boot_params = AT91_SDRAM_BASE + 0x100, 335 333 .timer = &at91sam926x_timer, 336 334 .map_io = ek_map_io,
-2
arch/arm/mach-at91/board-snapper9260.c
··· 177 177 } 178 178 179 179 MACHINE_START(SNAPPER_9260, "Bluewater Systems Snapper 9260/9G20 module") 180 - .phys_io = AT91_BASE_SYS, 181 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 182 180 .boot_params = AT91_SDRAM_BASE + 0x100, 183 181 .timer = &at91sam926x_timer, 184 182 .map_io = snapper9260_map_io,
-4
arch/arm/mach-at91/board-stamp9g20.c
··· 294 294 295 295 MACHINE_START(PORTUXG20, "taskit PortuxG20") 296 296 /* Maintainer: taskit GmbH */ 297 - .phys_io = AT91_BASE_SYS, 298 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 299 297 .boot_params = AT91_SDRAM_BASE + 0x100, 300 298 .timer = &at91sam926x_timer, 301 299 .map_io = portuxg20_map_io, ··· 303 305 304 306 MACHINE_START(STAMP9G20, "taskit Stamp9G20") 305 307 /* Maintainer: taskit GmbH */ 306 - .phys_io = AT91_BASE_SYS, 307 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 308 308 .boot_params = AT91_SDRAM_BASE + 0x100, 309 309 .timer = &at91sam926x_timer, 310 310 .map_io = stamp9g20_map_io,
-2
arch/arm/mach-at91/board-usb-a9260.c
··· 228 228 229 229 MACHINE_START(USB_A9260, "CALAO USB_A9260") 230 230 /* Maintainer: calao-systems */ 231 - .phys_io = AT91_BASE_SYS, 232 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 233 231 .boot_params = AT91_SDRAM_BASE + 0x100, 234 232 .timer = &at91sam926x_timer, 235 233 .map_io = ek_map_io,
-2
arch/arm/mach-at91/board-usb-a9263.c
··· 244 244 245 245 MACHINE_START(USB_A9263, "CALAO USB_A9263") 246 246 /* Maintainer: calao-systems */ 247 - .phys_io = AT91_BASE_SYS, 248 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 249 247 .boot_params = AT91_SDRAM_BASE + 0x100, 250 248 .timer = &at91sam926x_timer, 251 249 .map_io = ek_map_io,
-2
arch/arm/mach-at91/board-yl-9200.c
··· 594 594 595 595 MACHINE_START(YL9200, "uCdragon YL-9200") 596 596 /* Maintainer: S.Birtles */ 597 - .phys_io = AT91_BASE_SYS, 598 - .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, 599 597 .boot_params = AT91_SDRAM_BASE + 0x100, 600 598 .timer = &at91rm9200_timer, 601 599 .map_io = yl9200_map_io,
-2
arch/arm/mach-bcmring/arch.c
··· 167 167 168 168 MACHINE_START(BCMRING, "BCMRING") 169 169 /* Maintainer: Broadcom Corporation */ 170 - .phys_io = MM_IO_START, 171 - .io_pg_offst = (MM_IO_BASE >> 18) & 0xfffc, 172 170 .fixup = bcmring_fixup, 173 171 .map_io = bcmring_map_io, 174 172 .init_irq = bcmring_init_irq,
-2
arch/arm/mach-clps711x/autcpu12.c
··· 64 64 65 65 MACHINE_START(AUTCPU12, "autronix autcpu12") 66 66 /* Maintainer: Thomas Gleixner */ 67 - .phys_io = 0x80000000, 68 - .io_pg_offst = ((0xff000000) >> 18) & 0xfffc, 69 67 .boot_params = 0xc0020000, 70 68 .map_io = autcpu12_map_io, 71 69 .init_irq = clps711x_init_irq,
-2
arch/arm/mach-clps711x/cdb89712.c
··· 55 55 56 56 MACHINE_START(CDB89712, "Cirrus-CDB89712") 57 57 /* Maintainer: Ray Lehtiniemi */ 58 - .phys_io = 0x80000000, 59 - .io_pg_offst = ((0xff000000) >> 18) & 0xfffc, 60 58 .boot_params = 0xc0000100, 61 59 .map_io = cdb89712_map_io, 62 60 .init_irq = clps711x_init_irq,
-2
arch/arm/mach-clps711x/ceiva.c
··· 56 56 57 57 MACHINE_START(CEIVA, "CEIVA/Polaroid Photo MAX Digital Picture Frame") 58 58 /* Maintainer: Rob Scott */ 59 - .phys_io = 0x80000000, 60 - .io_pg_offst = ((0xff000000) >> 18) & 0xfffc, 61 59 .boot_params = 0xc0000100, 62 60 .map_io = ceiva_map_io, 63 61 .init_irq = clps711x_init_irq,
-2
arch/arm/mach-clps711x/clep7312.c
··· 37 37 38 38 MACHINE_START(CLEP7212, "Cirrus Logic 7212/7312") 39 39 /* Maintainer: Nobody */ 40 - .phys_io = 0x80000000, 41 - .io_pg_offst = ((0xff000000) >> 18) & 0xfffc, 42 40 .boot_params = 0xc0000100, 43 41 .fixup = fixup_clep7312, 44 42 .map_io = clps711x_map_io,
-2
arch/arm/mach-clps711x/edb7211-arch.c
··· 57 57 58 58 MACHINE_START(EDB7211, "CL-EDB7211 (EP7211 eval board)") 59 59 /* Maintainer: Jon McClintock */ 60 - .phys_io = 0x80000000, 61 - .io_pg_offst = ((0xff000000) >> 18) & 0xfffc, 62 60 .boot_params = 0xc0020100, /* 0xc0000000 - 0xc001ffff can be video RAM */ 63 61 .fixup = fixup_edb7211, 64 62 .map_io = edb7211_map_io,
-2
arch/arm/mach-clps711x/fortunet.c
··· 75 75 76 76 MACHINE_START(FORTUNET, "ARM-FortuNet") 77 77 /* Maintainer: FortuNet Inc. */ 78 - .phys_io = 0x80000000, 79 - .io_pg_offst = ((0xf0000000) >> 18) & 0xfffc, 80 78 .boot_params = 0x00000000, 81 79 .fixup = fortunet_fixup, 82 80 .map_io = clps711x_map_io,
-2
arch/arm/mach-clps711x/p720t.c
··· 89 89 90 90 MACHINE_START(P720T, "ARM-Prospector720T") 91 91 /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ 92 - .phys_io = 0x80000000, 93 - .io_pg_offst = ((0xff000000) >> 18) & 0xfffc, 94 92 .boot_params = 0xc0000100, 95 93 .fixup = fixup_p720t, 96 94 .map_io = p720t_map_io,
-2
arch/arm/mach-cns3xxx/cns3420vb.c
··· 142 142 } 143 143 144 144 MACHINE_START(CNS3420VB, "Cavium Networks CNS3420 Validation Board") 145 - .phys_io = CNS3XXX_UART0_BASE, 146 - .io_pg_offst = (CNS3XXX_UART0_BASE_VIRT >> 18) & 0xfffc, 147 145 .boot_params = 0x00000100, 148 146 .map_io = cns3420_map_io, 149 147 .init_irq = cns3xxx_init_irq,
-2
arch/arm/mach-davinci/board-da830-evm.c
··· 597 597 } 598 598 599 599 MACHINE_START(DAVINCI_DA830_EVM, "DaVinci DA830/OMAP-L137 EVM") 600 - .phys_io = IO_PHYS, 601 - .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, 602 600 .boot_params = (DA8XX_DDR_BASE + 0x100), 603 601 .map_io = da830_evm_map_io, 604 602 .init_irq = cp_intc_init,
-2
arch/arm/mach-davinci/board-da850-evm.c
··· 817 817 } 818 818 819 819 MACHINE_START(DAVINCI_DA850_EVM, "DaVinci DA850/OMAP-L138 EVM") 820 - .phys_io = IO_PHYS, 821 - .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, 822 820 .boot_params = (DA8XX_DDR_BASE + 0x100), 823 821 .map_io = da850_evm_map_io, 824 822 .init_irq = cp_intc_init,
-2
arch/arm/mach-davinci/board-dm355-evm.c
··· 351 351 } 352 352 353 353 MACHINE_START(DAVINCI_DM355_EVM, "DaVinci DM355 EVM") 354 - .phys_io = IO_PHYS, 355 - .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, 356 354 .boot_params = (0x80000100), 357 355 .map_io = dm355_evm_map_io, 358 356 .init_irq = davinci_irq_init,
-2
arch/arm/mach-davinci/board-dm355-leopard.c
··· 270 270 } 271 271 272 272 MACHINE_START(DM355_LEOPARD, "DaVinci DM355 leopard") 273 - .phys_io = IO_PHYS, 274 - .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, 275 273 .boot_params = (0x80000100), 276 274 .map_io = dm355_leopard_map_io, 277 275 .init_irq = davinci_irq_init,
-2
arch/arm/mach-davinci/board-dm365-evm.c
··· 613 613 } 614 614 615 615 MACHINE_START(DAVINCI_DM365_EVM, "DaVinci DM365 EVM") 616 - .phys_io = IO_PHYS, 617 - .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, 618 616 .boot_params = (0x80000100), 619 617 .map_io = dm365_evm_map_io, 620 618 .init_irq = davinci_irq_init,
-2
arch/arm/mach-davinci/board-dm644x-evm.c
··· 706 706 707 707 MACHINE_START(DAVINCI_EVM, "DaVinci DM644x EVM") 708 708 /* Maintainer: MontaVista Software <source@mvista.com> */ 709 - .phys_io = IO_PHYS, 710 - .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, 711 709 .boot_params = (DAVINCI_DDR_BASE + 0x100), 712 710 .map_io = davinci_evm_map_io, 713 711 .init_irq = davinci_irq_init,
-4
arch/arm/mach-davinci/board-dm646x-evm.c
··· 786 786 } 787 787 788 788 MACHINE_START(DAVINCI_DM6467_EVM, "DaVinci DM646x EVM") 789 - .phys_io = IO_PHYS, 790 - .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, 791 789 .boot_params = (0x80000100), 792 790 .map_io = davinci_map_io, 793 791 .init_irq = davinci_irq_init, ··· 794 796 MACHINE_END 795 797 796 798 MACHINE_START(DAVINCI_DM6467TEVM, "DaVinci DM6467T EVM") 797 - .phys_io = IO_PHYS, 798 - .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, 799 799 .boot_params = (0x80000100), 800 800 .map_io = davinci_map_io, 801 801 .init_irq = davinci_irq_init,
-2
arch/arm/mach-davinci/board-neuros-osd2.c
··· 275 275 276 276 MACHINE_START(NEUROS_OSD2, "Neuros OSD2") 277 277 /* Maintainer: Neuros Technologies <neuros@groups.google.com> */ 278 - .phys_io = IO_PHYS, 279 - .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, 280 278 .boot_params = (DAVINCI_DDR_BASE + 0x100), 281 279 .map_io = davinci_ntosd2_map_io, 282 280 .init_irq = davinci_irq_init,
-2
arch/arm/mach-davinci/board-sffsdr.c
··· 154 154 155 155 MACHINE_START(SFFSDR, "Lyrtech SFFSDR") 156 156 /* Maintainer: Hugo Villeneuve hugo.villeneuve@lyrtech.com */ 157 - .phys_io = IO_PHYS, 158 - .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, 159 157 .boot_params = (DAVINCI_DDR_BASE + 0x100), 160 158 .map_io = davinci_sffsdr_map_io, 161 159 .init_irq = davinci_irq_init,
-2
arch/arm/mach-davinci/board-tnetv107x-evm.c
··· 164 164 #endif 165 165 166 166 MACHINE_START(TNETV107X, "TNETV107X EVM") 167 - .phys_io = TNETV107X_IO_BASE, 168 - .io_pg_offst = (TNETV107X_IO_VIRT >> 18) & 0xfffc, 169 167 .boot_params = (TNETV107X_DDR_BASE + 0x100), 170 168 .map_io = tnetv107x_init, 171 169 .init_irq = cp_intc_init,
-2
arch/arm/mach-dove/dove-db-setup.c
··· 94 94 } 95 95 96 96 MACHINE_START(DOVE_DB, "Marvell DB-MV88AP510-BP Development Board") 97 - .phys_io = DOVE_SB_REGS_PHYS_BASE, 98 - .io_pg_offst = ((DOVE_SB_REGS_VIRT_BASE) >> 18) & 0xfffc, 99 97 .boot_params = 0x00000100, 100 98 .init_machine = dove_db_init, 101 99 .map_io = dove_map_io,
-2
arch/arm/mach-ebsa110/core.c
··· 280 280 281 281 MACHINE_START(EBSA110, "EBSA110") 282 282 /* Maintainer: Russell King */ 283 - .phys_io = 0xe0000000, 284 - .io_pg_offst = ((0xe0000000) >> 18) & 0xfffc, 285 283 .boot_params = 0x00000400, 286 284 .reserve_lp0 = 1, 287 285 .reserve_lp2 = 1,
-2
arch/arm/mach-ep93xx/adssphere.c
··· 33 33 34 34 MACHINE_START(ADSSPHERE, "ADS Sphere board") 35 35 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ 36 - .phys_io = EP93XX_APB_PHYS_BASE, 37 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 38 36 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 39 37 .map_io = ep93xx_map_io, 40 38 .init_irq = ep93xx_init_irq,
-16
arch/arm/mach-ep93xx/edb93xx.c
··· 124 124 #ifdef CONFIG_MACH_EDB9301 125 125 MACHINE_START(EDB9301, "Cirrus Logic EDB9301 Evaluation Board") 126 126 /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ 127 - .phys_io = EP93XX_APB_PHYS_BASE, 128 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 129 127 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 130 128 .map_io = ep93xx_map_io, 131 129 .init_irq = ep93xx_init_irq, ··· 135 137 #ifdef CONFIG_MACH_EDB9302 136 138 MACHINE_START(EDB9302, "Cirrus Logic EDB9302 Evaluation Board") 137 139 /* Maintainer: George Kashperko <george@chas.com.ua> */ 138 - .phys_io = EP93XX_APB_PHYS_BASE, 139 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 140 140 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 141 141 .map_io = ep93xx_map_io, 142 142 .init_irq = ep93xx_init_irq, ··· 146 150 #ifdef CONFIG_MACH_EDB9302A 147 151 MACHINE_START(EDB9302A, "Cirrus Logic EDB9302A Evaluation Board") 148 152 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ 149 - .phys_io = EP93XX_APB_PHYS_BASE, 150 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 151 153 .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, 152 154 .map_io = ep93xx_map_io, 153 155 .init_irq = ep93xx_init_irq, ··· 157 163 #ifdef CONFIG_MACH_EDB9307 158 164 MACHINE_START(EDB9307, "Cirrus Logic EDB9307 Evaluation Board") 159 165 /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ 160 - .phys_io = EP93XX_APB_PHYS_BASE, 161 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 162 166 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 163 167 .map_io = ep93xx_map_io, 164 168 .init_irq = ep93xx_init_irq, ··· 168 176 #ifdef CONFIG_MACH_EDB9307A 169 177 MACHINE_START(EDB9307A, "Cirrus Logic EDB9307A Evaluation Board") 170 178 /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ 171 - .phys_io = EP93XX_APB_PHYS_BASE, 172 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 173 179 .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, 174 180 .map_io = ep93xx_map_io, 175 181 .init_irq = ep93xx_init_irq, ··· 179 189 #ifdef CONFIG_MACH_EDB9312 180 190 MACHINE_START(EDB9312, "Cirrus Logic EDB9312 Evaluation Board") 181 191 /* Maintainer: Toufeeq Hussain <toufeeq_hussain@infosys.com> */ 182 - .phys_io = EP93XX_APB_PHYS_BASE, 183 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 184 192 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 185 193 .map_io = ep93xx_map_io, 186 194 .init_irq = ep93xx_init_irq, ··· 190 202 #ifdef CONFIG_MACH_EDB9315 191 203 MACHINE_START(EDB9315, "Cirrus Logic EDB9315 Evaluation Board") 192 204 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ 193 - .phys_io = EP93XX_APB_PHYS_BASE, 194 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 195 205 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 196 206 .map_io = ep93xx_map_io, 197 207 .init_irq = ep93xx_init_irq, ··· 201 215 #ifdef CONFIG_MACH_EDB9315A 202 216 MACHINE_START(EDB9315A, "Cirrus Logic EDB9315A Evaluation Board") 203 217 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ 204 - .phys_io = EP93XX_APB_PHYS_BASE, 205 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 206 218 .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, 207 219 .map_io = ep93xx_map_io, 208 220 .init_irq = ep93xx_init_irq,
-2
arch/arm/mach-ep93xx/gesbc9312.c
··· 33 33 34 34 MACHINE_START(GESBC9312, "Glomation GESBC-9312-sx") 35 35 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ 36 - .phys_io = EP93XX_APB_PHYS_BASE, 37 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 38 36 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 39 37 .map_io = ep93xx_map_io, 40 38 .init_irq = ep93xx_init_irq,
-8
arch/arm/mach-ep93xx/micro9.c
··· 77 77 #ifdef CONFIG_MACH_MICRO9H 78 78 MACHINE_START(MICRO9, "Contec Micro9-High") 79 79 /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ 80 - .phys_io = EP93XX_APB_PHYS_BASE, 81 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 82 80 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 83 81 .map_io = ep93xx_map_io, 84 82 .init_irq = ep93xx_init_irq, ··· 88 90 #ifdef CONFIG_MACH_MICRO9M 89 91 MACHINE_START(MICRO9M, "Contec Micro9-Mid") 90 92 /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ 91 - .phys_io = EP93XX_APB_PHYS_BASE, 92 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 93 93 .boot_params = EP93XX_SDCE3_PHYS_BASE_ASYNC + 0x100, 94 94 .map_io = ep93xx_map_io, 95 95 .init_irq = ep93xx_init_irq, ··· 99 103 #ifdef CONFIG_MACH_MICRO9L 100 104 MACHINE_START(MICRO9L, "Contec Micro9-Lite") 101 105 /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ 102 - .phys_io = EP93XX_APB_PHYS_BASE, 103 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 104 106 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 105 107 .map_io = ep93xx_map_io, 106 108 .init_irq = ep93xx_init_irq, ··· 110 116 #ifdef CONFIG_MACH_MICRO9S 111 117 MACHINE_START(MICRO9S, "Contec Micro9-Slim") 112 118 /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ 113 - .phys_io = EP93XX_APB_PHYS_BASE, 114 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 115 119 .boot_params = EP93XX_SDCE3_PHYS_BASE_ASYNC + 0x100, 116 120 .map_io = ep93xx_map_io, 117 121 .init_irq = ep93xx_init_irq,
-2
arch/arm/mach-ep93xx/simone.c
··· 65 65 66 66 MACHINE_START(SIM_ONE, "Simplemachines Sim.One Board") 67 67 /* Maintainer: Ryan Mallon <ryan@bluewatersys.com> */ 68 - .phys_io = EP93XX_APB_PHYS_BASE, 69 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 70 68 .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, 71 69 .map_io = ep93xx_map_io, 72 70 .init_irq = ep93xx_init_irq,
-2
arch/arm/mach-ep93xx/snappercl15.c
··· 163 163 164 164 MACHINE_START(SNAPPER_CL15, "Bluewater Systems Snapper CL15") 165 165 /* Maintainer: Ryan Mallon <ryan@bluewatersys.com> */ 166 - .phys_io = EP93XX_APB_PHYS_BASE, 167 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 168 166 .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, 169 167 .map_io = ep93xx_map_io, 170 168 .init_irq = ep93xx_init_irq,
-2
arch/arm/mach-ep93xx/ts72xx.c
··· 257 257 258 258 MACHINE_START(TS72XX, "Technologic Systems TS-72xx SBC") 259 259 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ 260 - .phys_io = EP93XX_APB_PHYS_BASE, 261 - .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, 262 260 .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, 263 261 .map_io = ts72xx_map_io, 264 262 .init_irq = ep93xx_init_irq,
-2
arch/arm/mach-footbridge/cats-hw.c
··· 86 86 87 87 MACHINE_START(CATS, "Chalice-CATS") 88 88 /* Maintainer: Philip Blundell */ 89 - .phys_io = DC21285_ARMCSR_BASE, 90 - .io_pg_offst = ((0xfe000000) >> 18) & 0xfffc, 91 89 .boot_params = 0x00000100, 92 90 .soft_reboot = 1, 93 91 .fixup = fixup_cats,
-2
arch/arm/mach-footbridge/ebsa285.c
··· 15 15 16 16 MACHINE_START(EBSA285, "EBSA285") 17 17 /* Maintainer: Russell King */ 18 - .phys_io = DC21285_ARMCSR_BASE, 19 - .io_pg_offst = ((0xfe000000) >> 18) & 0xfffc, 20 18 .boot_params = 0x00000100, 21 19 .video_start = 0x000a0000, 22 20 .video_end = 0x000bffff,
-2
arch/arm/mach-footbridge/netwinder-hw.c
··· 648 648 649 649 MACHINE_START(NETWINDER, "Rebel-NetWinder") 650 650 /* Maintainer: Russell King/Rebel.com */ 651 - .phys_io = DC21285_ARMCSR_BASE, 652 - .io_pg_offst = ((0xfe000000) >> 18) & 0xfffc, 653 651 .boot_params = 0x00000100, 654 652 .video_start = 0x000a0000, 655 653 .video_end = 0x000bffff,
-2
arch/arm/mach-footbridge/personal.c
··· 15 15 16 16 MACHINE_START(PERSONAL_SERVER, "Compaq-PersonalServer") 17 17 /* Maintainer: Jamey Hicks / George France */ 18 - .phys_io = DC21285_ARMCSR_BASE, 19 - .io_pg_offst = ((0xfe000000) >> 18) & 0xfffc, 20 18 .boot_params = 0x00000100, 21 19 .map_io = footbridge_map_io, 22 20 .init_irq = footbridge_init_irq,
-2
arch/arm/mach-gemini/board-nas4220b.c
··· 101 101 } 102 102 103 103 MACHINE_START(NAS4220B, "Raidsonic NAS IB-4220-B") 104 - .phys_io = 0x7fffc000, 105 - .io_pg_offst = ((0xffffc000) >> 18) & 0xfffc, 106 104 .boot_params = 0x100, 107 105 .map_io = gemini_map_io, 108 106 .init_irq = gemini_init_irq,
-2
arch/arm/mach-gemini/board-rut1xx.c
··· 85 85 } 86 86 87 87 MACHINE_START(RUT100, "Teltonika RUT100") 88 - .phys_io = 0x7fffc000, 89 - .io_pg_offst = ((0xffffc000) >> 18) & 0xfffc, 90 88 .boot_params = 0x100, 91 89 .map_io = gemini_map_io, 92 90 .init_irq = gemini_init_irq,
-2
arch/arm/mach-gemini/board-wbd111.c
··· 133 133 } 134 134 135 135 MACHINE_START(WBD111, "Wiliboard WBD-111") 136 - .phys_io = 0x7fffc000, 137 - .io_pg_offst = ((0xffffc000) >> 18) & 0xfffc, 138 136 .boot_params = 0x100, 139 137 .map_io = gemini_map_io, 140 138 .init_irq = gemini_init_irq,
-2
arch/arm/mach-gemini/board-wbd222.c
··· 133 133 } 134 134 135 135 MACHINE_START(WBD222, "Wiliboard WBD-222") 136 - .phys_io = 0x7fffc000, 137 - .io_pg_offst = ((0xffffc000) >> 18) & 0xfffc, 138 136 .boot_params = 0x100, 139 137 .map_io = gemini_map_io, 140 138 .init_irq = gemini_init_irq,
-2
arch/arm/mach-h720x/h7201-eval.c
··· 30 30 31 31 MACHINE_START(H7201, "Hynix GMS30C7201") 32 32 /* Maintainer: Robert Schwebel, Pengutronix */ 33 - .phys_io = 0x80000000, 34 - .io_pg_offst = ((0xf0000000) >> 18) & 0xfffc, 35 33 .boot_params = 0xc0001000, 36 34 .map_io = h720x_map_io, 37 35 .init_irq = h720x_init_irq,
-2
arch/arm/mach-h720x/h7202-eval.c
··· 72 72 73 73 MACHINE_START(H7202, "Hynix HMS30C7202") 74 74 /* Maintainer: Robert Schwebel, Pengutronix */ 75 - .phys_io = 0x80000000, 76 - .io_pg_offst = ((0xf0000000) >> 18) & 0xfffc, 77 75 .boot_params = 0x40000100, 78 76 .map_io = h720x_map_io, 79 77 .init_irq = h7202_init_irq,
-2
arch/arm/mach-imx/mach-cpuimx27.c
··· 307 307 }; 308 308 309 309 MACHINE_START(CPUIMX27, "EUKREA CPUIMX27") 310 - .phys_io = MX27_AIPI_BASE_ADDR, 311 - .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, 312 310 .boot_params = MX27_PHYS_OFFSET + 0x100, 313 311 .map_io = mx27_map_io, 314 312 .init_irq = mx27_init_irq,
-2
arch/arm/mach-imx/mach-imx27_visstrim_m10.c
··· 253 253 }; 254 254 255 255 MACHINE_START(IMX27_VISSTRIM_M10, "Vista Silicon Visstrim_M10") 256 - .phys_io = MX27_AIPI_BASE_ADDR, 257 - .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, 258 256 .boot_params = MX27_PHYS_OFFSET + 0x100, 259 257 .map_io = mx27_map_io, 260 258 .init_irq = mx27_init_irq,
-2
arch/arm/mach-imx/mach-imx27lite.c
··· 76 76 }; 77 77 78 78 MACHINE_START(IMX27LITE, "LogicPD i.MX27LITE") 79 - .phys_io = MX27_AIPI_BASE_ADDR, 80 - .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, 81 79 .boot_params = MX27_PHYS_OFFSET + 0x100, 82 80 .map_io = mx27_map_io, 83 81 .init_irq = mx27_init_irq,
-4
arch/arm/mach-imx/mach-mx1ads.c
··· 145 145 146 146 MACHINE_START(MX1ADS, "Freescale MX1ADS") 147 147 /* Maintainer: Sascha Hauer, Pengutronix */ 148 - .phys_io = MX1_IO_BASE_ADDR, 149 - .io_pg_offst = (MX1_IO_BASE_ADDR_VIRT >> 18) & 0xfffc, 150 148 .boot_params = MX1_PHYS_OFFSET + 0x100, 151 149 .map_io = mx1_map_io, 152 150 .init_irq = mx1_init_irq, ··· 153 155 MACHINE_END 154 156 155 157 MACHINE_START(MXLADS, "Freescale MXLADS") 156 - .phys_io = MX1_IO_BASE_ADDR, 157 - .io_pg_offst = (MX1_IO_BASE_ADDR_VIRT >> 18) & 0xfffc, 158 158 .boot_params = MX1_PHYS_OFFSET + 0x100, 159 159 .map_io = mx1_map_io, 160 160 .init_irq = mx1_init_irq,
-2
arch/arm/mach-imx/mach-mx21ads.c
··· 314 314 315 315 MACHINE_START(MX21ADS, "Freescale i.MX21ADS") 316 316 /* maintainer: Freescale Semiconductor, Inc. */ 317 - .phys_io = MX21_AIPI_BASE_ADDR, 318 - .io_pg_offst = ((MX21_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, 319 317 .boot_params = MX21_PHYS_OFFSET + 0x100, 320 318 .map_io = mx21ads_map_io, 321 319 .init_irq = mx21_init_irq,
-2
arch/arm/mach-imx/mach-mx27_3ds.c
··· 105 105 106 106 MACHINE_START(MX27_3DS, "Freescale MX27PDK") 107 107 /* maintainer: Freescale Semiconductor, Inc. */ 108 - .phys_io = MX27_AIPI_BASE_ADDR, 109 - .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, 110 108 .boot_params = MX27_PHYS_OFFSET + 0x100, 111 109 .map_io = mx27_map_io, 112 110 .init_irq = mx27_init_irq,
-2
arch/arm/mach-imx/mach-mx27ads.c
··· 347 347 348 348 MACHINE_START(MX27ADS, "Freescale i.MX27ADS") 349 349 /* maintainer: Freescale Semiconductor, Inc. */ 350 - .phys_io = MX27_AIPI_BASE_ADDR, 351 - .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, 352 350 .boot_params = MX27_PHYS_OFFSET + 0x100, 353 351 .map_io = mx27ads_map_io, 354 352 .init_irq = mx27_init_irq,
-2
arch/arm/mach-imx/mach-mxt_td60.c
··· 269 269 270 270 MACHINE_START(MXT_TD60, "Maxtrack i-MXT TD60") 271 271 /* maintainer: Maxtrack Industrial */ 272 - .phys_io = MX27_AIPI_BASE_ADDR, 273 - .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, 274 272 .boot_params = MX27_PHYS_OFFSET + 0x100, 275 273 .map_io = mx27_map_io, 276 274 .init_irq = mx27_init_irq,
-2
arch/arm/mach-imx/mach-pca100.c
··· 446 446 }; 447 447 448 448 MACHINE_START(PCA100, "phyCARD-i.MX27") 449 - .phys_io = MX27_AIPI_BASE_ADDR, 450 - .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, 451 449 .boot_params = MX27_PHYS_OFFSET + 0x100, 452 450 .map_io = mx27_map_io, 453 451 .init_irq = mx27_init_irq,
-2
arch/arm/mach-imx/mach-pcm038.c
··· 342 342 }; 343 343 344 344 MACHINE_START(PCM038, "phyCORE-i.MX27") 345 - .phys_io = MX27_AIPI_BASE_ADDR, 346 - .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, 347 345 .boot_params = MX27_PHYS_OFFSET + 0x100, 348 346 .map_io = mx27_map_io, 349 347 .init_irq = mx27_init_irq,
-2
arch/arm/mach-imx/mach-scb9328.c
··· 147 147 148 148 MACHINE_START(SCB9328, "Synertronixx scb9328") 149 149 /* Sascha Hauer */ 150 - .phys_io = 0x00200000, 151 - .io_pg_offst = ((0xe0200000) >> 18) & 0xfffc, 152 150 .boot_params = 0x08000100, 153 151 .map_io = mx1_map_io, 154 152 .init_irq = mx1_init_irq,
-2
arch/arm/mach-integrator/integrator_ap.c
··· 500 500 501 501 MACHINE_START(INTEGRATOR, "ARM-Integrator") 502 502 /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ 503 - .phys_io = 0x16000000, 504 - .io_pg_offst = ((0xf1600000) >> 18) & 0xfffc, 505 503 .boot_params = 0x00000100, 506 504 .map_io = ap_map_io, 507 505 .reserve = integrator_reserve,
-2
arch/arm/mach-integrator/integrator_cp.c
··· 599 599 600 600 MACHINE_START(CINTEGRATOR, "ARM-IntegratorCP") 601 601 /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ 602 - .phys_io = 0x16000000, 603 - .io_pg_offst = ((0xf1600000) >> 18) & 0xfffc, 604 602 .boot_params = 0x00000100, 605 603 .map_io = intcp_map_io, 606 604 .reserve = integrator_reserve,
-2
arch/arm/mach-iop13xx/iq81340mc.c
··· 91 91 92 92 MACHINE_START(IQ81340MC, "Intel IQ81340MC") 93 93 /* Maintainer: Dan Williams <dan.j.williams@intel.com> */ 94 - .phys_io = IOP13XX_PMMR_PHYS_MEM_BASE, 95 - .io_pg_offst = (IOP13XX_PMMR_VIRT_MEM_BASE >> 18) & 0xfffc, 96 94 .boot_params = 0x00000100, 97 95 .map_io = iop13xx_map_io, 98 96 .init_irq = iop13xx_init_irq,
-2
arch/arm/mach-iop13xx/iq81340sc.c
··· 93 93 94 94 MACHINE_START(IQ81340SC, "Intel IQ81340SC") 95 95 /* Maintainer: Dan Williams <dan.j.williams@intel.com> */ 96 - .phys_io = IOP13XX_PMMR_PHYS_MEM_BASE, 97 - .io_pg_offst = (IOP13XX_PMMR_VIRT_MEM_BASE >> 18) & 0xfffc, 98 96 .boot_params = 0x00000100, 99 97 .map_io = iop13xx_map_io, 100 98 .init_irq = iop13xx_init_irq,
-2
arch/arm/mach-iop32x/em7210.c
··· 203 203 } 204 204 205 205 MACHINE_START(EM7210, "Lanner EM7210") 206 - .phys_io = IQ31244_UART, 207 - .io_pg_offst = ((IQ31244_UART) >> 18) & 0xfffc, 208 206 .boot_params = 0xa0000100, 209 207 .map_io = em7210_map_io, 210 208 .init_irq = iop32x_init_irq,
-2
arch/arm/mach-iop32x/glantank.c
··· 207 207 208 208 MACHINE_START(GLANTANK, "GLAN Tank") 209 209 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ 210 - .phys_io = GLANTANK_UART, 211 - .io_pg_offst = ((GLANTANK_UART) >> 18) & 0xfffc, 212 210 .boot_params = 0xa0000100, 213 211 .map_io = glantank_map_io, 214 212 .init_irq = iop32x_init_irq,
-4
arch/arm/mach-iop32x/iq31244.c
··· 313 313 314 314 MACHINE_START(IQ31244, "Intel IQ31244") 315 315 /* Maintainer: Intel Corp. */ 316 - .phys_io = IQ31244_UART, 317 - .io_pg_offst = ((IQ31244_UART) >> 18) & 0xfffc, 318 316 .boot_params = 0xa0000100, 319 317 .map_io = iq31244_map_io, 320 318 .init_irq = iop32x_init_irq, ··· 327 329 */ 328 330 MACHINE_START(EP80219, "Intel EP80219") 329 331 /* Maintainer: Intel Corp. */ 330 - .phys_io = IQ31244_UART, 331 - .io_pg_offst = ((IQ31244_UART) >> 18) & 0xfffc, 332 332 .boot_params = 0xa0000100, 333 333 .map_io = iq31244_map_io, 334 334 .init_irq = iop32x_init_irq,
-2
arch/arm/mach-iop32x/iq80321.c
··· 186 186 187 187 MACHINE_START(IQ80321, "Intel IQ80321") 188 188 /* Maintainer: Intel Corp. */ 189 - .phys_io = IQ80321_UART, 190 - .io_pg_offst = ((IQ80321_UART) >> 18) & 0xfffc, 191 189 .boot_params = 0xa0000100, 192 190 .map_io = iq80321_map_io, 193 191 .init_irq = iop32x_init_irq,
-2
arch/arm/mach-iop32x/n2100.c
··· 327 327 328 328 MACHINE_START(N2100, "Thecus N2100") 329 329 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ 330 - .phys_io = N2100_UART, 331 - .io_pg_offst = ((N2100_UART) >> 18) & 0xfffc, 332 330 .boot_params = 0xa0000100, 333 331 .map_io = n2100_map_io, 334 332 .init_irq = iop32x_init_irq,
-2
arch/arm/mach-iop33x/iq80331.c
··· 141 141 142 142 MACHINE_START(IQ80331, "Intel IQ80331") 143 143 /* Maintainer: Intel Corp. */ 144 - .phys_io = 0xfefff000, 145 - .io_pg_offst = ((0xfffff000) >> 18) & 0xfffc, 146 144 .boot_params = 0x00000100, 147 145 .map_io = iop3xx_map_io, 148 146 .init_irq = iop33x_init_irq,
-2
arch/arm/mach-iop33x/iq80332.c
··· 141 141 142 142 MACHINE_START(IQ80332, "Intel IQ80332") 143 143 /* Maintainer: Intel Corp. */ 144 - .phys_io = 0xfefff000, 145 - .io_pg_offst = ((0xfffff000) >> 18) & 0xfffc, 146 144 .boot_params = 0x00000100, 147 145 .map_io = iop3xx_map_io, 148 146 .init_irq = iop33x_init_irq,
-2
arch/arm/mach-ixp2000/enp2611.c
··· 253 253 254 254 MACHINE_START(ENP2611, "Radisys ENP-2611 PCI network processor board") 255 255 /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ 256 - .phys_io = IXP2000_UART_PHYS_BASE, 257 - .io_pg_offst = ((IXP2000_UART_VIRT_BASE) >> 18) & 0xfffc, 258 256 .boot_params = 0x00000100, 259 257 .map_io = enp2611_map_io, 260 258 .init_irq = ixp2000_init_irq,
-2
arch/arm/mach-ixp2000/ixdp2400.c
··· 170 170 171 171 MACHINE_START(IXDP2400, "Intel IXDP2400 Development Platform") 172 172 /* Maintainer: MontaVista Software, Inc. */ 173 - .phys_io = IXP2000_UART_PHYS_BASE, 174 - .io_pg_offst = ((IXP2000_UART_VIRT_BASE) >> 18) & 0xfffc, 175 173 .boot_params = 0x00000100, 176 174 .map_io = ixdp2x00_map_io, 177 175 .init_irq = ixdp2400_init_irq,
-2
arch/arm/mach-ixp2000/ixdp2800.c
··· 285 285 286 286 MACHINE_START(IXDP2800, "Intel IXDP2800 Development Platform") 287 287 /* Maintainer: MontaVista Software, Inc. */ 288 - .phys_io = IXP2000_UART_PHYS_BASE, 289 - .io_pg_offst = ((IXP2000_UART_VIRT_BASE) >> 18) & 0xfffc, 290 288 .boot_params = 0x00000100, 291 289 .map_io = ixdp2x00_map_io, 292 290 .init_irq = ixdp2800_init_irq,
-6
arch/arm/mach-ixp2000/ixdp2x01.c
··· 416 416 #ifdef CONFIG_ARCH_IXDP2401 417 417 MACHINE_START(IXDP2401, "Intel IXDP2401 Development Platform") 418 418 /* Maintainer: MontaVista Software, Inc. */ 419 - .phys_io = IXP2000_UART_PHYS_BASE, 420 - .io_pg_offst = ((IXP2000_UART_VIRT_BASE) >> 18) & 0xfffc, 421 419 .boot_params = 0x00000100, 422 420 .map_io = ixdp2x01_map_io, 423 421 .init_irq = ixdp2x01_init_irq, ··· 427 429 #ifdef CONFIG_ARCH_IXDP2801 428 430 MACHINE_START(IXDP2801, "Intel IXDP2801 Development Platform") 429 431 /* Maintainer: MontaVista Software, Inc. */ 430 - .phys_io = IXP2000_UART_PHYS_BASE, 431 - .io_pg_offst = ((IXP2000_UART_VIRT_BASE) >> 18) & 0xfffc, 432 432 .boot_params = 0x00000100, 433 433 .map_io = ixdp2x01_map_io, 434 434 .init_irq = ixdp2x01_init_irq, ··· 440 444 */ 441 445 MACHINE_START(IXDP28X5, "Intel IXDP2805/2855 Development Platform") 442 446 /* Maintainer: MontaVista Software, Inc. */ 443 - .phys_io = IXP2000_UART_PHYS_BASE, 444 - .io_pg_offst = ((IXP2000_UART_VIRT_BASE) >> 18) & 0xfffc, 445 447 .boot_params = 0x00000100, 446 448 .map_io = ixdp2x01_map_io, 447 449 .init_irq = ixdp2x01_init_irq,
-2
arch/arm/mach-ixp23xx/espresso.c
··· 85 85 86 86 MACHINE_START(ESPRESSO, "IP Fabrics Double Espresso") 87 87 /* Maintainer: Lennert Buytenhek */ 88 - .phys_io = IXP23XX_PERIPHERAL_PHYS, 89 - .io_pg_offst = ((IXP23XX_PERIPHERAL_VIRT >> 18)) & 0xfffc, 90 88 .map_io = ixp23xx_map_io, 91 89 .init_irq = ixp23xx_init_irq, 92 90 .timer = &ixp23xx_timer,
-2
arch/arm/mach-ixp23xx/ixdp2351.c
··· 328 328 329 329 MACHINE_START(IXDP2351, "Intel IXDP2351 Development Platform") 330 330 /* Maintainer: MontaVista Software, Inc. */ 331 - .phys_io = IXP23XX_PERIPHERAL_PHYS, 332 - .io_pg_offst = ((IXP23XX_PERIPHERAL_VIRT >> 18)) & 0xfffc, 333 331 .map_io = ixdp2351_map_io, 334 332 .init_irq = ixdp2351_init_irq, 335 333 .timer = &ixp23xx_timer,
-2
arch/arm/mach-ixp23xx/roadrunner.c
··· 171 171 172 172 MACHINE_START(ROADRUNNER, "ADI Engineering RoadRunner Development Platform") 173 173 /* Maintainer: Deepak Saxena */ 174 - .phys_io = IXP23XX_PERIPHERAL_PHYS, 175 - .io_pg_offst = ((IXP23XX_PERIPHERAL_VIRT >> 18)) & 0xfffc, 176 174 .map_io = ixp23xx_map_io, 177 175 .init_irq = ixp23xx_init_irq, 178 176 .timer = &ixp23xx_timer,
-4
arch/arm/mach-ixp4xx/avila-setup.c
··· 164 164 165 165 MACHINE_START(AVILA, "Gateworks Avila Network Platform") 166 166 /* Maintainer: Deepak Saxena <dsaxena@plexity.net> */ 167 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 168 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, 169 167 .map_io = ixp4xx_map_io, 170 168 .init_irq = ixp4xx_init_irq, 171 169 .timer = &ixp4xx_timer, ··· 179 181 #ifdef CONFIG_MACH_LOFT 180 182 MACHINE_START(LOFT, "Giant Shoulder Inc Loft board") 181 183 /* Maintainer: Tom Billman <kernel@giantshoulderinc.com> */ 182 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 183 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, 184 184 .map_io = ixp4xx_map_io, 185 185 .init_irq = ixp4xx_init_irq, 186 186 .timer = &ixp4xx_timer,
-4
arch/arm/mach-ixp4xx/coyote-setup.c
··· 109 109 #ifdef CONFIG_ARCH_ADI_COYOTE 110 110 MACHINE_START(ADI_COYOTE, "ADI Engineering Coyote") 111 111 /* Maintainer: MontaVista Software, Inc. */ 112 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 113 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, 114 112 .map_io = ixp4xx_map_io, 115 113 .init_irq = ixp4xx_init_irq, 116 114 .timer = &ixp4xx_timer, ··· 124 126 #ifdef CONFIG_MACH_IXDPG425 125 127 MACHINE_START(IXDPG425, "Intel IXDPG425") 126 128 /* Maintainer: MontaVista Software, Inc. */ 127 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 128 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, 129 129 .map_io = ixp4xx_map_io, 130 130 .init_irq = ixp4xx_init_irq, 131 131 .timer = &ixp4xx_timer,
-2
arch/arm/mach-ixp4xx/dsmg600-setup.c
··· 279 279 280 280 MACHINE_START(DSMG600, "D-Link DSM-G600 RevA") 281 281 /* Maintainer: www.nslu2-linux.org */ 282 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 283 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xFFFC, 284 282 .boot_params = 0x00000100, 285 283 .map_io = ixp4xx_map_io, 286 284 .init_irq = ixp4xx_init_irq,
-2
arch/arm/mach-ixp4xx/fsg-setup.c
··· 270 270 271 271 MACHINE_START(FSG, "Freecom FSG-3") 272 272 /* Maintainer: www.nslu2-linux.org */ 273 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 274 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, 275 273 .map_io = ixp4xx_map_io, 276 274 .init_irq = ixp4xx_init_irq, 277 275 .timer = &ixp4xx_timer,
-2
arch/arm/mach-ixp4xx/gateway7001-setup.c
··· 96 96 #ifdef CONFIG_MACH_GATEWAY7001 97 97 MACHINE_START(GATEWAY7001, "Gateway 7001 AP") 98 98 /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */ 99 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 100 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, 101 99 .map_io = ixp4xx_map_io, 102 100 .init_irq = ixp4xx_init_irq, 103 101 .timer = &ixp4xx_timer,
-2
arch/arm/mach-ixp4xx/goramo_mlr.c
··· 496 496 497 497 MACHINE_START(GORAMO_MLR, "MultiLink") 498 498 /* Maintainer: Krzysztof Halasa */ 499 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 500 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xFFFC, 501 499 .map_io = ixp4xx_map_io, 502 500 .init_irq = ixp4xx_init_irq, 503 501 .timer = &ixp4xx_timer,
-2
arch/arm/mach-ixp4xx/gtwx5715-setup.c
··· 164 164 165 165 MACHINE_START(GTWX5715, "Gemtek GTWX5715 (Linksys WRV54G)") 166 166 /* Maintainer: George Joseph */ 167 - .phys_io = IXP4XX_UART2_BASE_PHYS, 168 - .io_pg_offst = ((IXP4XX_UART2_BASE_VIRT) >> 18) & 0xfffc, 169 167 .map_io = ixp4xx_map_io, 170 168 .init_irq = ixp4xx_init_irq, 171 169 .timer = &ixp4xx_timer,
-8
arch/arm/mach-ixp4xx/ixdp425-setup.c
··· 257 257 #ifdef CONFIG_ARCH_IXDP425 258 258 MACHINE_START(IXDP425, "Intel IXDP425 Development Platform") 259 259 /* Maintainer: MontaVista Software, Inc. */ 260 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 261 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, 262 260 .map_io = ixp4xx_map_io, 263 261 .init_irq = ixp4xx_init_irq, 264 262 .timer = &ixp4xx_timer, ··· 268 270 #ifdef CONFIG_MACH_IXDP465 269 271 MACHINE_START(IXDP465, "Intel IXDP465 Development Platform") 270 272 /* Maintainer: MontaVista Software, Inc. */ 271 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 272 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, 273 273 .map_io = ixp4xx_map_io, 274 274 .init_irq = ixp4xx_init_irq, 275 275 .timer = &ixp4xx_timer, ··· 279 283 #ifdef CONFIG_ARCH_PRPMC1100 280 284 MACHINE_START(IXCDP1100, "Intel IXCDP1100 Development Platform") 281 285 /* Maintainer: MontaVista Software, Inc. */ 282 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 283 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, 284 286 .map_io = ixp4xx_map_io, 285 287 .init_irq = ixp4xx_init_irq, 286 288 .timer = &ixp4xx_timer, ··· 290 296 #ifdef CONFIG_MACH_KIXRP435 291 297 MACHINE_START(KIXRP435, "Intel KIXRP435 Reference Platform") 292 298 /* Maintainer: MontaVista Software, Inc. */ 293 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 294 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, 295 299 .map_io = ixp4xx_map_io, 296 300 .init_irq = ixp4xx_init_irq, 297 301 .timer = &ixp4xx_timer,
-2
arch/arm/mach-ixp4xx/nas100d-setup.c
··· 314 314 315 315 MACHINE_START(NAS100D, "Iomega NAS 100d") 316 316 /* Maintainer: www.nslu2-linux.org */ 317 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 318 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xFFFC, 319 317 .boot_params = 0x00000100, 320 318 .map_io = ixp4xx_map_io, 321 319 .init_irq = ixp4xx_init_irq,
-2
arch/arm/mach-ixp4xx/nslu2-setup.c
··· 300 300 301 301 MACHINE_START(NSLU2, "Linksys NSLU2") 302 302 /* Maintainer: www.nslu2-linux.org */ 303 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 304 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xFFFC, 305 303 .boot_params = 0x00000100, 306 304 .map_io = ixp4xx_map_io, 307 305 .init_irq = ixp4xx_init_irq,
-2
arch/arm/mach-ixp4xx/vulcan-setup.c
··· 236 236 237 237 MACHINE_START(ARCOM_VULCAN, "Arcom/Eurotech Vulcan") 238 238 /* Maintainer: Marc Zyngier <maz@misterjones.org> */ 239 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 240 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, 241 239 .map_io = ixp4xx_map_io, 242 240 .init_irq = ixp4xx_init_irq, 243 241 .timer = &ixp4xx_timer,
-2
arch/arm/mach-ixp4xx/wg302v2-setup.c
··· 97 97 #ifdef CONFIG_MACH_WG302V2 98 98 MACHINE_START(WG302V2, "Netgear WG302 v2 / WAG302 v2") 99 99 /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */ 100 - .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, 101 - .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, 102 100 .map_io = ixp4xx_map_io, 103 101 .init_irq = ixp4xx_init_irq, 104 102 .timer = &ixp4xx_timer,
-2
arch/arm/mach-kirkwood/d2net_v2-setup.c
··· 221 221 } 222 222 223 223 MACHINE_START(D2NET_V2, "LaCie d2 Network v2") 224 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 225 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 226 224 .boot_params = 0x00000100, 227 225 .init_machine = d2net_v2_init, 228 226 .map_io = kirkwood_map_io,
-2
arch/arm/mach-kirkwood/db88f6281-bp-setup.c
··· 97 97 98 98 MACHINE_START(DB88F6281_BP, "Marvell DB-88F6281-BP Development Board") 99 99 /* Maintainer: Saeed Bishara <saeed@marvell.com> */ 100 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 101 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 102 100 .boot_params = 0x00000100, 103 101 .init_machine = db88f6281_init, 104 102 .map_io = kirkwood_map_io,
-2
arch/arm/mach-kirkwood/dockstar-setup.c
··· 102 102 } 103 103 104 104 MACHINE_START(DOCKSTAR, "Seagate FreeAgent DockStar") 105 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 106 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 107 105 .boot_params = 0x00000100, 108 106 .init_machine = dockstar_init, 109 107 .map_io = kirkwood_map_io,
-2
arch/arm/mach-kirkwood/guruplug-setup.c
··· 121 121 122 122 MACHINE_START(GURUPLUG, "Marvell GuruPlug Reference Board") 123 123 /* Maintainer: Siddarth Gore <gores@marvell.com> */ 124 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 125 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 126 124 .boot_params = 0x00000100, 127 125 .init_machine = guruplug_init, 128 126 .map_io = kirkwood_map_io,
-2
arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c
··· 163 163 164 164 MACHINE_START(MV88F6281GTW_GE, "Marvell 88F6281 GTW GE Board") 165 165 /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ 166 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 167 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 168 166 .boot_params = 0x00000100, 169 167 .init_machine = mv88f6281gtw_ge_init, 170 168 .map_io = kirkwood_map_io,
-6
arch/arm/mach-kirkwood/netspace_v2-setup.c
··· 215 215 216 216 #ifdef CONFIG_MACH_NETSPACE_V2 217 217 MACHINE_START(NETSPACE_V2, "LaCie Network Space v2") 218 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 219 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 220 218 .boot_params = 0x00000100, 221 219 .init_machine = netspace_v2_init, 222 220 .map_io = kirkwood_map_io, ··· 225 227 226 228 #ifdef CONFIG_MACH_INETSPACE_V2 227 229 MACHINE_START(INETSPACE_V2, "LaCie Internet Space v2") 228 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 229 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 230 230 .boot_params = 0x00000100, 231 231 .init_machine = netspace_v2_init, 232 232 .map_io = kirkwood_map_io, ··· 235 239 236 240 #ifdef CONFIG_MACH_NETSPACE_MAX_V2 237 241 MACHINE_START(NETSPACE_MAX_V2, "LaCie Network Space Max v2") 238 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 239 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 240 242 .boot_params = 0x00000100, 241 243 .init_machine = netspace_v2_init, 242 244 .map_io = kirkwood_map_io,
-4
arch/arm/mach-kirkwood/netxbig_v2-setup.c
··· 399 399 400 400 #ifdef CONFIG_MACH_NET2BIG_V2 401 401 MACHINE_START(NET2BIG_V2, "LaCie 2Big Network v2") 402 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 403 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 404 402 .boot_params = 0x00000100, 405 403 .init_machine = netxbig_v2_init, 406 404 .map_io = kirkwood_map_io, ··· 409 411 410 412 #ifdef CONFIG_MACH_NET5BIG_V2 411 413 MACHINE_START(NET5BIG_V2, "LaCie 5Big Network v2") 412 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 413 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 414 414 .boot_params = 0x00000100, 415 415 .init_machine = netxbig_v2_init, 416 416 .map_io = kirkwood_map_io,
-6
arch/arm/mach-kirkwood/openrd-setup.c
··· 214 214 #ifdef CONFIG_MACH_OPENRD_BASE 215 215 MACHINE_START(OPENRD_BASE, "Marvell OpenRD Base Board") 216 216 /* Maintainer: Dhaval Vasa <dhaval.vasa@einfochips.com> */ 217 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 218 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 219 217 .boot_params = 0x00000100, 220 218 .init_machine = openrd_init, 221 219 .map_io = kirkwood_map_io, ··· 225 227 #ifdef CONFIG_MACH_OPENRD_CLIENT 226 228 MACHINE_START(OPENRD_CLIENT, "Marvell OpenRD Client Board") 227 229 /* Maintainer: Dhaval Vasa <dhaval.vasa@einfochips.com> */ 228 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 229 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 230 230 .boot_params = 0x00000100, 231 231 .init_machine = openrd_init, 232 232 .map_io = kirkwood_map_io, ··· 236 240 #ifdef CONFIG_MACH_OPENRD_ULTIMATE 237 241 MACHINE_START(OPENRD_ULTIMATE, "Marvell OpenRD Ultimate Board") 238 242 /* Maintainer: Dhaval Vasa <dhaval.vasa@einfochips.com> */ 239 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 240 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 241 243 .boot_params = 0x00000100, 242 244 .init_machine = openrd_init, 243 245 .map_io = kirkwood_map_io,
-2
arch/arm/mach-kirkwood/rd88f6192-nas-setup.c
··· 79 79 80 80 MACHINE_START(RD88F6192_NAS, "Marvell RD-88F6192-NAS Development Board") 81 81 /* Maintainer: Saeed Bishara <saeed@marvell.com> */ 82 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 83 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 84 82 .boot_params = 0x00000100, 85 83 .init_machine = rd88f6192_init, 86 84 .map_io = kirkwood_map_io,
-2
arch/arm/mach-kirkwood/rd88f6281-setup.c
··· 115 115 116 116 MACHINE_START(RD88F6281, "Marvell RD-88F6281 Reference Board") 117 117 /* Maintainer: Saeed Bishara <saeed@marvell.com> */ 118 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 119 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 120 118 .boot_params = 0x00000100, 121 119 .init_machine = rd88f6281_init, 122 120 .map_io = kirkwood_map_io,
-4
arch/arm/mach-kirkwood/sheevaplug-setup.c
··· 131 131 #ifdef CONFIG_MACH_SHEEVAPLUG 132 132 MACHINE_START(SHEEVAPLUG, "Marvell SheevaPlug Reference Board") 133 133 /* Maintainer: shadi Ammouri <shadi@marvell.com> */ 134 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 135 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 136 134 .boot_params = 0x00000100, 137 135 .init_machine = sheevaplug_init, 138 136 .map_io = kirkwood_map_io, ··· 141 143 142 144 #ifdef CONFIG_MACH_ESATA_SHEEVAPLUG 143 145 MACHINE_START(ESATA_SHEEVAPLUG, "Marvell eSATA SheevaPlug Reference Board") 144 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 145 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 146 146 .boot_params = 0x00000100, 147 147 .init_machine = sheevaplug_init, 148 148 .map_io = kirkwood_map_io,
-2
arch/arm/mach-kirkwood/t5325-setup.c
··· 184 184 185 185 MACHINE_START(T5325, "HP t5325 Thin Client") 186 186 /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ 187 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 188 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 189 187 .boot_params = 0x00000100, 190 188 .init_machine = hp_t5325_init, 191 189 .map_io = kirkwood_map_io,
-2
arch/arm/mach-kirkwood/ts219-setup.c
··· 120 120 121 121 MACHINE_START(TS219, "QNAP TS-119/TS-219") 122 122 /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ 123 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 124 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 125 123 .boot_params = 0x00000100, 126 124 .init_machine = qnap_ts219_init, 127 125 .map_io = kirkwood_map_io,
-2
arch/arm/mach-kirkwood/ts41x-setup.c
··· 149 149 150 150 MACHINE_START(TS41X, "QNAP TS-41x") 151 151 /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ 152 - .phys_io = KIRKWOOD_REGS_PHYS_BASE, 153 - .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, 154 152 .boot_params = 0x00000100, 155 153 .init_machine = qnap_ts41x_init, 156 154 .map_io = kirkwood_map_io,
-2
arch/arm/mach-ks8695/board-acs5k.c
··· 223 223 224 224 MACHINE_START(ACS5K, "Brivo Systems LLC ACS-5000 Master board") 225 225 /* Maintainer: Simtec Electronics. */ 226 - .phys_io = KS8695_IO_PA, 227 - .io_pg_offst = (KS8695_IO_VA >> 18) & 0xfffc, 228 226 .boot_params = KS8695_SDRAM_PA + 0x100, 229 227 .map_io = ks8695_map_io, 230 228 .init_irq = ks8695_init_irq,
-2
arch/arm/mach-ks8695/board-dsm320.c
··· 121 121 122 122 MACHINE_START(DSM320, "D-Link DSM-320 Wireless Media Player") 123 123 /* Maintainer: Simtec Electronics. */ 124 - .phys_io = KS8695_IO_PA, 125 - .io_pg_offst = (KS8695_IO_VA >> 18) & 0xfffc, 126 124 .boot_params = KS8695_SDRAM_PA + 0x100, 127 125 .map_io = ks8695_map_io, 128 126 .init_irq = ks8695_init_irq,
-2
arch/arm/mach-ks8695/board-micrel.c
··· 53 53 54 54 MACHINE_START(KS8695, "KS8695 Centaur Development Board") 55 55 /* Maintainer: Micrel Semiconductor Inc. */ 56 - .phys_io = KS8695_IO_PA, 57 - .io_pg_offst = (KS8695_IO_VA >> 18) & 0xfffc, 58 56 .boot_params = KS8695_SDRAM_PA + 0x100, 59 57 .map_io = ks8695_map_io, 60 58 .init_irq = ks8695_init_irq,
-2
arch/arm/mach-lh7a40x/arch-kev7a400.c
··· 111 111 112 112 MACHINE_START (KEV7A400, "Sharp KEV7a400") 113 113 /* Maintainer: Marc Singer */ 114 - .phys_io = 0x80000000, 115 - .io_pg_offst = ((io_p2v (0x80000000))>>18) & 0xfffc, 116 114 .boot_params = 0xc0000100, 117 115 .map_io = kev7a400_map_io, 118 116 .init_irq = lh7a400_init_irq,
-4
arch/arm/mach-lh7a40x/arch-lpd7a40x.c
··· 398 398 399 399 MACHINE_START (LPD7A400, "Logic Product Development LPD7A400-10") 400 400 /* Maintainer: Marc Singer */ 401 - .phys_io = 0x80000000, 402 - .io_pg_offst = ((io_p2v (0x80000000))>>18) & 0xfffc, 403 401 .boot_params = 0xc0000100, 404 402 .map_io = lpd7a40x_map_io, 405 403 .init_irq = lh7a400_init_irq, ··· 411 413 412 414 MACHINE_START (LPD7A404, "Logic Product Development LPD7A404-10") 413 415 /* Maintainer: Marc Singer */ 414 - .phys_io = 0x80000000, 415 - .io_pg_offst = ((io_p2v (0x80000000))>>18) & 0xfffc, 416 416 .boot_params = 0xc0000100, 417 417 .map_io = lpd7a40x_map_io, 418 418 .init_irq = lh7a404_init_irq,
-2
arch/arm/mach-loki/lb88rc8480-setup.c
··· 90 90 91 91 MACHINE_START(LB88RC8480, "Marvell LB88RC8480 Development Board") 92 92 /* Maintainer: Ke Wei <kewei@marvell.com> */ 93 - .phys_io = LOKI_REGS_PHYS_BASE, 94 - .io_pg_offst = ((LOKI_REGS_VIRT_BASE) >> 18) & 0xfffc, 95 93 .boot_params = 0x00000100, 96 94 .init_machine = lb88rc8480_init, 97 95 .map_io = loki_map_io,
-2
arch/arm/mach-lpc32xx/phy3250.c
··· 387 387 388 388 MACHINE_START(PHY3250, "Phytec 3250 board with the LPC3250 Microcontroller") 389 389 /* Maintainer: Kevin Wells, NXP Semiconductors */ 390 - .phys_io = LPC32XX_UART5_BASE, 391 - .io_pg_offst = ((IO_ADDRESS(LPC32XX_UART5_BASE))>>18) & 0xfffc, 392 390 .boot_params = 0x80000100, 393 391 .map_io = lpc32xx_map_io, 394 392 .init_irq = lpc32xx_init_irq,
-4
arch/arm/mach-mmp/aspenite.c
··· 237 237 } 238 238 239 239 MACHINE_START(ASPENITE, "PXA168-based Aspenite Development Platform") 240 - .phys_io = APB_PHYS_BASE, 241 - .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, 242 240 .map_io = mmp_map_io, 243 241 .nr_irqs = IRQ_BOARD_START, 244 242 .init_irq = pxa168_init_irq, ··· 245 247 MACHINE_END 246 248 247 249 MACHINE_START(ZYLONITE2, "PXA168-based Zylonite2 Development Platform") 248 - .phys_io = APB_PHYS_BASE, 249 - .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, 250 250 .map_io = mmp_map_io, 251 251 .nr_irqs = IRQ_BOARD_START, 252 252 .init_irq = pxa168_init_irq,
-2
arch/arm/mach-mmp/avengers_lite.c
··· 41 41 } 42 42 43 43 MACHINE_START(AVENGERS_LITE, "PXA168 Avengers lite Development Platform") 44 - .phys_io = APB_PHYS_BASE, 45 - .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, 46 44 .map_io = mmp_map_io, 47 45 .init_irq = pxa168_init_irq, 48 46 .timer = &pxa168_timer,
-2
arch/arm/mach-mmp/flint.c
··· 116 116 } 117 117 118 118 MACHINE_START(FLINT, "Flint Development Platform") 119 - .phys_io = APB_PHYS_BASE, 120 - .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, 121 119 .map_io = mmp_map_io, 122 120 .nr_irqs = FLINT_NR_IRQS, 123 121 .init_irq = mmp2_init_irq,
-2
arch/arm/mach-mmp/jasper.c
··· 136 136 } 137 137 138 138 MACHINE_START(MARVELL_JASPER, "Jasper Development Platform") 139 - .phys_io = APB_PHYS_BASE, 140 - .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, 141 139 .map_io = mmp_map_io, 142 140 .nr_irqs = JASPER_NR_IRQS, 143 141 .init_irq = mmp2_init_irq,
-2
arch/arm/mach-mmp/tavorevb.c
··· 99 99 } 100 100 101 101 MACHINE_START(TAVOREVB, "PXA910 Evaluation Board (aka TavorEVB)") 102 - .phys_io = APB_PHYS_BASE, 103 - .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, 104 102 .map_io = mmp_map_io, 105 103 .init_irq = pxa910_init_irq, 106 104 .timer = &pxa910_timer,
-2
arch/arm/mach-mmp/teton_bga.c
··· 81 81 } 82 82 83 83 MACHINE_START(TETON_BGA, "PXA168-based Teton BGA Development Platform") 84 - .phys_io = APB_PHYS_BASE, 85 - .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, 86 84 .map_io = mmp_map_io, 87 85 .nr_irqs = IRQ_BOARD_START, 88 86 .init_irq = pxa168_init_irq,
-2
arch/arm/mach-mmp/ttc_dkb.c
··· 125 125 } 126 126 127 127 MACHINE_START(TTC_DKB, "PXA910-based TTC_DKB Development Platform") 128 - .phys_io = APB_PHYS_BASE, 129 - .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, 130 128 .map_io = mmp_map_io, 131 129 .nr_irqs = TTCDKB_NR_IRQS, 132 130 .init_irq = pxa910_init_irq,
-2
arch/arm/mach-msm/board-halibut.c
··· 95 95 96 96 MACHINE_START(HALIBUT, "Halibut Board (QCT SURF7200A)") 97 97 #ifdef CONFIG_MSM_DEBUG_UART 98 - .phys_io = MSM_DEBUG_UART_PHYS, 99 - .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, 100 98 #endif 101 99 .boot_params = 0x10000100, 102 100 .fixup = halibut_fixup,
-2
arch/arm/mach-msm/board-mahimahi.c
··· 75 75 76 76 MACHINE_START(MAHIMAHI, "mahimahi") 77 77 #ifdef CONFIG_MSM_DEBUG_UART 78 - .phys_io = MSM_DEBUG_UART_PHYS, 79 - .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, 80 78 #endif 81 79 .boot_params = 0x20000100, 82 80 .fixup = mahimahi_fixup,
-8
arch/arm/mach-msm/board-msm7x27.c
··· 131 131 132 132 MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF") 133 133 #ifdef CONFIG_MSM_DEBUG_UART 134 - .phys_io = MSM_DEBUG_UART_PHYS, 135 - .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, 136 134 #endif 137 135 .boot_params = PHYS_OFFSET + 0x100, 138 136 .map_io = msm7x2x_map_io, ··· 141 143 142 144 MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA") 143 145 #ifdef CONFIG_MSM_DEBUG_UART 144 - .phys_io = MSM_DEBUG_UART_PHYS, 145 - .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, 146 146 #endif 147 147 .boot_params = PHYS_OFFSET + 0x100, 148 148 .map_io = msm7x2x_map_io, ··· 151 155 152 156 MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF") 153 157 #ifdef CONFIG_MSM_DEBUG_UART 154 - .phys_io = MSM_DEBUG_UART_PHYS, 155 - .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, 156 158 #endif 157 159 .boot_params = PHYS_OFFSET + 0x100, 158 160 .map_io = msm7x2x_map_io, ··· 161 167 162 168 MACHINE_START(MSM7X25_FFA, "QCT MSM7x25 FFA") 163 169 #ifdef CONFIG_MSM_DEBUG_UART 164 - .phys_io = MSM_DEBUG_UART_PHYS, 165 - .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, 166 170 #endif 167 171 .boot_params = PHYS_OFFSET + 0x100, 168 172 .map_io = msm7x2x_map_io,
-6
arch/arm/mach-msm/board-msm7x30.c
··· 64 64 65 65 MACHINE_START(MSM7X30_SURF, "QCT MSM7X30 SURF") 66 66 #ifdef CONFIG_MSM_DEBUG_UART 67 - .phys_io = MSM_DEBUG_UART_PHYS, 68 - .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, 69 67 #endif 70 68 .boot_params = PHYS_OFFSET + 0x100, 71 69 .map_io = msm7x30_map_io, ··· 74 76 75 77 MACHINE_START(MSM7X30_FFA, "QCT MSM7X30 FFA") 76 78 #ifdef CONFIG_MSM_DEBUG_UART 77 - .phys_io = MSM_DEBUG_UART_PHYS, 78 - .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, 79 79 #endif 80 80 .boot_params = PHYS_OFFSET + 0x100, 81 81 .map_io = msm7x30_map_io, ··· 84 88 85 89 MACHINE_START(MSM7X30_FLUID, "QCT MSM7X30 FLUID") 86 90 #ifdef CONFIG_MSM_DEBUG_UART 87 - .phys_io = MSM_DEBUG_UART_PHYS, 88 - .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, 89 91 #endif 90 92 .boot_params = PHYS_OFFSET + 0x100, 91 93 .map_io = msm7x30_map_io,
-4
arch/arm/mach-msm/board-qsd8x50.c
··· 98 98 99 99 MACHINE_START(QSD8X50_SURF, "QCT QSD8X50 SURF") 100 100 #ifdef CONFIG_MSM_DEBUG_UART 101 - .phys_io = MSM_DEBUG_UART_PHYS, 102 - .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, 103 101 #endif 104 102 .boot_params = PHYS_OFFSET + 0x100, 105 103 .map_io = qsd8x50_map_io, ··· 108 110 109 111 MACHINE_START(QSD8X50A_ST1_5, "QCT QSD8X50A ST1.5") 110 112 #ifdef CONFIG_MSM_DEBUG_UART 111 - .phys_io = MSM_DEBUG_UART_PHYS, 112 - .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, 113 113 #endif 114 114 .boot_params = PHYS_OFFSET + 0x100, 115 115 .map_io = qsd8x50_map_io,
-2
arch/arm/mach-msm/board-sapphire.c
··· 106 106 MACHINE_START(SAPPHIRE, "sapphire") 107 107 /* Maintainer: Brian Swetland <swetland@google.com> */ 108 108 #ifdef CONFIG_MSM_DEBUG_UART 109 - .phys_io = MSM_DEBUG_UART_PHYS, 110 - .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, 111 109 #endif 112 110 .boot_params = PHYS_OFFSET + 0x100, 113 111 .fixup = sapphire_fixup,
-2
arch/arm/mach-msm/board-trout.c
··· 93 93 94 94 MACHINE_START(TROUT, "HTC Dream") 95 95 #ifdef CONFIG_MSM_DEBUG_UART 96 - .phys_io = MSM_DEBUG_UART_PHYS, 97 - .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, 98 96 #endif 99 97 .boot_params = 0x10000100, 100 98 .fixup = trout_fixup,
-2
arch/arm/mach-mv78xx0/buffalo-wxl-setup.c
··· 145 145 146 146 MACHINE_START(TERASTATION_WXL, "Buffalo Nas WXL") 147 147 /* Maintainer: Sebastien Requiem <sebastien@requiem.fr> */ 148 - .phys_io = MV78XX0_REGS_PHYS_BASE, 149 - .io_pg_offst = ((MV78XX0_REGS_VIRT_BASE) >> 18) & 0xfffc, 150 148 .boot_params = 0x00000100, 151 149 .init_machine = wxl_init, 152 150 .map_io = mv78xx0_map_io,
-2
arch/arm/mach-mv78xx0/db78x00-bp-setup.c
··· 93 93 94 94 MACHINE_START(DB78X00_BP, "Marvell DB-78x00-BP Development Board") 95 95 /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ 96 - .phys_io = MV78XX0_REGS_PHYS_BASE, 97 - .io_pg_offst = ((MV78XX0_REGS_VIRT_BASE) >> 18) & 0xfffc, 98 96 .boot_params = 0x00000100, 99 97 .init_machine = db78x00_init, 100 98 .map_io = mv78xx0_map_io,
-2
arch/arm/mach-mv78xx0/rd78x00-masa-setup.c
··· 78 78 79 79 MACHINE_START(RD78X00_MASA, "Marvell RD-78x00-MASA Development Board") 80 80 /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ 81 - .phys_io = MV78XX0_REGS_PHYS_BASE, 82 - .io_pg_offst = ((MV78XX0_REGS_VIRT_BASE) >> 18) & 0xfffc, 83 81 .boot_params = 0x00000100, 84 82 .init_machine = rd78x00_masa_init, 85 83 .map_io = mv78xx0_map_io,
-2
arch/arm/mach-mx25/mach-cpuimx25.c
··· 156 156 157 157 MACHINE_START(EUKREA_CPUIMX25, "Eukrea CPUIMX25") 158 158 /* Maintainer: Eukrea Electromatique */ 159 - .phys_io = MX25_AIPS1_BASE_ADDR, 160 - .io_pg_offst = ((MX25_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, 161 159 .boot_params = MX25_PHYS_OFFSET + 0x100, 162 160 .map_io = mx25_map_io, 163 161 .init_irq = mx25_init_irq,
-2
arch/arm/mach-mx25/mach-mx25_3ds.c
··· 206 206 207 207 MACHINE_START(MX25_3DS, "Freescale MX25PDK (3DS)") 208 208 /* Maintainer: Freescale Semiconductor, Inc. */ 209 - .phys_io = MX25_AIPS1_BASE_ADDR, 210 - .io_pg_offst = ((MX25_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, 211 209 .boot_params = MX25_PHYS_OFFSET + 0x100, 212 210 .map_io = mx25_map_io, 213 211 .init_irq = mx25_init_irq,
-2
arch/arm/mach-mx3/mach-armadillo5x0.c
··· 571 571 572 572 MACHINE_START(ARMADILLO5X0, "Armadillo-500") 573 573 /* Maintainer: Alberto Panizzo */ 574 - .phys_io = MX31_AIPS1_BASE_ADDR, 575 - .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, 576 574 .boot_params = MX3x_PHYS_OFFSET + 0x100, 577 575 .map_io = mx31_map_io, 578 576 .init_irq = mx31_init_irq,
-2
arch/arm/mach-mx3/mach-cpuimx35.c
··· 189 189 190 190 MACHINE_START(EUKREA_CPUIMX35, "Eukrea CPUIMX35") 191 191 /* Maintainer: Eukrea Electromatique */ 192 - .phys_io = MX35_AIPS1_BASE_ADDR, 193 - .io_pg_offst = ((MX35_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, 194 192 .boot_params = MX3x_PHYS_OFFSET + 0x100, 195 193 .map_io = mx35_map_io, 196 194 .init_irq = mx35_init_irq,
-2
arch/arm/mach-mx3/mach-kzm_arm11_01.c
··· 274 274 * initialize __mach_desc_KZM_ARM11_01 data structure. 275 275 */ 276 276 MACHINE_START(KZM_ARM11_01, "Kyoto Microcomputer Co., Ltd. KZM-ARM11-01") 277 - .phys_io = MX31_AIPS1_BASE_ADDR, 278 - .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, 279 277 .boot_params = MX3x_PHYS_OFFSET + 0x100, 280 278 .map_io = kzm_map_io, 281 279 .init_irq = mx31_init_irq,
-2
arch/arm/mach-mx3/mach-mx31_3ds.c
··· 301 301 */ 302 302 MACHINE_START(MX31_3DS, "Freescale MX31PDK (3DS)") 303 303 /* Maintainer: Freescale Semiconductor, Inc. */ 304 - .phys_io = MX31_AIPS1_BASE_ADDR, 305 - .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, 306 304 .boot_params = MX3x_PHYS_OFFSET + 0x100, 307 305 .map_io = mx31_3ds_map_io, 308 306 .init_irq = mx31_init_irq,
-2
arch/arm/mach-mx3/mach-mx31ads.c
··· 569 569 */ 570 570 MACHINE_START(MX31ADS, "Freescale MX31ADS") 571 571 /* Maintainer: Freescale Semiconductor, Inc. */ 572 - .phys_io = MX31_AIPS1_BASE_ADDR, 573 - .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, 574 572 .boot_params = MX3x_PHYS_OFFSET + 0x100, 575 573 .map_io = mx31ads_map_io, 576 574 .init_irq = mx31ads_init_irq,
-2
arch/arm/mach-mx3/mach-mx31lilly.c
··· 348 348 }; 349 349 350 350 MACHINE_START(LILLY1131, "INCO startec LILLY-1131") 351 - .phys_io = MX31_AIPS1_BASE_ADDR, 352 - .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, 353 351 .boot_params = MX3x_PHYS_OFFSET + 0x100, 354 352 .map_io = mx31_map_io, 355 353 .init_irq = mx31_init_irq,
-2
arch/arm/mach-mx3/mach-mx31lite.c
··· 282 282 283 283 MACHINE_START(MX31LITE, "LogicPD i.MX31 SOM") 284 284 /* Maintainer: Freescale Semiconductor, Inc. */ 285 - .phys_io = MX31_AIPS1_BASE_ADDR, 286 - .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, 287 285 .boot_params = MX3x_PHYS_OFFSET + 0x100, 288 286 .map_io = mx31lite_map_io, 289 287 .init_irq = mx31_init_irq,
-2
arch/arm/mach-mx3/mach-mx31moboard.c
··· 560 560 561 561 MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard") 562 562 /* Maintainer: Valentin Longchamp, EPFL Mobots group */ 563 - .phys_io = MX31_AIPS1_BASE_ADDR, 564 - .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, 565 563 .boot_params = MX3x_PHYS_OFFSET + 0x100, 566 564 .map_io = mx31_map_io, 567 565 .init_irq = mx31_init_irq,
-2
arch/arm/mach-mx3/mach-mx35_3ds.c
··· 153 153 154 154 MACHINE_START(MX35_3DS, "Freescale MX35PDK") 155 155 /* Maintainer: Freescale Semiconductor, Inc */ 156 - .phys_io = MX35_AIPS1_BASE_ADDR, 157 - .io_pg_offst = ((MX35_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, 158 156 .boot_params = MX3x_PHYS_OFFSET + 0x100, 159 157 .map_io = mx35_map_io, 160 158 .init_irq = mx35_init_irq,
-2
arch/arm/mach-mx3/mach-pcm037.c
··· 680 680 681 681 MACHINE_START(PCM037, "Phytec Phycore pcm037") 682 682 /* Maintainer: Pengutronix */ 683 - .phys_io = MX31_AIPS1_BASE_ADDR, 684 - .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, 685 683 .boot_params = MX3x_PHYS_OFFSET + 0x100, 686 684 .map_io = mx31_map_io, 687 685 .init_irq = mx31_init_irq,
-2
arch/arm/mach-mx3/mach-pcm043.c
··· 409 409 410 410 MACHINE_START(PCM043, "Phytec Phycore pcm043") 411 411 /* Maintainer: Pengutronix */ 412 - .phys_io = MX35_AIPS1_BASE_ADDR, 413 - .io_pg_offst = ((MX35_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, 414 412 .boot_params = MX3x_PHYS_OFFSET + 0x100, 415 413 .map_io = mx35_map_io, 416 414 .init_irq = mx35_init_irq,
-2
arch/arm/mach-mx3/mach-qong.c
··· 270 270 271 271 MACHINE_START(QONG, "Dave/DENX QongEVB-LITE") 272 272 /* Maintainer: DENX Software Engineering GmbH */ 273 - .phys_io = MX31_AIPS1_BASE_ADDR, 274 - .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, 275 273 .boot_params = MX3x_PHYS_OFFSET + 0x100, 276 274 .map_io = mx31_map_io, 277 275 .init_irq = mx31_init_irq,
-2
arch/arm/mach-mx5/board-cpuimx51.c
··· 292 292 293 293 MACHINE_START(EUKREA_CPUIMX51, "Eukrea CPUIMX51 Module") 294 294 /* Maintainer: Eric Bénard <eric@eukrea.com> */ 295 - .phys_io = MX51_AIPS1_BASE_ADDR, 296 - .io_pg_offst = ((MX51_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, 297 295 .boot_params = PHYS_OFFSET + 0x100, 298 296 .map_io = mx51_map_io, 299 297 .init_irq = mx51_init_irq,
-2
arch/arm/mach-mx5/board-cpuimx51sd.c
··· 323 323 324 324 MACHINE_START(EUKREA_CPUIMX51SD, "Eukrea CPUIMX51SD") 325 325 /* Maintainer: Eric Bénard <eric@eukrea.com> */ 326 - .phys_io = MX51_AIPS1_BASE_ADDR, 327 - .io_pg_offst = ((MX51_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, 328 326 .boot_params = PHYS_OFFSET + 0x100, 329 327 .map_io = mx51_map_io, 330 328 .init_irq = mx51_init_irq,
-2
arch/arm/mach-mx5/board-mx51_3ds.c
··· 186 186 187 187 MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board") 188 188 /* Maintainer: Freescale Semiconductor, Inc. */ 189 - .phys_io = MX51_AIPS1_BASE_ADDR, 190 - .io_pg_offst = ((MX51_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, 191 189 .boot_params = PHYS_OFFSET + 0x100, 192 190 .map_io = mx51_map_io, 193 191 .init_irq = mx51_init_irq,
-2
arch/arm/mach-mx5/board-mx51_babbage.c
··· 317 317 318 318 MACHINE_START(MX51_BABBAGE, "Freescale MX51 Babbage Board") 319 319 /* Maintainer: Amit Kucheria <amit.kucheria@canonical.com> */ 320 - .phys_io = MX51_AIPS1_BASE_ADDR, 321 - .io_pg_offst = ((MX51_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, 322 320 .boot_params = MX51_PHYS_OFFSET + 0x100, 323 321 .map_io = mx51_map_io, 324 322 .init_irq = mx51_init_irq,
-2
arch/arm/mach-mx5/board-mx51_efikamx.c
··· 111 111 112 112 MACHINE_START(MX51_EFIKAMX, "Genesi EfikaMX nettop") 113 113 /* Maintainer: Amit Kucheria <amit.kucheria@linaro.org> */ 114 - .phys_io = MX51_AIPS1_BASE_ADDR, 115 - .io_pg_offst = ((MX51_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, 116 114 .boot_params = MX51_PHYS_OFFSET + 0x100, 117 115 .map_io = mx51_map_io, 118 116 .init_irq = mx51_init_irq,
-2
arch/arm/mach-mxc91231/magx-zn5.c
··· 53 53 }; 54 54 55 55 MACHINE_START(MAGX_ZN5, "Motorola Zn5") 56 - .phys_io = MXC91231_AIPS1_BASE_ADDR, 57 - .io_pg_offst = ((MXC91231_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, 58 56 .boot_params = MXC91231_PHYS_OFFSET + 0x100, 59 57 .map_io = mxc91231_map_io, 60 58 .init_irq = mxc91231_init_irq,
-2
arch/arm/mach-netx/nxdb500.c
··· 200 200 } 201 201 202 202 MACHINE_START(NXDB500, "Hilscher nxdb500") 203 - .phys_io = 0x00100000, 204 - .io_pg_offst = (io_p2v(0x00100000) >> 18) & 0xfffc, 205 203 .boot_params = 0x80000100, 206 204 .map_io = netx_map_io, 207 205 .init_irq = netx_init_irq,
-2
arch/arm/mach-netx/nxdkn.c
··· 93 93 } 94 94 95 95 MACHINE_START(NXDKN, "Hilscher nxdkn") 96 - .phys_io = 0x00100000, 97 - .io_pg_offst = (io_p2v(0x00100000) >> 18) & 0xfffc, 98 96 .boot_params = 0x80000100, 99 97 .map_io = netx_map_io, 100 98 .init_irq = netx_init_irq,
-2
arch/arm/mach-netx/nxeb500hmi.c
··· 177 177 } 178 178 179 179 MACHINE_START(NXEB500HMI, "Hilscher nxeb500hmi") 180 - .phys_io = 0x00100000, 181 - .io_pg_offst = (io_p2v(0x00100000) >> 18) & 0xfffc, 182 180 .boot_params = 0x80000100, 183 181 .map_io = netx_map_io, 184 182 .init_irq = netx_init_irq,
-2
arch/arm/mach-nomadik/board-nhk8815.c
··· 276 276 277 277 MACHINE_START(NOMADIK, "NHK8815") 278 278 /* Maintainer: ST MicroElectronics */ 279 - .phys_io = NOMADIK_UART0_BASE, 280 - .io_pg_offst = (IO_ADDRESS(NOMADIK_UART0_BASE) >> 18) & 0xfffc, 281 279 .boot_params = 0x100, 282 280 .map_io = cpu8815_map_io, 283 281 .init_irq = cpu8815_init_irq,
-2
arch/arm/mach-nuc93x/mach-nuc932evb.c
··· 35 35 36 36 MACHINE_START(NUC932EVB, "NUC932EVB") 37 37 /* Maintainer: Wan ZongShun */ 38 - .phys_io = NUC93X_PA_UART, 39 - .io_pg_offst = (((u32)NUC93X_VA_UART) >> 18) & 0xfffc, 40 38 .boot_params = 0, 41 39 .map_io = nuc932evb_map_io, 42 40 .init_irq = nuc93x_init_irq,
-2
arch/arm/mach-omap1/board-ams-delta.c
··· 297 297 298 298 MACHINE_START(AMS_DELTA, "Amstrad E3 (Delta)") 299 299 /* Maintainer: Jonathan McDowell <noodles@earth.li> */ 300 - .phys_io = 0xfff00000, 301 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 302 300 .boot_params = 0x10000100, 303 301 .map_io = ams_delta_map_io, 304 302 .reserve = omap_reserve,
-2
arch/arm/mach-omap1/board-fsample.c
··· 386 386 387 387 MACHINE_START(OMAP_FSAMPLE, "OMAP730 F-Sample") 388 388 /* Maintainer: Brian Swetland <swetland@google.com> */ 389 - .phys_io = 0xfff00000, 390 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 391 389 .boot_params = 0x10000100, 392 390 .map_io = omap_fsample_map_io, 393 391 .reserve = omap_reserve,
-2
arch/arm/mach-omap1/board-generic.c
··· 94 94 95 95 MACHINE_START(OMAP_GENERIC, "Generic OMAP1510/1610/1710") 96 96 /* Maintainer: Tony Lindgren <tony@atomide.com> */ 97 - .phys_io = 0xfff00000, 98 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 99 97 .boot_params = 0x10000100, 100 98 .map_io = omap_generic_map_io, 101 99 .reserve = omap_reserve,
-2
arch/arm/mach-omap1/board-h2.c
··· 458 458 459 459 MACHINE_START(OMAP_H2, "TI-H2") 460 460 /* Maintainer: Imre Deak <imre.deak@nokia.com> */ 461 - .phys_io = 0xfff00000, 462 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 463 461 .boot_params = 0x10000100, 464 462 .map_io = h2_map_io, 465 463 .reserve = omap_reserve,
-2
arch/arm/mach-omap1/board-h3.c
··· 446 446 447 447 MACHINE_START(OMAP_H3, "TI OMAP1710 H3 board") 448 448 /* Maintainer: Texas Instruments, Inc. */ 449 - .phys_io = 0xfff00000, 450 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 451 449 .boot_params = 0x10000100, 452 450 .map_io = h3_map_io, 453 451 .reserve = omap_reserve,
-2
arch/arm/mach-omap1/board-htcherald.c
··· 300 300 MACHINE_START(HERALD, "HTC Herald") 301 301 /* Maintainer: Cory Maccarrone <darkstar6262@gmail.com> */ 302 302 /* Maintainer: wing-linux.sourceforge.net */ 303 - .phys_io = 0xfff00000, 304 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 305 303 .boot_params = 0x10000100, 306 304 .map_io = htcherald_map_io, 307 305 .reserve = omap_reserve,
-2
arch/arm/mach-omap1/board-innovator.c
··· 459 459 460 460 MACHINE_START(OMAP_INNOVATOR, "TI-Innovator") 461 461 /* Maintainer: MontaVista Software, Inc. */ 462 - .phys_io = 0xfff00000, 463 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 464 462 .boot_params = 0x10000100, 465 463 .map_io = innovator_map_io, 466 464 .reserve = omap_reserve,
-2
arch/arm/mach-omap1/board-nokia770.c
··· 262 262 } 263 263 264 264 MACHINE_START(NOKIA770, "Nokia 770") 265 - .phys_io = 0xfff00000, 266 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 267 265 .boot_params = 0x10000100, 268 266 .map_io = omap_nokia770_map_io, 269 267 .reserve = omap_reserve,
-2
arch/arm/mach-omap1/board-osk.c
··· 580 580 581 581 MACHINE_START(OMAP_OSK, "TI-OSK") 582 582 /* Maintainer: Dirk Behme <dirk.behme@de.bosch.com> */ 583 - .phys_io = 0xfff00000, 584 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 585 583 .boot_params = 0x10000100, 586 584 .map_io = osk_map_io, 587 585 .reserve = omap_reserve,
-2
arch/arm/mach-omap1/board-palmte.c
··· 285 285 } 286 286 287 287 MACHINE_START(OMAP_PALMTE, "OMAP310 based Palm Tungsten E") 288 - .phys_io = 0xfff00000, 289 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 290 288 .boot_params = 0x10000100, 291 289 .map_io = omap_palmte_map_io, 292 290 .reserve = omap_reserve,
-2
arch/arm/mach-omap1/board-palmtt.c
··· 317 317 } 318 318 319 319 MACHINE_START(OMAP_PALMTT, "OMAP1510 based Palm Tungsten|T") 320 - .phys_io = 0xfff00000, 321 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 322 320 .boot_params = 0x10000100, 323 321 .map_io = omap_palmtt_map_io, 324 322 .reserve = omap_reserve,
-2
arch/arm/mach-omap1/board-palmz71.c
··· 338 338 } 339 339 340 340 MACHINE_START(OMAP_PALMZ71, "OMAP310 based Palm Zire71") 341 - .phys_io = 0xfff00000, 342 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 343 341 .boot_params = 0x10000100, 344 342 .map_io = omap_palmz71_map_io, 345 343 .reserve = omap_reserve,
-2
arch/arm/mach-omap1/board-perseus2.c
··· 347 347 348 348 MACHINE_START(OMAP_PERSEUS2, "OMAP730 Perseus2") 349 349 /* Maintainer: Kevin Hilman <kjh@hilman.org> */ 350 - .phys_io = 0xfff00000, 351 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 352 350 .boot_params = 0x10000100, 353 351 .map_io = omap_perseus2_map_io, 354 352 .reserve = omap_reserve,
-2
arch/arm/mach-omap1/board-sx1.c
··· 419 419 } 420 420 421 421 MACHINE_START(SX1, "OMAP310 based Siemens SX1") 422 - .phys_io = 0xfff00000, 423 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 424 422 .boot_params = 0x10000100, 425 423 .map_io = omap_sx1_map_io, 426 424 .reserve = omap_reserve,
-2
arch/arm/mach-omap1/board-voiceblue.c
··· 283 283 284 284 MACHINE_START(VOICEBLUE, "VoiceBlue OMAP5910") 285 285 /* Maintainer: Ladislav Michl <michl@2n.cz> */ 286 - .phys_io = 0xfff00000, 287 - .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, 288 286 .boot_params = 0x10000100, 289 287 .map_io = voiceblue_map_io, 290 288 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-2430sdp.c
··· 253 253 254 254 MACHINE_START(OMAP_2430SDP, "OMAP2430 sdp2430 board") 255 255 /* Maintainer: Syed Khasim - Texas Instruments Inc */ 256 - .phys_io = 0x48000000, 257 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 258 256 .boot_params = 0x80000100, 259 257 .map_io = omap_2430sdp_map_io, 260 258 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-3430sdp.c
··· 817 817 818 818 MACHINE_START(OMAP_3430SDP, "OMAP3430 3430SDP board") 819 819 /* Maintainer: Syed Khasim - Texas Instruments Inc */ 820 - .phys_io = 0x48000000, 821 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 822 820 .boot_params = 0x80000100, 823 821 .map_io = omap3_map_io, 824 822 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-3630sdp.c
··· 217 217 } 218 218 219 219 MACHINE_START(OMAP_3630SDP, "OMAP 3630SDP board") 220 - .phys_io = 0x48000000, 221 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 222 220 .boot_params = 0x80000100, 223 221 .map_io = omap3_map_io, 224 222 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-4430sdp.c
··· 458 458 459 459 MACHINE_START(OMAP_4430SDP, "OMAP4430 4430SDP board") 460 460 /* Maintainer: Santosh Shilimkar - Texas Instruments Inc */ 461 - .phys_io = 0x48000000, 462 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 463 461 .boot_params = 0x80000100, 464 462 .map_io = omap_4430sdp_map_io, 465 463 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-am3517evm.c
··· 462 462 } 463 463 464 464 MACHINE_START(OMAP3517EVM, "OMAP3517/AM3517 EVM") 465 - .phys_io = 0x48000000, 466 - .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, 467 465 .boot_params = 0x80000100, 468 466 .map_io = omap3_map_io, 469 467 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-apollon.c
··· 356 356 357 357 MACHINE_START(OMAP_APOLLON, "OMAP24xx Apollon") 358 358 /* Maintainer: Kyungmin Park <kyungmin.park@samsung.com> */ 359 - .phys_io = 0x48000000, 360 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 361 359 .boot_params = 0x80000100, 362 360 .map_io = omap_apollon_map_io, 363 361 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-cm-t35.c
··· 809 809 } 810 810 811 811 MACHINE_START(CM_T35, "Compulab CM-T35") 812 - .phys_io = 0x48000000, 813 - .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, 814 812 .boot_params = 0x80000100, 815 813 .map_io = omap3_map_io, 816 814 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-devkit8000.c
··· 800 800 } 801 801 802 802 MACHINE_START(DEVKIT8000, "OMAP3 Devkit8000") 803 - .phys_io = 0x48000000, 804 - .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, 805 803 .boot_params = 0x80000100, 806 804 .map_io = omap3_map_io, 807 805 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-generic.c
··· 54 54 55 55 MACHINE_START(OMAP_GENERIC, "Generic OMAP24xx") 56 56 /* Maintainer: Paul Mundt <paul.mundt@nokia.com> */ 57 - .phys_io = 0x48000000, 58 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 59 57 .boot_params = 0x80000100, 60 58 .map_io = omap_generic_map_io, 61 59 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-h4.c
··· 376 376 377 377 MACHINE_START(OMAP_H4, "OMAP2420 H4 board") 378 378 /* Maintainer: Paul Mundt <paul.mundt@nokia.com> */ 379 - .phys_io = 0x48000000, 380 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 381 379 .boot_params = 0x80000100, 382 380 .map_io = omap_h4_map_io, 383 381 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-igep0020.c
··· 533 533 } 534 534 535 535 MACHINE_START(IGEP0020, "IGEP v2 board") 536 - .phys_io = 0x48000000, 537 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 538 536 .boot_params = 0x80000100, 539 537 .map_io = omap3_map_io, 540 538 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-ldp.c
··· 442 442 } 443 443 444 444 MACHINE_START(OMAP_LDP, "OMAP LDP board") 445 - .phys_io = 0x48000000, 446 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 447 445 .boot_params = 0x80000100, 448 446 .map_io = omap3_map_io, 449 447 .reserve = omap_reserve,
-6
arch/arm/mach-omap2/board-n8x0.c
··· 674 674 } 675 675 676 676 MACHINE_START(NOKIA_N800, "Nokia N800") 677 - .phys_io = 0x48000000, 678 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 679 677 .boot_params = 0x80000100, 680 678 .map_io = n8x0_map_io, 681 679 .reserve = omap_reserve, ··· 683 685 MACHINE_END 684 686 685 687 MACHINE_START(NOKIA_N810, "Nokia N810") 686 - .phys_io = 0x48000000, 687 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 688 688 .boot_params = 0x80000100, 689 689 .map_io = n8x0_map_io, 690 690 .reserve = omap_reserve, ··· 692 696 MACHINE_END 693 697 694 698 MACHINE_START(NOKIA_N810_WIMAX, "Nokia N810 WiMAX") 695 - .phys_io = 0x48000000, 696 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 697 699 .boot_params = 0x80000100, 698 700 .map_io = n8x0_map_io, 699 701 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-omap3beagle.c
··· 487 487 488 488 MACHINE_START(OMAP3_BEAGLE, "OMAP3 Beagle Board") 489 489 /* Maintainer: Syed Mohammed Khasim - http://beagleboard.org */ 490 - .phys_io = 0x48000000, 491 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 492 490 .boot_params = 0x80000100, 493 491 .map_io = omap3_map_io, 494 492 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-omap3evm.c
··· 714 714 715 715 MACHINE_START(OMAP3EVM, "OMAP3 EVM") 716 716 /* Maintainer: Syed Mohammed Khasim - Texas Instruments */ 717 - .phys_io = 0x48000000, 718 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 719 717 .boot_params = 0x80000100, 720 718 .map_io = omap3_map_io, 721 719 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-omap3pandora.c
··· 717 717 } 718 718 719 719 MACHINE_START(OMAP3_PANDORA, "Pandora Handheld Console") 720 - .phys_io = 0x48000000, 721 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 722 720 .boot_params = 0x80000100, 723 721 .map_io = omap3_map_io, 724 722 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-omap3stalker.c
··· 654 654 655 655 MACHINE_START(SBC3530, "OMAP3 STALKER") 656 656 /* Maintainer: Jason Lam -lzg@ema-tech.com */ 657 - .phys_io = 0x48000000, 658 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 659 657 .boot_params = 0x80000100, 660 658 .map_io = omap3_map_io, 661 659 .init_irq = omap3_stalker_init_irq,
-2
arch/arm/mach-omap2/board-omap3touchbook.c
··· 538 538 539 539 MACHINE_START(TOUCHBOOK, "OMAP3 touchbook Board") 540 540 /* Maintainer: Gregoire Gentil - http://www.alwaysinnovating.com */ 541 - .phys_io = 0x48000000, 542 - .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, 543 541 .boot_params = 0x80000100, 544 542 .map_io = omap3_map_io, 545 543 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-omap4panda.c
··· 294 294 295 295 MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board") 296 296 /* Maintainer: David Anders - Texas Instruments Inc */ 297 - .phys_io = 0x48000000, 298 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 299 297 .boot_params = 0x80000100, 300 298 .map_io = omap4_panda_map_io, 301 299 .init_irq = omap4_panda_init_irq,
-2
arch/arm/mach-omap2/board-overo.c
··· 501 501 } 502 502 503 503 MACHINE_START(OVERO, "Gumstix Overo") 504 - .phys_io = 0x48000000, 505 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 506 504 .boot_params = 0x80000100, 507 505 .map_io = omap3_map_io, 508 506 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-rx51.c
··· 150 150 151 151 MACHINE_START(NOKIA_RX51, "Nokia RX-51 board") 152 152 /* Maintainer: Lauri Leukkunen <lauri.leukkunen@nokia.com> */ 153 - .phys_io = 0x48000000, 154 - .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 155 153 .boot_params = 0x80000100, 156 154 .map_io = rx51_map_io, 157 155 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-zoom2.c
··· 141 141 } 142 142 143 143 MACHINE_START(OMAP_ZOOM2, "OMAP Zoom2 board") 144 - .phys_io = ZOOM_UART_BASE, 145 - .io_pg_offst = (ZOOM_UART_VIRT >> 18) & 0xfffc, 146 144 .boot_params = 0x80000100, 147 145 .map_io = omap3_map_io, 148 146 .reserve = omap_reserve,
-2
arch/arm/mach-omap2/board-zoom3.c
··· 123 123 } 124 124 125 125 MACHINE_START(OMAP_ZOOM3, "OMAP Zoom3 board") 126 - .phys_io = ZOOM_UART_BASE, 127 - .io_pg_offst = (ZOOM_UART_VIRT >> 18) & 0xfffc, 128 126 .boot_params = 0x80000100, 129 127 .map_io = omap3_map_io, 130 128 .reserve = omap_reserve,
-4
arch/arm/mach-orion5x/d2net-setup.c
··· 336 336 337 337 #ifdef CONFIG_MACH_D2NET 338 338 MACHINE_START(D2NET, "LaCie d2 Network") 339 - .phys_io = ORION5X_REGS_PHYS_BASE, 340 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 341 339 .boot_params = 0x00000100, 342 340 .init_machine = d2net_init, 343 341 .map_io = orion5x_map_io, ··· 347 349 348 350 #ifdef CONFIG_MACH_BIGDISK 349 351 MACHINE_START(BIGDISK, "LaCie Big Disk Network") 350 - .phys_io = ORION5X_REGS_PHYS_BASE, 351 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 352 352 .boot_params = 0x00000100, 353 353 .init_machine = d2net_init, 354 354 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/db88f5281-setup.c
··· 358 358 359 359 MACHINE_START(DB88F5281, "Marvell Orion-2 Development Board") 360 360 /* Maintainer: Tzachi Perelstein <tzachi@marvell.com> */ 361 - .phys_io = ORION5X_REGS_PHYS_BASE, 362 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xfffc, 363 361 .boot_params = 0x00000100, 364 362 .init_machine = db88f5281_init, 365 363 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/dns323-setup.c
··· 730 730 /* Warning: D-Link uses a wrong mach-type (=526) in their bootloader */ 731 731 MACHINE_START(DNS323, "D-Link DNS-323") 732 732 /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ 733 - .phys_io = ORION5X_REGS_PHYS_BASE, 734 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 735 733 .boot_params = 0x00000100, 736 734 .init_machine = dns323_init, 737 735 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/edmini_v2-setup.c
··· 251 251 /* Warning: LaCie use a wrong mach-type (0x20e=526) in their bootloader. */ 252 252 MACHINE_START(EDMINI_V2, "LaCie Ethernet Disk mini V2") 253 253 /* Maintainer: Christopher Moore <moore@free.fr> */ 254 - .phys_io = ORION5X_REGS_PHYS_BASE, 255 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 256 254 .boot_params = 0x00000100, 257 255 .init_machine = edmini_v2_init, 258 256 .map_io = orion5x_map_io,
-4
arch/arm/mach-orion5x/kurobox_pro-setup.c
··· 379 379 #ifdef CONFIG_MACH_KUROBOX_PRO 380 380 MACHINE_START(KUROBOX_PRO, "Buffalo/Revogear Kurobox Pro") 381 381 /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ 382 - .phys_io = ORION5X_REGS_PHYS_BASE, 383 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 384 382 .boot_params = 0x00000100, 385 383 .init_machine = kurobox_pro_init, 386 384 .map_io = orion5x_map_io, ··· 391 393 #ifdef CONFIG_MACH_LINKSTATION_PRO 392 394 MACHINE_START(LINKSTATION_PRO, "Buffalo Linkstation Pro/Live") 393 395 /* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ 394 - .phys_io = ORION5X_REGS_PHYS_BASE, 395 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 396 396 .boot_params = 0x00000100, 397 397 .init_machine = kurobox_pro_init, 398 398 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/ls_hgl-setup.c
··· 265 265 266 266 MACHINE_START(LINKSTATION_LS_HGL, "Buffalo Linkstation LS-HGL") 267 267 /* Maintainer: Zhu Qingsen <zhuqs@cn.fujistu.com> */ 268 - .phys_io = ORION5X_REGS_PHYS_BASE, 269 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 270 268 .boot_params = 0x00000100, 271 269 .init_machine = ls_hgl_init, 272 270 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/lsmini-setup.c
··· 267 267 #ifdef CONFIG_MACH_LINKSTATION_MINI 268 268 MACHINE_START(LINKSTATION_MINI, "Buffalo Linkstation Mini") 269 269 /* Maintainer: Alexey Kopytko <alexey@kopytko.ru> */ 270 - .phys_io = ORION5X_REGS_PHYS_BASE, 271 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 272 270 .boot_params = 0x00000100, 273 271 .init_machine = lsmini_init, 274 272 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/mss2-setup.c
··· 261 261 262 262 MACHINE_START(MSS2, "Maxtor Shared Storage II") 263 263 /* Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.com> */ 264 - .phys_io = ORION5X_REGS_PHYS_BASE, 265 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 266 264 .boot_params = 0x00000100, 267 265 .init_machine = mss2_init, 268 266 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/mv2120-setup.c
··· 229 229 /* Warning: HP uses a wrong mach-type (=526) in their bootloader */ 230 230 MACHINE_START(MV2120, "HP Media Vault mv2120") 231 231 /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ 232 - .phys_io = ORION5X_REGS_PHYS_BASE, 233 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 234 232 .boot_params = 0x00000100, 235 233 .init_machine = mv2120_init, 236 234 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/net2big-setup.c
··· 419 419 420 420 /* Warning: LaCie use a wrong mach-type (0x20e=526) in their bootloader. */ 421 421 MACHINE_START(NET2BIG, "LaCie 2Big Network") 422 - .phys_io = ORION5X_REGS_PHYS_BASE, 423 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 424 422 .boot_params = 0x00000100, 425 423 .init_machine = net2big_init, 426 424 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c
··· 169 169 170 170 MACHINE_START(RD88F5181L_FXO, "Marvell Orion-VoIP FXO Reference Design") 171 171 /* Maintainer: Nicolas Pitre <nico@marvell.com> */ 172 - .phys_io = ORION5X_REGS_PHYS_BASE, 173 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 174 172 .boot_params = 0x00000100, 175 173 .init_machine = rd88f5181l_fxo_init, 176 174 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/rd88f5181l-ge-setup.c
··· 181 181 182 182 MACHINE_START(RD88F5181L_GE, "Marvell Orion-VoIP GE Reference Design") 183 183 /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ 184 - .phys_io = ORION5X_REGS_PHYS_BASE, 185 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 186 184 .boot_params = 0x00000100, 187 185 .init_machine = rd88f5181l_ge_init, 188 186 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/rd88f5182-setup.c
··· 305 305 306 306 MACHINE_START(RD88F5182, "Marvell Orion-NAS Reference Design") 307 307 /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ 308 - .phys_io = ORION5X_REGS_PHYS_BASE, 309 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 310 308 .boot_params = 0x00000100, 311 309 .init_machine = rd88f5182_init, 312 310 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c
··· 123 123 124 124 MACHINE_START(RD88F6183AP_GE, "Marvell Orion-1-90 AP GE Reference Design") 125 125 /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ 126 - .phys_io = ORION5X_REGS_PHYS_BASE, 127 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 128 126 .boot_params = 0x00000100, 129 127 .init_machine = rd88f6183ap_ge_init, 130 128 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/terastation_pro2-setup.c
··· 358 358 359 359 MACHINE_START(TERASTATION_PRO2, "Buffalo Terastation Pro II/Live") 360 360 /* Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.com> */ 361 - .phys_io = ORION5X_REGS_PHYS_BASE, 362 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 363 361 .boot_params = 0x00000100, 364 362 .init_machine = tsp2_init, 365 363 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/ts209-setup.c
··· 322 322 323 323 MACHINE_START(TS209, "QNAP TS-109/TS-209") 324 324 /* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ 325 - .phys_io = ORION5X_REGS_PHYS_BASE, 326 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 327 325 .boot_params = 0x00000100, 328 326 .init_machine = qnap_ts209_init, 329 327 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/ts409-setup.c
··· 311 311 312 312 MACHINE_START(TS409, "QNAP TS-409") 313 313 /* Maintainer: Sylver Bruneau <sylver.bruneau@gmail.com> */ 314 - .phys_io = ORION5X_REGS_PHYS_BASE, 315 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 316 314 .boot_params = 0x00000100, 317 315 .init_machine = qnap_ts409_init, 318 316 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/ts78xx-setup.c
··· 550 550 551 551 MACHINE_START(TS78XX, "Technologic Systems TS-78xx SBC") 552 552 /* Maintainer: Alexander Clouter <alex@digriz.org.uk> */ 553 - .phys_io = ORION5X_REGS_PHYS_BASE, 554 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 555 553 .boot_params = 0x00000100, 556 554 .init_machine = ts78xx_init, 557 555 .map_io = ts78xx_map_io,
-2
arch/arm/mach-orion5x/wnr854t-setup.c
··· 172 172 173 173 MACHINE_START(WNR854T, "Netgear WNR854T") 174 174 /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */ 175 - .phys_io = ORION5X_REGS_PHYS_BASE, 176 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 177 175 .boot_params = 0x00000100, 178 176 .init_machine = wnr854t_init, 179 177 .map_io = orion5x_map_io,
-2
arch/arm/mach-orion5x/wrt350n-v2-setup.c
··· 260 260 261 261 MACHINE_START(WRT350N_V2, "Linksys WRT350N v2") 262 262 /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ 263 - .phys_io = ORION5X_REGS_PHYS_BASE, 264 - .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, 265 263 .boot_params = 0x00000100, 266 264 .init_machine = wrt350n_v2_init, 267 265 .map_io = orion5x_map_io,
-2
arch/arm/mach-pnx4008/core.c
··· 264 264 265 265 MACHINE_START(PNX4008, "Philips PNX4008") 266 266 /* Maintainer: MontaVista Software Inc. */ 267 - .phys_io = 0x40090000, 268 - .io_pg_offst = (0xf4090000 >> 18) & 0xfffc, 269 267 .boot_params = 0x80000100, 270 268 .map_io = pnx4008_map_io, 271 269 .init_irq = pnx4008_init_irq,
-2
arch/arm/mach-pxa/balloon3.c
··· 808 808 809 809 MACHINE_START(BALLOON3, "Balloon3") 810 810 /* Maintainer: Nick Bane. */ 811 - .phys_io = 0x40000000, 812 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 813 811 .map_io = balloon3_map_io, 814 812 .nr_irqs = BALLOON3_NR_IRQS, 815 813 .init_irq = balloon3_init_irq,
-2
arch/arm/mach-pxa/capc7117.c
··· 148 148 149 149 MACHINE_START(CAPC7117, 150 150 "Embedian CAPC-7117 evaluation kit based on the MXM-8x10 CoM") 151 - .phys_io = 0x40000000, 152 151 .boot_params = 0xa0000100, 153 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 154 152 .map_io = pxa_map_io, 155 153 .init_irq = pxa3xx_init_irq, 156 154 .timer = &pxa_timer,
-2
arch/arm/mach-pxa/cm-x2xx.c
··· 514 514 515 515 MACHINE_START(ARMCORE, "Compulab CM-X2XX") 516 516 .boot_params = 0xa0000100, 517 - .phys_io = 0x40000000, 518 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 519 517 .map_io = cmx2xx_map_io, 520 518 .nr_irqs = CMX2XX_NR_IRQS, 521 519 .init_irq = cmx2xx_init_irq,
-2
arch/arm/mach-pxa/cm-x300.c
··· 856 856 } 857 857 858 858 MACHINE_START(CM_X300, "CM-X300 module") 859 - .phys_io = 0x40000000, 860 859 .boot_params = 0xa0000100, 861 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 862 860 .map_io = pxa_map_io, 863 861 .init_irq = pxa3xx_init_irq, 864 862 .timer = &pxa_timer,
-4
arch/arm/mach-pxa/colibri-pxa270.c
··· 207 207 } 208 208 209 209 MACHINE_START(COLIBRI, "Toradex Colibri PXA270") 210 - .phys_io = 0x40000000, 211 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 212 210 .boot_params = COLIBRI_SDRAM_BASE + 0x100, 213 211 .init_machine = colibri_pxa270_init, 214 212 .map_io = pxa_map_io, ··· 215 217 MACHINE_END 216 218 217 219 MACHINE_START(INCOME, "Income s.r.o. SH-Dmaster PXA270 SBC") 218 - .phys_io = 0x40000000, 219 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 220 220 .boot_params = 0xa0000100, 221 221 .init_machine = colibri_pxa270_income_init, 222 222 .map_io = pxa_map_io,
-2
arch/arm/mach-pxa/colibri-pxa300.c
··· 186 186 } 187 187 188 188 MACHINE_START(COLIBRI300, "Toradex Colibri PXA300") 189 - .phys_io = 0x40000000, 190 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 191 189 .boot_params = COLIBRI_SDRAM_BASE + 0x100, 192 190 .init_machine = colibri_pxa300_init, 193 191 .map_io = pxa_map_io,
-2
arch/arm/mach-pxa/colibri-pxa320.c
··· 255 255 } 256 256 257 257 MACHINE_START(COLIBRI320, "Toradex Colibri PXA320") 258 - .phys_io = 0x40000000, 259 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 260 258 .boot_params = COLIBRI_SDRAM_BASE + 0x100, 261 259 .init_machine = colibri_pxa320_init, 262 260 .map_io = pxa_map_io,
-6
arch/arm/mach-pxa/corgi.c
··· 720 720 721 721 #ifdef CONFIG_MACH_CORGI 722 722 MACHINE_START(CORGI, "SHARP Corgi") 723 - .phys_io = 0x40000000, 724 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 725 723 .fixup = fixup_corgi, 726 724 .map_io = pxa_map_io, 727 725 .init_irq = pxa25x_init_irq, ··· 730 732 731 733 #ifdef CONFIG_MACH_SHEPHERD 732 734 MACHINE_START(SHEPHERD, "SHARP Shepherd") 733 - .phys_io = 0x40000000, 734 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 735 735 .fixup = fixup_corgi, 736 736 .map_io = pxa_map_io, 737 737 .init_irq = pxa25x_init_irq, ··· 740 744 741 745 #ifdef CONFIG_MACH_HUSKY 742 746 MACHINE_START(HUSKY, "SHARP Husky") 743 - .phys_io = 0x40000000, 744 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 745 747 .fixup = fixup_corgi, 746 748 .map_io = pxa_map_io, 747 749 .init_irq = pxa25x_init_irq,
-2
arch/arm/mach-pxa/csb726.c
··· 272 272 } 273 273 274 274 MACHINE_START(CSB726, "Cogent CSB726") 275 - .phys_io = 0x40000000, 276 275 .boot_params = 0xa0000100, 277 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 278 276 .map_io = pxa_map_io, 279 277 .init_irq = pxa27x_init_irq, 280 278 .init_machine = csb726_init,
-4
arch/arm/mach-pxa/em-x270.c
··· 1301 1301 1302 1302 MACHINE_START(EM_X270, "Compulab EM-X270") 1303 1303 .boot_params = 0xa0000100, 1304 - .phys_io = 0x40000000, 1305 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 1306 1304 .map_io = pxa_map_io, 1307 1305 .init_irq = pxa27x_init_irq, 1308 1306 .timer = &pxa_timer, ··· 1309 1311 1310 1312 MACHINE_START(EXEDA, "Compulab eXeda") 1311 1313 .boot_params = 0xa0000100, 1312 - .phys_io = 0x40000000, 1313 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 1314 1314 .map_io = pxa_map_io, 1315 1315 .init_irq = pxa27x_init_irq, 1316 1316 .timer = &pxa_timer,
-12
arch/arm/mach-pxa/eseries.c
··· 180 180 181 181 MACHINE_START(E330, "Toshiba e330") 182 182 /* Maintainer: Ian Molton (spyro@f2s.com) */ 183 - .phys_io = 0x40000000, 184 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 185 183 .boot_params = 0xa0000100, 186 184 .map_io = pxa_map_io, 187 185 .nr_irqs = ESERIES_NR_IRQS, ··· 229 231 230 232 MACHINE_START(E350, "Toshiba e350") 231 233 /* Maintainer: Ian Molton (spyro@f2s.com) */ 232 - .phys_io = 0x40000000, 233 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 234 234 .boot_params = 0xa0000100, 235 235 .map_io = pxa_map_io, 236 236 .nr_irqs = ESERIES_NR_IRQS, ··· 351 355 352 356 MACHINE_START(E400, "Toshiba e400") 353 357 /* Maintainer: Ian Molton (spyro@f2s.com) */ 354 - .phys_io = 0x40000000, 355 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 356 358 .boot_params = 0xa0000100, 357 359 .map_io = pxa_map_io, 358 360 .nr_irqs = ESERIES_NR_IRQS, ··· 539 545 540 546 MACHINE_START(E740, "Toshiba e740") 541 547 /* Maintainer: Ian Molton (spyro@f2s.com) */ 542 - .phys_io = 0x40000000, 543 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 544 548 .boot_params = 0xa0000100, 545 549 .map_io = pxa_map_io, 546 550 .nr_irqs = ESERIES_NR_IRQS, ··· 730 738 731 739 MACHINE_START(E750, "Toshiba e750") 732 740 /* Maintainer: Ian Molton (spyro@f2s.com) */ 733 - .phys_io = 0x40000000, 734 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 735 741 .boot_params = 0xa0000100, 736 742 .map_io = pxa_map_io, 737 743 .nr_irqs = ESERIES_NR_IRQS, ··· 925 935 926 936 MACHINE_START(E800, "Toshiba e800") 927 937 /* Maintainer: Ian Molton (spyro@f2s.com) */ 928 - .phys_io = 0x40000000, 929 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 930 938 .boot_params = 0xa0000100, 931 939 .map_io = pxa_map_io, 932 940 .nr_irqs = ESERIES_NR_IRQS,
-12
arch/arm/mach-pxa/ezx.c
··· 798 798 } 799 799 800 800 MACHINE_START(EZX_A780, "Motorola EZX A780") 801 - .phys_io = 0x40000000, 802 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 803 801 .boot_params = 0xa0000100, 804 802 .map_io = pxa_map_io, 805 803 .nr_irqs = EZX_NR_IRQS, ··· 863 865 } 864 866 865 867 MACHINE_START(EZX_E680, "Motorola EZX E680") 866 - .phys_io = 0x40000000, 867 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 868 868 .boot_params = 0xa0000100, 869 869 .map_io = pxa_map_io, 870 870 .nr_irqs = EZX_NR_IRQS, ··· 928 932 } 929 933 930 934 MACHINE_START(EZX_A1200, "Motorola EZX A1200") 931 - .phys_io = 0x40000000, 932 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 933 935 .boot_params = 0xa0000100, 934 936 .map_io = pxa_map_io, 935 937 .nr_irqs = EZX_NR_IRQS, ··· 1119 1125 } 1120 1126 1121 1127 MACHINE_START(EZX_A910, "Motorola EZX A910") 1122 - .phys_io = 0x40000000, 1123 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 1124 1128 .boot_params = 0xa0000100, 1125 1129 .map_io = pxa_map_io, 1126 1130 .nr_irqs = EZX_NR_IRQS, ··· 1184 1192 } 1185 1193 1186 1194 MACHINE_START(EZX_E6, "Motorola EZX E6") 1187 - .phys_io = 0x40000000, 1188 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 1189 1195 .boot_params = 0xa0000100, 1190 1196 .map_io = pxa_map_io, 1191 1197 .nr_irqs = EZX_NR_IRQS, ··· 1223 1233 } 1224 1234 1225 1235 MACHINE_START(EZX_E2, "Motorola EZX E2") 1226 - .phys_io = 0x40000000, 1227 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 1228 1236 .boot_params = 0xa0000100, 1229 1237 .map_io = pxa_map_io, 1230 1238 .nr_irqs = EZX_NR_IRQS,
-2
arch/arm/mach-pxa/gumstix.c
··· 224 224 } 225 225 226 226 MACHINE_START(GUMSTIX, "Gumstix") 227 - .phys_io = 0x40000000, 228 227 .boot_params = 0xa0000100, /* match u-boot bi_boot_params */ 229 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 230 228 .map_io = pxa_map_io, 231 229 .init_irq = pxa25x_init_irq, 232 230 .timer = &pxa_timer,
-2
arch/arm/mach-pxa/h5000.c
··· 201 201 } 202 202 203 203 MACHINE_START(H5400, "HP iPAQ H5000") 204 - .phys_io = 0x40000000, 205 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 206 204 .boot_params = 0xa0000100, 207 205 .map_io = pxa_map_io, 208 206 .init_irq = pxa25x_init_irq,
-2
arch/arm/mach-pxa/himalaya.c
··· 159 159 160 160 161 161 MACHINE_START(HIMALAYA, "HTC Himalaya") 162 - .phys_io = 0x40000000, 163 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 164 162 .boot_params = 0xa0000100, 165 163 .map_io = pxa_map_io, 166 164 .init_irq = pxa25x_init_irq,
-2
arch/arm/mach-pxa/hx4700.c
··· 870 870 } 871 871 872 872 MACHINE_START(H4700, "HP iPAQ HX4700") 873 - .phys_io = 0x40000000, 874 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 875 873 .boot_params = 0xa0000100, 876 874 .map_io = pxa_map_io, 877 875 .nr_irqs = HX4700_NR_IRQS,
-2
arch/arm/mach-pxa/icontrol.c
··· 191 191 } 192 192 193 193 MACHINE_START(ICONTROL, "iControl/SafeTcam boards using Embedian MXM-8x10 CoM") 194 - .phys_io = 0x40000000, 195 194 .boot_params = 0xa0000100, 196 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 197 195 .map_io = pxa_map_io, 198 196 .init_irq = pxa3xx_init_irq, 199 197 .timer = &pxa_timer,
-2
arch/arm/mach-pxa/idp.c
··· 194 194 195 195 MACHINE_START(PXA_IDP, "Vibren PXA255 IDP") 196 196 /* Maintainer: Vibren Technologies */ 197 - .phys_io = 0x40000000, 198 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 199 197 .map_io = idp_map_io, 200 198 .init_irq = pxa25x_init_irq, 201 199 .timer = &pxa_timer,
-2
arch/arm/mach-pxa/littleton.c
··· 437 437 } 438 438 439 439 MACHINE_START(LITTLETON, "Marvell Form Factor Development Platform (aka Littleton)") 440 - .phys_io = 0x40000000, 441 440 .boot_params = 0xa0000100, 442 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 443 441 .map_io = pxa_map_io, 444 442 .nr_irqs = LITTLETON_NR_IRQS, 445 443 .init_irq = pxa3xx_init_irq,
-2
arch/arm/mach-pxa/lpd270.c
··· 505 505 506 506 MACHINE_START(LOGICPD_PXA270, "LogicPD PXA270 Card Engine") 507 507 /* Maintainer: Peter Barada */ 508 - .phys_io = 0x40000000, 509 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 510 508 .boot_params = 0xa0000100, 511 509 .map_io = lpd270_map_io, 512 510 .nr_irqs = LPD270_NR_IRQS,
-2
arch/arm/mach-pxa/lubbock.c
··· 557 557 558 558 MACHINE_START(LUBBOCK, "Intel DBPXA250 Development Platform (aka Lubbock)") 559 559 /* Maintainer: MontaVista Software Inc. */ 560 - .phys_io = 0x40000000, 561 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 562 560 .map_io = lubbock_map_io, 563 561 .nr_irqs = LUBBOCK_NR_IRQS, 564 562 .init_irq = lubbock_init_irq,
-2
arch/arm/mach-pxa/magician.c
··· 764 764 765 765 766 766 MACHINE_START(MAGICIAN, "HTC Magician") 767 - .phys_io = 0x40000000, 768 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 769 767 .boot_params = 0xa0000100, 770 768 .map_io = pxa_map_io, 771 769 .nr_irqs = MAGICIAN_NR_IRQS,
-2
arch/arm/mach-pxa/mainstone.c
··· 624 624 625 625 MACHINE_START(MAINSTONE, "Intel HCDDBBVA0 Development Platform (aka Mainstone)") 626 626 /* Maintainer: MontaVista Software Inc. */ 627 - .phys_io = 0x40000000, 628 627 .boot_params = 0xa0000100, /* BLOB boot parameter setting */ 629 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 630 628 .map_io = mainstone_map_io, 631 629 .nr_irqs = MAINSTONE_NR_IRQS, 632 630 .init_irq = mainstone_init_irq,
-2
arch/arm/mach-pxa/mioa701.c
··· 819 819 } 820 820 821 821 MACHINE_START(MIOA701, "MIO A701") 822 - .phys_io = 0x40000000, 823 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 824 822 .boot_params = 0xa0000100, 825 823 .map_io = &pxa_map_io, 826 824 .init_irq = &pxa27x_init_irq,
-2
arch/arm/mach-pxa/mp900.c
··· 92 92 93 93 /* Maintainer - Michael Petchkovsky <mkpetch@internode.on.net> */ 94 94 MACHINE_START(NEC_MP900, "MobilePro900/C") 95 - .phys_io = 0x40000000, 96 95 .boot_params = 0xa0220100, 97 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 98 96 .timer = &pxa_timer, 99 97 .map_io = pxa_map_io, 100 98 .init_irq = pxa25x_init_irq,
-2
arch/arm/mach-pxa/palmld.c
··· 343 343 } 344 344 345 345 MACHINE_START(PALMLD, "Palm LifeDrive") 346 - .phys_io = PALMLD_PHYS_IO_START, 347 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 348 346 .boot_params = 0xa0000100, 349 347 .map_io = palmld_map_io, 350 348 .init_irq = pxa27x_init_irq,
-2
arch/arm/mach-pxa/palmt5.c
··· 202 202 } 203 203 204 204 MACHINE_START(PALMT5, "Palm Tungsten|T5") 205 - .phys_io = PALMT5_PHYS_IO_START, 206 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 207 205 .boot_params = 0xa0000100, 208 206 .map_io = pxa_map_io, 209 207 .reserve = palmt5_reserve,
-2
arch/arm/mach-pxa/palmtc.c
··· 412 412 }; 413 413 414 414 MACHINE_START(PALMTC, "Palm Tungsten|C") 415 - .phys_io = 0x40000000, 416 415 .boot_params = 0xa0000100, 417 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 418 416 .map_io = pxa_map_io, 419 417 .init_irq = pxa25x_init_irq, 420 418 .timer = &pxa_timer,
-2
arch/arm/mach-pxa/palmte2.c
··· 373 373 } 374 374 375 375 MACHINE_START(PALMTE2, "Palm Tungsten|E2") 376 - .phys_io = 0x40000000, 377 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 378 376 .boot_params = 0xa0000100, 379 377 .map_io = pxa_map_io, 380 378 .init_irq = pxa25x_init_irq,
-4
arch/arm/mach-pxa/palmtreo.c
··· 441 441 } 442 442 443 443 MACHINE_START(TREO680, "Palm Treo 680") 444 - .phys_io = TREO_PHYS_IO_START, 445 - .io_pg_offst = io_p2v(0x40000000), 446 444 .boot_params = 0xa0000100, 447 445 .map_io = pxa_map_io, 448 446 .reserve = treo_reserve, ··· 450 452 MACHINE_END 451 453 452 454 MACHINE_START(CENTRO, "Palm Centro 685") 453 - .phys_io = TREO_PHYS_IO_START, 454 - .io_pg_offst = io_p2v(0x40000000), 455 455 .boot_params = 0xa0000100, 456 456 .map_io = pxa_map_io, 457 457 .reserve = treo_reserve,
-2
arch/arm/mach-pxa/palmtx.c
··· 363 363 } 364 364 365 365 MACHINE_START(PALMTX, "Palm T|X") 366 - .phys_io = PALMTX_PHYS_IO_START, 367 - .io_pg_offst = io_p2v(0x40000000), 368 366 .boot_params = 0xa0000100, 369 367 .map_io = palmtx_map_io, 370 368 .init_irq = pxa27x_init_irq,
-2
arch/arm/mach-pxa/palmz72.c
··· 279 279 } 280 280 281 281 MACHINE_START(PALMZ72, "Palm Zire72") 282 - .phys_io = 0x40000000, 283 - .io_pg_offst = io_p2v(0x40000000), 284 282 .boot_params = 0xa0000100, 285 283 .map_io = pxa_map_io, 286 284 .init_irq = pxa27x_init_irq,
-2
arch/arm/mach-pxa/pcm027.c
··· 259 259 MACHINE_START(PCM027, "Phytec Messtechnik GmbH phyCORE-PXA270") 260 260 /* Maintainer: Pengutronix */ 261 261 .boot_params = 0xa0000100, 262 - .phys_io = 0x40000000, 263 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 264 262 .map_io = pcm027_map_io, 265 263 .nr_irqs = PCM027_NR_IRQS, 266 264 .init_irq = pxa27x_init_irq,
-2
arch/arm/mach-pxa/poodle.c
··· 465 465 } 466 466 467 467 MACHINE_START(POODLE, "SHARP Poodle") 468 - .phys_io = 0x40000000, 469 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 470 468 .fixup = fixup_poodle, 471 469 .map_io = pxa_map_io, 472 470 .nr_irqs = POODLE_NR_IRQS, /* 4 for LoCoMo */
-6
arch/arm/mach-pxa/raumfeld.c
··· 1083 1083 1084 1084 #ifdef CONFIG_MACH_RAUMFELD_RC 1085 1085 MACHINE_START(RAUMFELD_RC, "Raumfeld Controller") 1086 - .phys_io = 0x40000000, 1087 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 1088 1086 .boot_params = RAUMFELD_SDRAM_BASE + 0x100, 1089 1087 .init_machine = raumfeld_controller_init, 1090 1088 .map_io = pxa_map_io, ··· 1093 1095 1094 1096 #ifdef CONFIG_MACH_RAUMFELD_CONNECTOR 1095 1097 MACHINE_START(RAUMFELD_CONNECTOR, "Raumfeld Connector") 1096 - .phys_io = 0x40000000, 1097 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 1098 1098 .boot_params = RAUMFELD_SDRAM_BASE + 0x100, 1099 1099 .init_machine = raumfeld_connector_init, 1100 1100 .map_io = pxa_map_io, ··· 1103 1107 1104 1108 #ifdef CONFIG_MACH_RAUMFELD_SPEAKER 1105 1109 MACHINE_START(RAUMFELD_SPEAKER, "Raumfeld Speaker") 1106 - .phys_io = 0x40000000, 1107 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 1108 1110 .boot_params = RAUMFELD_SDRAM_BASE + 0x100, 1109 1111 .init_machine = raumfeld_speaker_init, 1110 1112 .map_io = pxa_map_io,
-2
arch/arm/mach-pxa/saar.c
··· 596 596 597 597 MACHINE_START(SAAR, "PXA930 Handheld Platform (aka SAAR)") 598 598 /* Maintainer: Eric Miao <eric.miao@marvell.com> */ 599 - .phys_io = 0x40000000, 600 599 .boot_params = 0xa0000100, 601 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 602 600 .map_io = pxa_map_io, 603 601 .init_irq = pxa3xx_init_irq, 604 602 .timer = &pxa_timer,
-6
arch/arm/mach-pxa/spitz.c
··· 979 979 980 980 #ifdef CONFIG_MACH_SPITZ 981 981 MACHINE_START(SPITZ, "SHARP Spitz") 982 - .phys_io = 0x40000000, 983 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 984 982 .fixup = spitz_fixup, 985 983 .map_io = pxa_map_io, 986 984 .init_irq = pxa27x_init_irq, ··· 989 991 990 992 #ifdef CONFIG_MACH_BORZOI 991 993 MACHINE_START(BORZOI, "SHARP Borzoi") 992 - .phys_io = 0x40000000, 993 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 994 994 .fixup = spitz_fixup, 995 995 .map_io = pxa_map_io, 996 996 .init_irq = pxa27x_init_irq, ··· 999 1003 1000 1004 #ifdef CONFIG_MACH_AKITA 1001 1005 MACHINE_START(AKITA, "SHARP Akita") 1002 - .phys_io = 0x40000000, 1003 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 1004 1006 .fixup = spitz_fixup, 1005 1007 .map_io = pxa_map_io, 1006 1008 .init_irq = pxa27x_init_irq,
-4
arch/arm/mach-pxa/stargate2.c
··· 998 998 999 999 #ifdef CONFIG_MACH_INTELMOTE2 1000 1000 MACHINE_START(INTELMOTE2, "IMOTE 2") 1001 - .phys_io = 0x40000000, 1002 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 1003 1001 .map_io = pxa_map_io, 1004 1002 .init_irq = pxa27x_init_irq, 1005 1003 .timer = &pxa_timer, ··· 1008 1010 1009 1011 #ifdef CONFIG_MACH_STARGATE2 1010 1012 MACHINE_START(STARGATE2, "Stargate 2") 1011 - .phys_io = 0x40000000, 1012 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 1013 1013 .map_io = pxa_map_io, 1014 1014 .nr_irqs = STARGATE_NR_IRQS, 1015 1015 .init_irq = pxa27x_init_irq,
-2
arch/arm/mach-pxa/tavorevb.c
··· 489 489 490 490 MACHINE_START(TAVOREVB, "PXA930 Evaluation Board (aka TavorEVB)") 491 491 /* Maintainer: Eric Miao <eric.miao@marvell.com> */ 492 - .phys_io = 0x40000000, 493 492 .boot_params = 0xa0000100, 494 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 495 493 .map_io = pxa_map_io, 496 494 .init_irq = pxa3xx_init_irq, 497 495 .timer = &pxa_timer,
-1
arch/arm/mach-pxa/tavorevb3.c
··· 126 126 } 127 127 128 128 MACHINE_START(TAVOREVB3, "PXA950 Evaluation Board (aka TavorEVB3)") 129 - .phys_io = 0x40000000, 130 129 .boot_params = 0xa0000100, 131 130 .map_io = pxa_map_io, 132 131 .nr_irqs = TAVOREVB3_NR_IRQS,
-2
arch/arm/mach-pxa/tosa.c
··· 952 952 } 953 953 954 954 MACHINE_START(TOSA, "SHARP Tosa") 955 - .phys_io = 0x40000000, 956 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 957 955 .fixup = fixup_tosa, 958 956 .map_io = pxa_map_io, 959 957 .nr_irqs = TOSA_NR_IRQS,
-4
arch/arm/mach-pxa/trizeps4.c
··· 555 555 556 556 MACHINE_START(TRIZEPS4, "Keith und Koep Trizeps IV module") 557 557 /* MAINTAINER("Jürgen Schindele") */ 558 - .phys_io = 0x40000000, 559 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 560 558 .boot_params = TRIZEPS4_SDRAM_BASE + 0x100, 561 559 .init_machine = trizeps4_init, 562 560 .map_io = trizeps4_map_io, ··· 564 566 565 567 MACHINE_START(TRIZEPS4WL, "Keith und Koep Trizeps IV-WL module") 566 568 /* MAINTAINER("Jürgen Schindele") */ 567 - .phys_io = 0x40000000, 568 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 569 569 .boot_params = TRIZEPS4_SDRAM_BASE + 0x100, 570 570 .init_machine = trizeps4_init, 571 571 .map_io = trizeps4_map_io,
-2
arch/arm/mach-pxa/viper.c
··· 992 992 993 993 MACHINE_START(VIPER, "Arcom/Eurotech VIPER SBC") 994 994 /* Maintainer: Marc Zyngier <maz@misterjones.org> */ 995 - .phys_io = 0x40000000, 996 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 997 995 .boot_params = 0xa0000100, 998 996 .map_io = viper_map_io, 999 997 .init_irq = viper_init_irq,
-2
arch/arm/mach-pxa/vpac270.c
··· 718 718 } 719 719 720 720 MACHINE_START(VPAC270, "Voipac PXA270") 721 - .phys_io = 0x40000000, 722 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 723 721 .boot_params = 0xa0000100, 724 722 .map_io = pxa_map_io, 725 723 .init_irq = pxa27x_init_irq,
-2
arch/arm/mach-pxa/xcep.c
··· 181 181 } 182 182 183 183 MACHINE_START(XCEP, "Iskratel XCEP") 184 - .phys_io = 0x40000000, 185 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 186 184 .boot_params = 0xa0000100, 187 185 .init_machine = xcep_init, 188 186 .map_io = pxa_map_io,
-2
arch/arm/mach-pxa/z2.c
··· 703 703 } 704 704 705 705 MACHINE_START(ZIPIT2, "Zipit Z2") 706 - .phys_io = 0x40000000, 707 706 .boot_params = 0xa0000100, 708 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 709 707 .map_io = pxa_map_io, 710 708 .init_irq = pxa27x_init_irq, 711 709 .timer = &pxa_timer,
-2
arch/arm/mach-pxa/zeus.c
··· 900 900 901 901 MACHINE_START(ARCOM_ZEUS, "Arcom/Eurotech ZEUS") 902 902 /* Maintainer: Marc Zyngier <maz@misterjones.org> */ 903 - .phys_io = 0x40000000, 904 - .io_pg_offst = ((io_p2v(0x40000000) >> 18) & 0xfffc), 905 903 .boot_params = 0xa0000100, 906 904 .map_io = zeus_map_io, 907 905 .nr_irqs = ZEUS_NR_IRQS,
-2
arch/arm/mach-pxa/zylonite.c
··· 411 411 } 412 412 413 413 MACHINE_START(ZYLONITE, "PXA3xx Platform Development Kit (aka Zylonite)") 414 - .phys_io = 0x40000000, 415 414 .boot_params = 0xa0000100, 416 - .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, 417 415 .map_io = pxa_map_io, 418 416 .nr_irqs = ZYLONITE_NR_IRQS, 419 417 .init_irq = pxa3xx_init_irq,
-2
arch/arm/mach-realview/realview_eb.c
··· 486 486 487 487 MACHINE_START(REALVIEW_EB, "ARM-RealView EB") 488 488 /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ 489 - .phys_io = REALVIEW_EB_UART0_BASE & SECTION_MASK, 490 - .io_pg_offst = (IO_ADDRESS(REALVIEW_EB_UART0_BASE) >> 18) & 0xfffc, 491 489 .boot_params = PHYS_OFFSET + 0x00000100, 492 490 .fixup = realview_fixup, 493 491 .map_io = realview_eb_map_io,
-2
arch/arm/mach-realview/realview_pb1176.c
··· 378 378 379 379 MACHINE_START(REALVIEW_PB1176, "ARM-RealView PB1176") 380 380 /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ 381 - .phys_io = REALVIEW_PB1176_UART0_BASE & SECTION_MASK, 382 - .io_pg_offst = (IO_ADDRESS(REALVIEW_PB1176_UART0_BASE) >> 18) & 0xfffc, 383 381 .boot_params = PHYS_OFFSET + 0x00000100, 384 382 .fixup = realview_pb1176_fixup, 385 383 .map_io = realview_pb1176_map_io,
-2
arch/arm/mach-realview/realview_pb11mp.c
··· 381 381 382 382 MACHINE_START(REALVIEW_PB11MP, "ARM-RealView PB11MPCore") 383 383 /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ 384 - .phys_io = REALVIEW_PB11MP_UART0_BASE & SECTION_MASK, 385 - .io_pg_offst = (IO_ADDRESS(REALVIEW_PB11MP_UART0_BASE) >> 18) & 0xfffc, 386 384 .boot_params = PHYS_OFFSET + 0x00000100, 387 385 .fixup = realview_fixup, 388 386 .map_io = realview_pb11mp_map_io,
-2
arch/arm/mach-realview/realview_pba8.c
··· 331 331 332 332 MACHINE_START(REALVIEW_PBA8, "ARM-RealView PB-A8") 333 333 /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ 334 - .phys_io = REALVIEW_PBA8_UART0_BASE & SECTION_MASK, 335 - .io_pg_offst = (IO_ADDRESS(REALVIEW_PBA8_UART0_BASE) >> 18) & 0xfffc, 336 334 .boot_params = PHYS_OFFSET + 0x00000100, 337 335 .fixup = realview_fixup, 338 336 .map_io = realview_pba8_map_io,
-2
arch/arm/mach-realview/realview_pbx.c
··· 417 417 418 418 MACHINE_START(REALVIEW_PBX, "ARM-RealView PBX") 419 419 /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ 420 - .phys_io = REALVIEW_PBX_UART0_BASE & SECTION_MASK, 421 - .io_pg_offst = (IO_ADDRESS(REALVIEW_PBX_UART0_BASE) >> 18) & 0xfffc, 422 420 .boot_params = PHYS_OFFSET + 0x00000100, 423 421 .fixup = realview_pbx_fixup, 424 422 .map_io = realview_pbx_map_io,
-2
arch/arm/mach-rpc/riscpc.c
··· 218 218 219 219 MACHINE_START(RISCPC, "Acorn-RiscPC") 220 220 /* Maintainer: Russell King */ 221 - .phys_io = 0x03000000, 222 - .io_pg_offst = ((0xe0000000) >> 18) & 0xfffc, 223 221 .boot_params = 0x10000100, 224 222 .reserve_lp0 = 1, 225 223 .reserve_lp1 = 1,
-2
arch/arm/mach-s3c2410/mach-amlm5900.c
··· 241 241 } 242 242 243 243 MACHINE_START(AML_M5900, "AML_M5900") 244 - .phys_io = S3C2410_PA_UART, 245 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 246 244 .boot_params = S3C2410_SDRAM_PA + 0x100, 247 245 .map_io = amlm5900_map_io, 248 246 .init_irq = s3c24xx_init_irq,
-2
arch/arm/mach-s3c2410/mach-bast.c
··· 664 664 665 665 MACHINE_START(BAST, "Simtec-BAST") 666 666 /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ 667 - .phys_io = S3C2410_PA_UART, 668 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 669 667 .boot_params = S3C2410_SDRAM_PA + 0x100, 670 668 .map_io = bast_map_io, 671 669 .init_irq = s3c24xx_init_irq,
-2
arch/arm/mach-s3c2410/mach-h1940.c
··· 350 350 351 351 MACHINE_START(H1940, "IPAQ-H1940") 352 352 /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ 353 - .phys_io = S3C2410_PA_UART, 354 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 355 353 .boot_params = S3C2410_SDRAM_PA + 0x100, 356 354 .map_io = h1940_map_io, 357 355 .reserve = h1940_reserve,
-4
arch/arm/mach-s3c2410/mach-n30.c
··· 605 605 /* Maintainer: Christer Weinigel <christer@weinigel.se>, 606 606 Ben Dooks <ben-linux@fluff.org> 607 607 */ 608 - .phys_io = S3C2410_PA_UART, 609 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 610 608 .boot_params = S3C2410_SDRAM_PA + 0x100, 611 609 .timer = &s3c24xx_timer, 612 610 .init_machine = n30_init, ··· 615 617 MACHINE_START(N35, "Acer-N35") 616 618 /* Maintainer: Christer Weinigel <christer@weinigel.se> 617 619 */ 618 - .phys_io = S3C2410_PA_UART, 619 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 620 620 .boot_params = S3C2410_SDRAM_PA + 0x100, 621 621 .timer = &s3c24xx_timer, 622 622 .init_machine = n30_init,
-2
arch/arm/mach-s3c2410/mach-otom.c
··· 116 116 117 117 MACHINE_START(OTOM, "Nex Vision - Otom 1.1") 118 118 /* Maintainer: Guillaume GOURAT <guillaume.gourat@nexvision.tv> */ 119 - .phys_io = S3C2410_PA_UART, 120 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 121 119 .boot_params = S3C2410_SDRAM_PA + 0x100, 122 120 .map_io = otom11_map_io, 123 121 .init_machine = otom11_init,
-2
arch/arm/mach-s3c2410/mach-qt2410.c
··· 362 362 } 363 363 364 364 MACHINE_START(QT2410, "QT2410") 365 - .phys_io = S3C2410_PA_UART, 366 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 367 365 .boot_params = S3C2410_SDRAM_PA + 0x100, 368 366 .map_io = qt2410_map_io, 369 367 .init_irq = s3c24xx_init_irq,
-2
arch/arm/mach-s3c2410/mach-smdk2410.c
··· 111 111 MACHINE_START(SMDK2410, "SMDK2410") /* @TODO: request a new identifier and switch 112 112 * to SMDK2410 */ 113 113 /* Maintainer: Jonas Dietsche */ 114 - .phys_io = S3C2410_PA_UART, 115 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 116 114 .boot_params = S3C2410_SDRAM_PA + 0x100, 117 115 .map_io = smdk2410_map_io, 118 116 .init_irq = s3c24xx_init_irq,
-2
arch/arm/mach-s3c2410/mach-tct_hammer.c
··· 152 152 } 153 153 154 154 MACHINE_START(TCT_HAMMER, "TCT_HAMMER") 155 - .phys_io = S3C2410_PA_UART, 156 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 157 155 .boot_params = S3C2410_SDRAM_PA + 0x100, 158 156 .map_io = tct_hammer_map_io, 159 157 .init_irq = s3c24xx_init_irq,
-2
arch/arm/mach-s3c2410/mach-vr1000.c
··· 400 400 401 401 MACHINE_START(VR1000, "Thorcom-VR1000") 402 402 /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ 403 - .phys_io = S3C2410_PA_UART, 404 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 405 403 .boot_params = S3C2410_SDRAM_PA + 0x100, 406 404 .map_io = vr1000_map_io, 407 405 .init_machine = vr1000_init,
-2
arch/arm/mach-s3c2412/mach-jive.c
··· 675 675 676 676 MACHINE_START(JIVE, "JIVE") 677 677 /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ 678 - .phys_io = S3C2410_PA_UART, 679 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 680 678 .boot_params = S3C2410_SDRAM_PA + 0x100, 681 679 682 680 .init_irq = s3c24xx_init_irq,
-6
arch/arm/mach-s3c2412/mach-smdk2413.c
··· 150 150 151 151 MACHINE_START(S3C2413, "S3C2413") 152 152 /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ 153 - .phys_io = S3C2410_PA_UART, 154 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 155 153 .boot_params = S3C2410_SDRAM_PA + 0x100, 156 154 157 155 .fixup = smdk2413_fixup, ··· 161 163 162 164 MACHINE_START(SMDK2412, "SMDK2412") 163 165 /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ 164 - .phys_io = S3C2410_PA_UART, 165 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 166 166 .boot_params = S3C2410_SDRAM_PA + 0x100, 167 167 168 168 .fixup = smdk2413_fixup, ··· 172 176 173 177 MACHINE_START(SMDK2413, "SMDK2413") 174 178 /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ 175 - .phys_io = S3C2410_PA_UART, 176 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 177 179 .boot_params = S3C2410_SDRAM_PA + 0x100, 178 180 179 181 .fixup = smdk2413_fixup,
-2
arch/arm/mach-s3c2412/mach-vstms.c
··· 156 156 } 157 157 158 158 MACHINE_START(VSTMS, "VSTMS") 159 - .phys_io = S3C2410_PA_UART, 160 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 161 159 .boot_params = S3C2410_SDRAM_PA + 0x100, 162 160 163 161 .fixup = vstms_fixup,
-2
arch/arm/mach-s3c2416/mach-smdk2416.c
··· 195 195 196 196 MACHINE_START(SMDK2416, "SMDK2416") 197 197 /* Maintainer: Yauhen Kharuzhy <jekhor@gmail.com> */ 198 - .phys_io = S3C2410_PA_UART, 199 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 200 198 .boot_params = S3C2410_SDRAM_PA + 0x100, 201 199 202 200 .init_irq = s3c24xx_init_irq,
-2
arch/arm/mach-s3c2440/mach-anubis.c
··· 498 498 499 499 MACHINE_START(ANUBIS, "Simtec-Anubis") 500 500 /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ 501 - .phys_io = S3C2410_PA_UART, 502 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 503 501 .boot_params = S3C2410_SDRAM_PA + 0x100, 504 502 .map_io = anubis_map_io, 505 503 .init_machine = anubis_init,
-2
arch/arm/mach-s3c2440/mach-at2440evb.c
··· 233 233 234 234 235 235 MACHINE_START(AT2440EVB, "AT2440EVB") 236 - .phys_io = S3C2410_PA_UART, 237 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 238 236 .boot_params = S3C2410_SDRAM_PA + 0x100, 239 237 .map_io = at2440evb_map_io, 240 238 .init_machine = at2440evb_init,
-2
arch/arm/mach-s3c2440/mach-gta02.c
··· 572 572 573 573 MACHINE_START(NEO1973_GTA02, "GTA02") 574 574 /* Maintainer: Nelson Castillo <arhuaco@freaks-unidos.net> */ 575 - .phys_io = S3C2410_PA_UART, 576 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 577 575 .boot_params = S3C2410_SDRAM_PA + 0x100, 578 576 .map_io = gta02_map_io, 579 577 .init_irq = s3c24xx_init_irq,
-2
arch/arm/mach-s3c2440/mach-mini2440.c
··· 691 691 692 692 MACHINE_START(MINI2440, "MINI2440") 693 693 /* Maintainer: Michel Pollet <buserror@gmail.com> */ 694 - .phys_io = S3C2410_PA_UART, 695 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 696 694 .boot_params = S3C2410_SDRAM_PA + 0x100, 697 695 .map_io = mini2440_map_io, 698 696 .init_machine = mini2440_init,
-2
arch/arm/mach-s3c2440/mach-nexcoder.c
··· 151 151 152 152 MACHINE_START(NEXCODER_2440, "NexVision - Nexcoder 2440") 153 153 /* Maintainer: Guillaume GOURAT <guillaume.gourat@nexvision.tv> */ 154 - .phys_io = S3C2410_PA_UART, 155 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 156 154 .boot_params = S3C2410_SDRAM_PA + 0x100, 157 155 .map_io = nexcoder_map_io, 158 156 .init_machine = nexcoder_init,
-2
arch/arm/mach-s3c2440/mach-osiris.c
··· 455 455 456 456 MACHINE_START(OSIRIS, "Simtec-OSIRIS") 457 457 /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ 458 - .phys_io = S3C2410_PA_UART, 459 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 460 458 .boot_params = S3C2410_SDRAM_PA + 0x100, 461 459 .map_io = osiris_map_io, 462 460 .init_irq = s3c24xx_init_irq,
-2
arch/arm/mach-s3c2440/mach-rx1950.c
··· 580 580 581 581 MACHINE_START(RX1950, "HP iPAQ RX1950") 582 582 /* Maintainers: Vasily Khoruzhick */ 583 - .phys_io = S3C2410_PA_UART, 584 - .io_pg_offst = (((u32) S3C24XX_VA_UART) >> 18) & 0xfffc, 585 583 .boot_params = S3C2410_SDRAM_PA + 0x100, 586 584 .map_io = rx1950_map_io, 587 585 .reserve = rx1950_reserve,
-2
arch/arm/mach-s3c2440/mach-rx3715.c
··· 218 218 219 219 MACHINE_START(RX3715, "IPAQ-RX3715") 220 220 /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ 221 - .phys_io = S3C2410_PA_UART, 222 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 223 221 .boot_params = S3C2410_SDRAM_PA + 0x100, 224 222 .map_io = rx3715_map_io, 225 223 .reserve = rx3715_reserve,
-2
arch/arm/mach-s3c2440/mach-smdk2440.c
··· 175 175 176 176 MACHINE_START(S3C2440, "SMDK2440") 177 177 /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ 178 - .phys_io = S3C2410_PA_UART, 179 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 180 178 .boot_params = S3C2410_SDRAM_PA + 0x100, 181 179 182 180 .init_irq = s3c24xx_init_irq,
-2
arch/arm/mach-s3c2443/mach-smdk2443.c
··· 132 132 133 133 MACHINE_START(SMDK2443, "SMDK2443") 134 134 /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ 135 - .phys_io = S3C2410_PA_UART, 136 - .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, 137 135 .boot_params = S3C2410_SDRAM_PA + 0x100, 138 136 139 137 .init_irq = s3c24xx_init_irq,
-2
arch/arm/mach-s3c64xx/mach-anw6410.c
··· 233 233 234 234 MACHINE_START(ANW6410, "A&W6410") 235 235 /* Maintainer: Kwangwoo Lee <kwangwoo.lee@gmail.com> */ 236 - .phys_io = S3C_PA_UART & 0xfff00000, 237 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 238 236 .boot_params = S3C64XX_PA_SDRAM + 0x100, 239 237 240 238 .init_irq = s3c6410_init_irq,
-2
arch/arm/mach-s3c64xx/mach-hmt.c
··· 265 265 266 266 MACHINE_START(HMT, "Airgoo-HMT") 267 267 /* Maintainer: Peter Korsgaard <jacmet@sunsite.dk> */ 268 - .phys_io = S3C_PA_UART & 0xfff00000, 269 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 270 268 .boot_params = S3C64XX_PA_SDRAM + 0x100, 271 269 .init_irq = s3c6410_init_irq, 272 270 .map_io = hmt_map_io,
-2
arch/arm/mach-s3c64xx/mach-ncp.c
··· 97 97 98 98 MACHINE_START(NCP, "NCP") 99 99 /* Maintainer: Samsung Electronics */ 100 - .phys_io = S3C_PA_UART & 0xfff00000, 101 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 102 100 .boot_params = S3C64XX_PA_SDRAM + 0x100, 103 101 .init_irq = s3c6410_init_irq, 104 102 .map_io = ncp_map_io,
-2
arch/arm/mach-s3c64xx/mach-real6410.c
··· 141 141 142 142 MACHINE_START(REAL6410, "REAL6410") 143 143 /* Maintainer: Darius Augulis <augulis.darius@gmail.com> */ 144 - .phys_io = S3C_PA_UART & 0xfff00000, 145 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 146 144 .boot_params = S3C64XX_PA_SDRAM + 0x100, 147 145 148 146 .init_irq = s3c6410_init_irq,
-2
arch/arm/mach-s3c64xx/mach-smartq5.c
··· 146 146 147 147 MACHINE_START(SMARTQ5, "SmartQ 5") 148 148 /* Maintainer: Maurus Cuelenaere <mcuelenaere AT gmail DOT com> */ 149 - .phys_io = S3C_PA_UART & 0xfff00000, 150 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 151 149 .boot_params = S3C64XX_PA_SDRAM + 0x100, 152 150 .init_irq = s3c6410_init_irq, 153 151 .map_io = smartq_map_io,
-2
arch/arm/mach-s3c64xx/mach-smartq7.c
··· 162 162 163 163 MACHINE_START(SMARTQ7, "SmartQ 7") 164 164 /* Maintainer: Maurus Cuelenaere <mcuelenaere AT gmail DOT com> */ 165 - .phys_io = S3C_PA_UART & 0xfff00000, 166 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 167 165 .boot_params = S3C64XX_PA_SDRAM + 0x100, 168 166 .init_irq = s3c6410_init_irq, 169 167 .map_io = smartq_map_io,
-2
arch/arm/mach-s3c64xx/mach-smdk6400.c
··· 85 85 86 86 MACHINE_START(SMDK6400, "SMDK6400") 87 87 /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ 88 - .phys_io = S3C_PA_UART & 0xfff00000, 89 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 90 88 .boot_params = S3C64XX_PA_SDRAM + 0x100, 91 89 92 90 .init_irq = s3c6400_init_irq,
-2
arch/arm/mach-s3c64xx/mach-smdk6410.c
··· 704 704 705 705 MACHINE_START(SMDK6410, "SMDK6410") 706 706 /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ 707 - .phys_io = S3C_PA_UART & 0xfff00000, 708 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 709 707 .boot_params = S3C64XX_PA_SDRAM + 0x100, 710 708 711 709 .init_irq = s3c6410_init_irq,
-2
arch/arm/mach-s5p6442/mach-smdk6442.c
··· 83 83 84 84 MACHINE_START(SMDK6442, "SMDK6442") 85 85 /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ 86 - .phys_io = S3C_PA_UART & 0xfff00000, 87 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 88 86 .boot_params = S5P_PA_SDRAM + 0x100, 89 87 .init_irq = s5p6442_init_irq, 90 88 .map_io = smdk6442_map_io,
-2
arch/arm/mach-s5p64x0/mach-smdk6440.c
··· 152 152 153 153 MACHINE_START(SMDK6440, "SMDK6440") 154 154 /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ 155 - .phys_io = S5P6440_PA_UART(0) & 0xfff00000, 156 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 157 155 .boot_params = S5P64X0_PA_SDRAM + 0x100, 158 156 159 157 .init_irq = s5p6440_init_irq,
-2
arch/arm/mach-s5p64x0/mach-smdk6450.c
··· 171 171 172 172 MACHINE_START(SMDK6450, "SMDK6450") 173 173 /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ 174 - .phys_io = S5P6450_PA_UART(0) & 0xfff00000, 175 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 176 174 .boot_params = S5P64X0_PA_SDRAM + 0x100, 177 175 178 176 .init_irq = s5p6450_init_irq,
-2
arch/arm/mach-s5pc100/mach-smdkc100.c
··· 235 235 236 236 MACHINE_START(SMDKC100, "SMDKC100") 237 237 /* Maintainer: Byungho Min <bhmin@samsung.com> */ 238 - .phys_io = S3C_PA_UART & 0xfff00000, 239 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 240 238 .boot_params = S5P_PA_SDRAM + 0x100, 241 239 .init_irq = s5pc100_init_irq, 242 240 .map_io = smdkc100_map_io,
-2
arch/arm/mach-s5pv210/mach-aquila.c
··· 516 516 /* Maintainers: 517 517 Marek Szyprowski <m.szyprowski@samsung.com> 518 518 Kyungmin Park <kyungmin.park@samsung.com> */ 519 - .phys_io = S3C_PA_UART & 0xfff00000, 520 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 521 519 .boot_params = S5P_PA_SDRAM + 0x100, 522 520 .init_irq = s5pv210_init_irq, 523 521 .map_io = aquila_map_io,
-2
arch/arm/mach-s5pv210/mach-goni.c
··· 491 491 492 492 MACHINE_START(GONI, "GONI") 493 493 /* Maintainers: Kyungmin Park <kyungmin.park@samsung.com> */ 494 - .phys_io = S3C_PA_UART & 0xfff00000, 495 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 496 494 .boot_params = S5P_PA_SDRAM + 0x100, 497 495 .init_irq = s5pv210_init_irq, 498 496 .map_io = goni_map_io,
-2
arch/arm/mach-s5pv210/mach-smdkc110.c
··· 127 127 128 128 MACHINE_START(SMDKC110, "SMDKC110") 129 129 /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ 130 - .phys_io = S3C_PA_UART & 0xfff00000, 131 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 132 130 .boot_params = S5P_PA_SDRAM + 0x100, 133 131 .init_irq = s5pv210_init_irq, 134 132 .map_io = smdkc110_map_io,
-2
arch/arm/mach-s5pv210/mach-smdkv210.c
··· 165 165 166 166 MACHINE_START(SMDKV210, "SMDKV210") 167 167 /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ 168 - .phys_io = S3C_PA_UART & 0xfff00000, 169 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 170 168 .boot_params = S5P_PA_SDRAM + 0x100, 171 169 .init_irq = s5pv210_init_irq, 172 170 .map_io = smdkv210_map_io,
-2
arch/arm/mach-s5pv310/mach-smdkv310.c
··· 82 82 MACHINE_START(SMDKV310, "SMDKV310") 83 83 /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ 84 84 /* Maintainer: Changhwan Youn <chaos.youn@samsung.com> */ 85 - .phys_io = S3C_PA_UART & 0xfff00000, 86 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 87 85 .boot_params = S5P_PA_SDRAM + 0x100, 88 86 .init_irq = s5pv310_init_irq, 89 87 .map_io = smdkv310_map_io,
-2
arch/arm/mach-s5pv310/mach-universal_c210.c
··· 76 76 77 77 MACHINE_START(UNIVERSAL_C210, "UNIVERSAL_C210") 78 78 /* Maintainer: Kyungmin Park <kyungmin.park@samsung.com> */ 79 - .phys_io = S3C_PA_UART & 0xfff00000, 80 - .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, 81 79 .boot_params = S5P_PA_SDRAM + 0x100, 82 80 .init_irq = s5pv310_init_irq, 83 81 .map_io = universal_map_io,
-2
arch/arm/mach-sa1100/assabet.c
··· 447 447 448 448 449 449 MACHINE_START(ASSABET, "Intel-Assabet") 450 - .phys_io = 0x80000000, 451 - .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, 452 450 .boot_params = 0xc0000100, 453 451 .fixup = fixup_assabet, 454 452 .map_io = assabet_map_io,
-2
arch/arm/mach-sa1100/badge4.c
··· 302 302 } 303 303 304 304 MACHINE_START(BADGE4, "Hewlett-Packard Laboratories BadgePAD 4") 305 - .phys_io = 0x80000000, 306 - .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, 307 305 .boot_params = 0xc0000100, 308 306 .map_io = badge4_map_io, 309 307 .init_irq = sa1100_init_irq,
-2
arch/arm/mach-sa1100/cerf.c
··· 135 135 136 136 MACHINE_START(CERF, "Intrinsyc CerfBoard/CerfCube") 137 137 /* Maintainer: support@intrinsyc.com */ 138 - .phys_io = 0x80000000, 139 - .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, 140 138 .map_io = cerf_map_io, 141 139 .init_irq = cerf_init_irq, 142 140 .timer = &sa1100_timer,
-2
arch/arm/mach-sa1100/collie.c
··· 379 379 } 380 380 381 381 MACHINE_START(COLLIE, "Sharp-Collie") 382 - .phys_io = 0x80000000, 383 - .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, 384 382 .map_io = collie_map_io, 385 383 .init_irq = sa1100_init_irq, 386 384 .timer = &sa1100_timer,
-2
arch/arm/mach-sa1100/h3100.c
··· 84 84 } 85 85 86 86 MACHINE_START(H3100, "Compaq iPAQ H3100") 87 - .phys_io = 0x80000000, 88 - .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, 89 87 .boot_params = 0xc0000100, 90 88 .map_io = h3100_map_io, 91 89 .init_irq = sa1100_init_irq,
-2
arch/arm/mach-sa1100/h3600.c
··· 125 125 } 126 126 127 127 MACHINE_START(H3600, "Compaq iPAQ H3600") 128 - .phys_io = 0x80000000, 129 - .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, 130 128 .boot_params = 0xc0000100, 131 129 .map_io = h3600_map_io, 132 130 .init_irq = sa1100_init_irq,
-2
arch/arm/mach-sa1100/hackkit.c
··· 195 195 */ 196 196 197 197 MACHINE_START(HACKKIT, "HackKit Cpu Board") 198 - .phys_io = 0x80000000, 199 - .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, 200 198 .boot_params = 0xc0000100, 201 199 .map_io = hackkit_map_io, 202 200 .init_irq = sa1100_init_irq,
-2
arch/arm/mach-sa1100/jornada720.c
··· 364 364 365 365 MACHINE_START(JORNADA720, "HP Jornada 720") 366 366 /* Maintainer: Kristoffer Ericson <Kristoffer.Ericson@gmail.com> */ 367 - .phys_io = 0x80000000, 368 - .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, 369 367 .boot_params = 0xc0000100, 370 368 .map_io = jornada720_map_io, 371 369 .init_irq = sa1100_init_irq,
-2
arch/arm/mach-sa1100/lart.c
··· 61 61 } 62 62 63 63 MACHINE_START(LART, "LART") 64 - .phys_io = 0x80000000, 65 - .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, 66 64 .boot_params = 0xc0000100, 67 65 .map_io = lart_map_io, 68 66 .init_irq = sa1100_init_irq,
-2
arch/arm/mach-sa1100/pleb.c
··· 146 146 } 147 147 148 148 MACHINE_START(PLEB, "PLEB") 149 - .phys_io = 0x80000000, 150 - .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, 151 149 .map_io = pleb_map_io, 152 150 .init_irq = sa1100_init_irq, 153 151 .timer = &sa1100_timer,
-2
arch/arm/mach-sa1100/shannon.c
··· 82 82 } 83 83 84 84 MACHINE_START(SHANNON, "Shannon (AKA: Tuxscreen)") 85 - .phys_io = 0x80000000, 86 - .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, 87 85 .boot_params = 0xc0000100, 88 86 .map_io = shannon_map_io, 89 87 .init_irq = sa1100_init_irq,
-2
arch/arm/mach-sa1100/simpad.c
··· 228 228 229 229 MACHINE_START(SIMPAD, "Simpad") 230 230 /* Maintainer: Holger Freyther */ 231 - .phys_io = 0x80000000, 232 - .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, 233 231 .boot_params = 0xc0000100, 234 232 .map_io = simpad_map_io, 235 233 .init_irq = sa1100_init_irq,
-2
arch/arm/mach-shark/core.c
··· 152 152 153 153 MACHINE_START(SHARK, "Shark") 154 154 /* Maintainer: Alexander Schulz */ 155 - .phys_io = 0x40000000, 156 - .io_pg_offst = ((0xe0000000) >> 18) & 0xfffc, 157 155 .boot_params = 0x08003000, 158 156 .map_io = shark_map_io, 159 157 .init_irq = shark_init_irq,
-2
arch/arm/mach-shmobile/board-ap4evb.c
··· 1105 1105 }; 1106 1106 1107 1107 MACHINE_START(AP4EVB, "ap4evb") 1108 - .phys_io = 0xe6000000, 1109 - .io_pg_offst = ((0xe6000000) >> 18) & 0xfffc, 1110 1108 .map_io = ap4evb_map_io, 1111 1109 .init_irq = sh7372_init_irq, 1112 1110 .init_machine = ap4evb_init,
-2
arch/arm/mach-shmobile/board-g3evm.c
··· 365 365 }; 366 366 367 367 MACHINE_START(G3EVM, "g3evm") 368 - .phys_io = 0xe6000000, 369 - .io_pg_offst = ((0xe6000000) >> 18) & 0xfffc, 370 368 .map_io = g3evm_map_io, 371 369 .init_irq = sh7367_init_irq, 372 370 .init_machine = g3evm_init,
-2
arch/arm/mach-shmobile/board-g4evm.c
··· 392 392 }; 393 393 394 394 MACHINE_START(G4EVM, "g4evm") 395 - .phys_io = 0xe6000000, 396 - .io_pg_offst = ((0xe6000000) >> 18) & 0xfffc, 397 395 .map_io = g4evm_map_io, 398 396 .init_irq = sh7377_init_irq, 399 397 .init_machine = g4evm_init,
-2
arch/arm/mach-stmp378x/stmp378x_devb.c
··· 324 324 } 325 325 326 326 MACHINE_START(STMP378X, "STMP378X") 327 - .phys_io = 0x80000000, 328 - .io_pg_offst = ((0xf0000000) >> 18) & 0xfffc, 329 327 .boot_params = 0x40000100, 330 328 .map_io = stmp378x_map_io, 331 329 .init_irq = stmp378x_init_irq,
-2
arch/arm/mach-stmp37xx/stmp37xx_devb.c
··· 91 91 } 92 92 93 93 MACHINE_START(STMP37XX, "STMP37XX") 94 - .phys_io = 0x80000000, 95 - .io_pg_offst = ((0xf0000000) >> 18) & 0xfffc, 96 94 .boot_params = 0x40000100, 97 95 .map_io = stmp37xx_map_io, 98 96 .init_irq = stmp37xx_init_irq,
-2
arch/arm/mach-tcc8k/board-tcc8000-sdk.c
··· 54 54 } 55 55 56 56 MACHINE_START(TCC8000_SDK, "Telechips TCC8000-SDK Demo Board") 57 - .phys_io = 0x90000000, 58 - .io_pg_offst = ((0xf1000000) >> 18) & 0xfffc, 59 57 .boot_params = PHYS_OFFSET + 0x00000100, 60 58 .map_io = tcc8k_map_io, 61 59 .init_irq = tcc8k_init_irq,
-2
arch/arm/mach-tegra/board-harmony.c
··· 115 115 116 116 MACHINE_START(HARMONY, "harmony") 117 117 .boot_params = 0x00000100, 118 - .phys_io = IO_APB_PHYS, 119 - .io_pg_offst = ((IO_APB_VIRT) >> 18) & 0xfffc, 120 118 .fixup = tegra_harmony_fixup, 121 119 .init_irq = tegra_init_irq, 122 120 .init_machine = tegra_harmony_init,
-2
arch/arm/mach-u300/u300.c
··· 61 61 62 62 MACHINE_START(U300, MACH_U300_STRING) 63 63 /* Maintainer: Linus Walleij <linus.walleij@stericsson.com> */ 64 - .phys_io = U300_AHB_PER_PHYS_BASE, 65 - .io_pg_offst = ((U300_AHB_PER_VIRT_BASE) >> 18) & 0xfffc, 66 64 .boot_params = BOOT_PARAMS_OFFSET, 67 65 .map_io = u300_map_io, 68 66 .reserve = u300_reserve,
-2
arch/arm/mach-ux500/board-mop500.c
··· 195 195 196 196 MACHINE_START(U8500, "ST-Ericsson MOP500 platform") 197 197 /* Maintainer: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> */ 198 - .phys_io = U8500_UART2_BASE, 199 - .io_pg_offst = (IO_ADDRESS(U8500_UART2_BASE) >> 18) & 0xfffc, 200 198 .boot_params = 0x100, 201 199 .map_io = u8500_map_io, 202 200 .init_irq = ux500_init_irq,
-2
arch/arm/mach-ux500/board-u5500.c
··· 31 31 } 32 32 33 33 MACHINE_START(U8500, "ST-Ericsson U5500 Platform") 34 - .phys_io = UX500_UART0_BASE, 35 - .io_pg_offst = (IO_ADDRESS(UX500_UART0_BASE) >> 18) & 0xfffc, 36 34 .boot_params = 0x00000100, 37 35 .map_io = u5500_map_io, 38 36 .init_irq = ux500_init_irq,
-2
arch/arm/mach-versatile/versatile_ab.c
··· 35 35 36 36 MACHINE_START(VERSATILE_AB, "ARM-Versatile AB") 37 37 /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ 38 - .phys_io = 0x101f1000, 39 - .io_pg_offst = ((0xf11f1000) >> 18) & 0xfffc, 40 38 .boot_params = 0x00000100, 41 39 .map_io = versatile_map_io, 42 40 .init_irq = versatile_init_irq,
-2
arch/arm/mach-versatile/versatile_pb.c
··· 108 108 109 109 MACHINE_START(VERSATILE_PB, "ARM-Versatile PB") 110 110 /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ 111 - .phys_io = 0x101f1000, 112 - .io_pg_offst = ((0xf11f1000) >> 18) & 0xfffc, 113 111 .boot_params = 0x00000100, 114 112 .map_io = versatile_map_io, 115 113 .init_irq = versatile_init_irq,
-2
arch/arm/mach-vexpress/ct-ca9x4.c
··· 245 245 } 246 246 247 247 MACHINE_START(VEXPRESS, "ARM-Versatile Express CA9x4") 248 - .phys_io = V2M_UART0 & SECTION_MASK, 249 - .io_pg_offst = (__MMIO_P2V(V2M_UART0) >> 18) & 0xfffc, 250 248 .boot_params = PHYS_OFFSET + 0x00000100, 251 249 .map_io = ct_ca9x4_map_io, 252 250 .init_irq = ct_ca9x4_init_irq,
-2
arch/arm/mach-w90x900/mach-nuc910evb.c
··· 34 34 35 35 MACHINE_START(W90P910EVB, "W90P910EVB") 36 36 /* Maintainer: Wan ZongShun */ 37 - .phys_io = W90X900_PA_UART, 38 - .io_pg_offst = (((u32)W90X900_VA_UART) >> 18) & 0xfffc, 39 37 .boot_params = 0, 40 38 .map_io = nuc910evb_map_io, 41 39 .init_irq = nuc900_init_irq,
-2
arch/arm/mach-w90x900/mach-nuc950evb.c
··· 37 37 38 38 MACHINE_START(W90P950EVB, "W90P950EVB") 39 39 /* Maintainer: Wan ZongShun */ 40 - .phys_io = W90X900_PA_UART, 41 - .io_pg_offst = (((u32)W90X900_VA_UART) >> 18) & 0xfffc, 42 40 .boot_params = 0, 43 41 .map_io = nuc950evb_map_io, 44 42 .init_irq = nuc900_init_irq,
-2
arch/arm/mach-w90x900/mach-nuc960evb.c
··· 34 34 35 35 MACHINE_START(W90N960EVB, "W90N960EVB") 36 36 /* Maintainer: Wan ZongShun */ 37 - .phys_io = W90X900_PA_UART, 38 - .io_pg_offst = (((u32)W90X900_VA_UART) >> 18) & 0xfffc, 39 37 .boot_params = 0, 40 38 .map_io = nuc960evb_map_io, 41 39 .init_irq = nuc900_init_irq,