Searched refs:oclk (Results 1 – 3 of 3) sorted by relevance
144 void (*find_idlest)(struct clk_hw_omap *oclk,147 void (*find_companion)(struct clk_hw_omap *oclk,150 void (*allow_idle)(struct clk_hw_omap *oclk);151 void (*deny_idle)(struct clk_hw_omap *oclk);
651 struct clk_hw_omap *oclk; in of_ti_clk_register_omap_hw() 657 oclk = to_clk_hw_omap(hw); in of_ti_clk_register_omap_hw() 659 list_add(&oclk->node, &clk_hw_omap_clocks); in of_ti_clk_register_omap_hw() 697 struct clk_hw_omap *oclk;699 list_for_each_entry(oclk, &clk_hw_omap_clocks, node) { in omap2_clk_is_hw_omap() 700 if (&oclk->hw == hw) in omap2_clk_is_hw_omap() local 654 struct clk_hw_omap *oclk; of_ti_clk_register_omap_hw() local
191 u32 oclk, sclk, sdiv; in gt215_clk_info() local209 oclk = (sclk * 2) / sdiv; in gt215_clk_info()210 diff = ((khz + 3000) - oclk); in gt215_clk_info()216 oclk = (sclk * 2) / sdiv; in gt215_clk_info()225 return oclk; in gt215_clk_info()