spi-topcliff-pch: supports a spi mode setup and bit order setup by IO control
[zen-stable.git] / arch / arm / plat-orion / include / plat / time.h
blob4d5f1f6e18dfb3b1c8b564b3a45cc083a26fc477
1 /*
2 * arch/arm/plat-orion/include/plat/time.h
4 * Marvell Orion SoC time handling.
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
9 */
11 #ifndef __PLAT_TIME_H
12 #define __PLAT_TIME_H
14 void orion_time_set_base(u32 timer_base);
16 void orion_time_init(u32 bridge_base, u32 bridge_timer1_clr_mask,
17 unsigned int irq, unsigned int tclk);
20 #endif