repo.or.cz
/
linux-3.6.7-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial commit with v3.6.7
[linux-3.6.7-moxart.git]
/
drivers
/
clk
/
versatile
/
clk-icst.h
blob
71b4c56c141042e50642c2e8fe8842b6ba05922b
1
#include <asm/hardware/icst.h>
2
3
struct
clk_icst_desc
{
4
const struct
icst_params
*
params
;
5
struct
icst_vco
(*
getvco
)(
void
);
6
void
(*
setvco
)(
struct
icst_vco
);
7
};
8
9
struct
clk
*
icst_clk_register
(
struct
device
*
dev
,
10
const struct
clk_icst_desc
*
desc
);