| 
									
										
										
										
											2008-03-27 14:51:40 -04:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2008-08-09 13:44:58 +02:00
										 |  |  |  * arch/arm/plat-orion/include/plat/time.h | 
					
						
							| 
									
										
										
										
											2008-03-27 14:51:40 -04:00
										 |  |  |  * | 
					
						
							|  |  |  |  * Marvell Orion SoC time handling. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This file is licensed under the terms of the GNU General Public | 
					
						
							|  |  |  |  * License version 2.  This program is licensed "as is" without any | 
					
						
							|  |  |  |  * warranty of any kind, whether express or implied. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-09 13:44:58 +02:00
										 |  |  | #ifndef __PLAT_TIME_H
 | 
					
						
							|  |  |  | #define __PLAT_TIME_H
 | 
					
						
							| 
									
										
										
										
											2008-03-27 14:51:40 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-09-11 14:27:25 +02:00
										 |  |  | void orion_time_set_base(void __iomem *timer_base); | 
					
						
							| 
									
										
										
										
											2010-10-15 16:50:26 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-09-11 14:27:25 +02:00
										 |  |  | void orion_time_init(void __iomem *bridge_base, u32 bridge_timer1_clr_mask, | 
					
						
							| 
									
										
										
										
											2010-10-15 16:50:26 +02:00
										 |  |  | 		     unsigned int irq, unsigned int tclk); | 
					
						
							| 
									
										
										
										
											2008-03-27 14:51:40 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif
 |