Searched defs:clk_pll (Results 1 – 12 of 12) sorted by relevance
39 struct clk_pll { struct59 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr) argument
23 struct clk_pll { struct30 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
34 struct clk_pll { struct41 const struct clk_pll_layout *layout; argument42 const struct clk_pll_characteristics *characteristics; argument57 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare() argument
102 struct clk_pll { struct103 struct clk_hw hw;104 struct clk_vco *vco;105 const char *parent[1];106 spinlock_t *lock;
68 struct clk_pll { struct70 struct clk_pll_data *pll_data; argument73 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
41 struct clk_pll { struct42 struct clk_hw hw;43 void __iomem *reg;44 spinlock_t *lock;45 int type;
142 struct clk_pll { struct161 #define to_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
195 struct vc5_hw_data clk_pll; member
47 clk_pll: clk_pll@98100000 { label
85 struct clk *clk_pll; member
101 struct clk *clk_pll[2]; /* upstream clock we can adjust */ member
92 struct clk *clk_pll; member