Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/qcom/
Dclk-pll.h47 struct clk_pll { struct
66 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr) argument
/linux-4.1.27/drivers/clk/mxs/
Dclk-pll.c30 struct clk_pll { struct
37 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
/linux-4.1.27/drivers/clk/at91/
Dclk-pll.c59 struct clk_pll { struct
68 const struct clk_pll_layout *layout; argument
69 const struct clk_pll_characteristics *characteristics; argument
74 struct clk_pll *pll = (struct clk_pll *)dev_id; in clk_pll_irq_handler() argument
/linux-4.1.27/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;
/linux-4.1.27/drivers/clk/keystone/
Dpll.c73 struct clk_pll { struct
75 struct clk_pll_data *pll_data; argument
78 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
/linux-4.1.27/arch/arm/boot/dts/
Dmoxart.dtsi46 clk_pll: clk_pll@98100000 { label
/linux-4.1.27/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.c143 struct clk_pll { struct
162 #define to_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
/linux-4.1.27/drivers/clk/sirf/
Dclk-common.c32 struct clk_pll { struct
37 #define to_pllclk(_hw) container_of(_hw, struct clk_pll, hw) argument
/linux-4.1.27/drivers/clk/ti/
Dfapll.c81 struct clk *clk_pll; member
/linux-4.1.27/drivers/gpu/drm/imx/
Dimx-ldb.c82 struct clk *clk_pll[2]; /* upstream clock we can adjust */ member