Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
arm
plat-versatile
include
plat
clock.h
Go to the documentation of this file.
1
#ifndef PLAT_CLOCK_H
2
#define PLAT_CLOCK_H
3
4
#include <
asm/hardware/icst.h
>
5
6
struct
clk_ops
{
7
long
(*
round
)(
struct
clk
*,
unsigned
long
);
8
int
(*
set
)(
struct
clk
*,
unsigned
long
);
9
void
(*
setvco
)(
struct
clk
*,
struct
icst_vco
);
10
};
11
12
int
icst_clk_set
(
struct
clk
*,
unsigned
long
);
13
long
icst_clk_round
(
struct
clk
*,
unsigned
long
);
14
15
#endif
Generated on Thu Jan 10 2013 12:56:44 for Linux Kernel by
1.8.2