Home
last modified time | relevance | path

Searched refs:omap1_clk (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/mach-omap1/
H A Dclock.h18 struct omap1_clk;
49 int (*enable)(struct omap1_clk *clk);
50 void (*disable)(struct omap1_clk *clk);
77 struct omap1_clk { struct
82 unsigned long (*recalc)(struct omap1_clk *clk, unsigned long rate); argument
83 int (*set_rate)(struct omap1_clk *clk, unsigned long rate, argument
85 long (*round_rate)(struct omap1_clk *clk, unsigned long rate, argument
87 int (*init)(struct omap1_clk *clk); argument
93 #define to_omap1_clk(_hw) container_of(_hw, struct omap1_clk, hw) argument
95 void propagate_rate(struct omap1_clk *clk);
[all …]
H A Dclock_data.c76 static struct omap1_clk ck_ref = {
81 static struct omap1_clk ck_dpll1 = {
105 static struct omap1_clk sossi_ck = {
116 static struct omap1_clk arm_ck = {
144 static struct omap1_clk arm_gpio_ck = {
188 static struct omap1_clk arminth_ck16xx = {
197 static struct omap1_clk dsp_ck = {
208 static struct omap1_clk dspmmu_ck = {
216 static struct omap1_clk dspper_ck = {
227 static struct omap1_clk dspxor_ck = {
[all …]