GNU Linux-libre 4.14.290-gnu1
[releases.git] / drivers / staging / media / atomisp / include / linux / vlv2_plat_clock.h
1 /*
2  * vlv2_plat_clock.h
3  *
4  * Copyright (C) 2013 Intel Corp
5  * Author: Asutosh Pathak <asutosh.pathak@intel.com>
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; version 2 of the License.
10  *
11  * This program is distributed in the hope that it will be useful, but
12  * WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License along
17  * with this program; if not, write to the Free Software Foundation, Inc.,
18  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
19  */
20
21 #ifndef __VLV2_PLAT_CLOCK_H
22 #define __VLV2_PLAT_CLOCK_H
23
24 int vlv2_plat_set_clock_freq(int clock_num, int freq_type);
25 int vlv2_plat_get_clock_freq(int clock_num);
26
27 int vlv2_plat_configure_clock(int clock_num, u32 conf);
28 int vlv2_plat_get_clock_status(int clock_num);
29
30 #endif /* __VLV2_PLAT_CLOCK_H */