Searched refs:omap1_clk (Results 1 – 2 of 2) sorted by relevance
18 struct omap1_clk;49 int (*enable)(struct omap1_clk *clk);50 void (*disable)(struct omap1_clk *clk);77 struct omap1_clk { struct82 unsigned long (*recalc)(struct omap1_clk *clk, unsigned long rate); argument83 int (*set_rate)(struct omap1_clk *clk, unsigned long rate, argument85 long (*round_rate)(struct omap1_clk *clk, unsigned long rate, argument87 int (*init)(struct omap1_clk *clk); argument93 #define to_omap1_clk(_hw) container_of(_hw, struct omap1_clk, hw) argument95 void propagate_rate(struct omap1_clk *clk);[all …]
76 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 …]