Searched defs:clk_pll (Results 1 – 14 of 14) 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
99 struct clk_pll { struct100 struct clk_hw hw;101 struct clk_vco *vco;102 const char *parent[1];103 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;
145 struct clk_pll { struct164 #define to_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
691 static struct vc3_hw_data clk_pll[] = { variable
196 struct vc5_hw_data clk_pll; member
47 clk_pll: clk_pll@98100000 { label
58 struct mtk_clk_pll clk_pll; member
103 struct clk *clk_pll[2]; /* upstream clock we can adjust */ member
76 struct clk *clk_pll; member
92 struct clk *clk_pll; member