Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-sparx5.c37 struct s5_hw_clk { struct
44 struct s5_hw_clk s5_hw[N_CLOCKS]; argument
56 #define to_s5_pll(hw) container_of(hw, struct s5_hw_clk, hw)
147 struct s5_hw_clk *pll = to_s5_pll(hw); in s5_pll_enable()
158 struct s5_hw_clk *pll = to_s5_pll(hw); in s5_pll_disable()
169 struct s5_hw_clk *pll = to_s5_pll(hw); in s5_pll_set_rate()
195 struct s5_hw_clk *pll = to_s5_pll(hw); in s5_pll_recalc_rate()
266 struct s5_hw_clk *s5_hw = &s5_clk->s5_hw[i]; in s5_clk_probe()