Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-ep93xx.c76 struct ep93xx_clk { struct
95 struct ep93xx_clk reg[]; argument
98 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 …]