| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2008-08-05 16:14:15 +01:00
										 |  |  |  * arch/arm/mach-ixp4xx/include/mach/hardware.h  | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  * | 
					
						
							|  |  |  |  * Copyright (C) 2002 Intel Corporation. | 
					
						
							|  |  |  |  * Copyright (C) 2003-2004 MontaVista Software, Inc. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License version 2 as | 
					
						
							|  |  |  |  * published by the Free Software Foundation. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  * Hardware definitions for IXP4xx based systems | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef __ASM_ARCH_HARDWARE_H__
 | 
					
						
							|  |  |  | #define __ASM_ARCH_HARDWARE_H__
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-15 18:02:10 +01:00
										 |  |  | #ifdef CONFIG_IXP4XX_INDIRECT_PCI
 | 
					
						
							|  |  |  | #define PCIBIOS_MAX_MEM		0x4FFFFFFF
 | 
					
						
							|  |  |  | #else
 | 
					
						
							|  |  |  | #define PCIBIOS_MAX_MEM		0x4BFFFFFF
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-12-18 03:53:27 +01:00
										 |  |  | /* Register locations and bits */ | 
					
						
							|  |  |  | #include "ixp4xx-regs.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-04-11 16:32:46 +01:00
										 |  |  | #ifndef __ASSEMBLER__
 | 
					
						
							| 
									
										
										
										
											2008-08-05 16:14:15 +01:00
										 |  |  | #include <mach/cpu.h>
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Platform helper functions and definitions */ | 
					
						
							|  |  |  | #include "platform.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif  /* _ASM_ARCH_HARDWARE_H */
 |