Searched refs:ep93xx_clk (Results 1 – 1 of 1) sorted by relevance
76 struct ep93xx_clk { struct95 struct ep93xx_clk reg[]; argument98 static struct ep93xx_clk *ep93xx_clk_from(struct clk_hw *hw) in ep93xx_clk_from()100 return container_of(hw, struct ep93xx_clk, hw); in ep93xx_clk_from()103 static struct ep93xx_clk_priv *ep93xx_priv_from(struct ep93xx_clk *clk) in ep93xx_priv_from()117 struct ep93xx_clk *clk = ep93xx_clk_from(hw); in ep93xx_clk_is_enabled()128 struct ep93xx_clk *clk = ep93xx_clk_from(hw); in ep93xx_clk_enable()144 struct ep93xx_clk *clk = ep93xx_clk_from(hw); in ep93xx_clk_disable()162 static int ep93xx_clk_register_gate(struct ep93xx_clk *clk, in ep93xx_clk_register_gate()187 struct ep93xx_clk *clk = ep93xx_clk_from(hw); in ep93xx_mux_get_parent()[all …]