Home
last modified time | relevance | path

Searched defs:clk_pll (Results 1 – 11 of 11) sorted by relevance

/drivers/clk/qcom/
Dclk-pll.h47 struct clk_pll { struct
67 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr) argument
/drivers/clk/mxs/
Dclk-pll.c29 struct clk_pll { struct
36 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
/drivers/clk/at91/
Dclk-pll.c53 struct clk_pll { struct
60 const struct clk_pll_layout *layout; argument
61 const struct clk_pll_characteristics *characteristics; argument
75 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare() argument
/drivers/clk/spear/
Dclk.h102 struct clk_pll { struct
103 struct clk_hw hw;
104 struct clk_vco *vco;
105 const char *parent[1];
106 spinlock_t *lock;
/drivers/clk/keystone/
Dpll.c72 struct clk_pll { struct
74 struct clk_pll_data *pll_data; argument
77 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
/drivers/clk/
Dclk-vt8500.c50 struct clk_pll { struct
51 struct clk_hw hw;
52 void __iomem *reg;
53 spinlock_t *lock;
54 int type;
Dclk-nomadik.c142 struct clk_pll { struct
161 #define to_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
/drivers/clk/sirf/
Dclk-common.c34 struct clk_pll { struct
39 #define to_pllclk(_hw) container_of(_hw, struct clk_pll, hw) argument
Dclk-atlas7.c214 struct clk_pll { struct
218 #define to_pllclk(_hw) container_of(_hw, struct clk_pll, hw) argument
/drivers/clk/ti/
Dfapll.c82 struct clk *clk_pll; member
/drivers/gpu/drm/imx/
Dimx-ldb.c99 struct clk *clk_pll[2]; /* upstream clock we can adjust */ member