162306a36Sopenharmony_ci/* 262306a36Sopenharmony_ci * arch/arm/plat-orion/include/plat/time.h 362306a36Sopenharmony_ci * 462306a36Sopenharmony_ci * Marvell Orion SoC time handling. 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci * This file is licensed under the terms of the GNU General Public 762306a36Sopenharmony_ci * License version 2. This program is licensed "as is" without any 862306a36Sopenharmony_ci * warranty of any kind, whether express or implied. 962306a36Sopenharmony_ci */ 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#ifndef __PLAT_TIME_H 1262306a36Sopenharmony_ci#define __PLAT_TIME_H 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_civoid orion_time_set_base(void __iomem *timer_base); 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_civoid orion_time_init(void __iomem *bridge_base, u32 bridge_timer1_clr_mask, 1762306a36Sopenharmony_ci unsigned int irq, unsigned int tclk); 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci#endif 21