Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * arch/arm/plat-orion/include/plat/time.h
0003  *
0004  * Marvell Orion SoC time handling.
0005  *
0006  * This file is licensed under the terms of the GNU General Public
0007  * License version 2.  This program is licensed "as is" without any
0008  * warranty of any kind, whether express or implied.
0009  */
0010 
0011 #ifndef __PLAT_TIME_H
0012 #define __PLAT_TIME_H
0013 
0014 void orion_time_set_base(void __iomem *timer_base);
0015 
0016 void orion_time_init(void __iomem *bridge_base, u32 bridge_timer1_clr_mask,
0017              unsigned int irq, unsigned int tclk);
0018 
0019 
0020 #endif