| 
									
										
										
										
											2009-01-20 14:15:18 +08:00
										 |  |  | /* arch/arm/mach-mmp/include/mach/debug-macro.S | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Debugging macro include header | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *  Copied from arch/arm/mach-pxa/include/mach/debug.S | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 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. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-08-10 23:49:41 +08:00
										 |  |  | #if defined(CONFIG_DEBUG_MMP_UART2) | 
					
						
							|  |  |  | #define MMP_UART_OFFSET	0x00017000 | 
					
						
							|  |  |  | #elif defined(CONFIG_DEBUG_MMP_UART3) | 
					
						
							|  |  |  | #define MMP_UART_OFFSET	0x00018000 | 
					
						
							|  |  |  | #else | 
					
						
							|  |  |  | #error "Select uart for DEBUG_LL" | 
					
						
							|  |  |  | #endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-20 14:15:18 +08:00
										 |  |  | #include <mach/addr-map.h> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-08-31 22:55:46 -04:00
										 |  |  | 		.macro	addruart, rp, rv, tmp | 
					
						
							| 
									
										
										
										
											2010-07-06 18:30:06 +08:00
										 |  |  | 		ldr	\rp, =APB_PHYS_BASE		@ physical
 | 
					
						
							|  |  |  | 		ldr	\rv, =APB_VIRT_BASE		@ virtual
 | 
					
						
							| 
									
										
										
										
											2012-08-10 23:49:41 +08:00
										 |  |  | 		orr	\rp, \rp, #MMP_UART_OFFSET | 
					
						
							|  |  |  | 		orr	\rv, \rv, #MMP_UART_OFFSET | 
					
						
							| 
									
										
										
										
											2009-01-20 14:15:18 +08:00
										 |  |  | 		.endm | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define UART_SHIFT	2 | 
					
						
							|  |  |  | #include <asm/hardware/debug-8250.S> |