85932e902e9994cf9c781c0e847248d8b72c6a73
[safe/jmp/linux-2.6] / arch / arm / include / asm / hardware / icst307.h
1 /*
2  *  arch/arm/include/asm/hardware/icst307.h
3  *
4  *  Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  *
10  *  Support functions for calculating clocks/divisors for the ICS307
11  *  clock generators.  See http://www.icst.com/ for more information
12  *  on these devices.
13  *
14  *  This file is similar to the icst525.h file
15  */
16 #ifndef ASMARM_HARDWARE_ICST307_H
17 #define ASMARM_HARDWARE_ICST307_H
18
19 #include <asm/hardware/icst.h>
20
21 unsigned long icst307_khz(const struct icst_params *p, struct icst_vco vco);
22 struct icst_vco icst307_khz_to_vco(const struct icst_params *p, unsigned long freq);
23 struct icst_vco icst307_ps_to_vco(const struct icst_params *p, unsigned long period);
24
25 #endif