Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-omap1/
H A Dclock.c178 struct omap1_clk *clk = to_omap1_clk(hw); in omap1_clk_is_enabled()
505 struct omap1_clk *clk = to_omap1_clk(hw), *parent = to_omap1_clk(clk_hw_get_parent(hw)); in omap1_clk_enable()
519 struct omap1_clk *clk = to_omap1_clk(hw), *parent = to_omap1_clk(clk_hw_get_parent(hw)); in omap1_clk_disable()
700 struct omap1_clk *clk = to_omap1_clk(hw); in omap1_clk_recalc_rate()
710 struct omap1_clk *clk = to_omap1_clk(hw); in omap1_clk_round_rate()
720 struct omap1_clk *clk = to_omap1_clk(hw); in omap1_clk_set_rate()
734 struct omap1_clk *clk = to_omap1_clk(hw); in omap1_clk_init_op()
746 struct omap1_clk *clk = to_omap1_clk(hw); in omap1_clk_disable_unused()
H A Dclock.h93 #define to_omap1_clk(_hw) container_of(_hw, struct omap1_clk, hw) macro