| 
									
										
										
										
											2008-08-05 16:14:15 +01:00
										 |  |  | /* arch/arm/mach-msm/include/mach/io.h
 | 
					
						
							| 
									
										
										
										
											2007-11-26 04:11:43 -08:00
										 |  |  |  * | 
					
						
							|  |  |  |  * Copyright (C) 2007 Google, Inc. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This software is licensed under the terms of the GNU General Public | 
					
						
							|  |  |  |  * License version 2, as published by the Free Software Foundation, and | 
					
						
							|  |  |  |  * may be copied, distributed, and modified under those terms. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  * GNU General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef __ASM_ARM_ARCH_IO_H
 | 
					
						
							|  |  |  | #define __ASM_ARM_ARCH_IO_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define IO_SPACE_LIMIT 0xffffffff
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define __arch_ioremap __msm_ioremap
 | 
					
						
							|  |  |  | #define __arch_iounmap __iounmap
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void __iomem *__msm_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-11-30 11:45:54 +00:00
										 |  |  | #define __io(a)		__typesafe_io(a)
 | 
					
						
							| 
									
										
										
										
											2007-11-26 04:11:43 -08:00
										 |  |  | #define __mem_pci(a)    (a)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-05-04 15:12:27 -07:00
										 |  |  | void msm_map_qsd8x50_io(void); | 
					
						
							| 
									
										
										
										
											2010-05-04 15:26:13 -07:00
										 |  |  | void msm_map_msm7x30_io(void); | 
					
						
							| 
									
										
										
										
											2010-01-06 14:55:24 -08:00
										 |  |  | void msm_map_msm8x60_io(void); | 
					
						
							| 
									
										
										
										
											2010-12-01 19:05:49 -08:00
										 |  |  | void msm_map_msm8960_io(void); | 
					
						
							| 
									
										
										
										
											2010-05-04 15:26:13 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-05-04 15:12:27 -07:00
										 |  |  | extern unsigned int msm_shared_ram_phys; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-11-26 04:11:43 -08:00
										 |  |  | #endif
 |