Home
last modified time | relevance | path

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

/linux/drivers/clk/qcom/
H A Dclk-pll.h39 struct clk_pll { struct
59 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr) argument
/linux/drivers/clk/mxs/
H A Dclk-pll.c23 struct clk_pll { struct
30 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
/linux/drivers/clk/at91/
H A Dclk-pll.c34 struct clk_pll { struct
41 const struct clk_pll_layout *layout; argument
42 const struct clk_pll_characteristics *characteristics; argument
57 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare() argument
/linux/drivers/clk/spear/
H A Dclk.h99 struct clk_pll { struct
100 struct clk_hw hw;
101 struct clk_vco *vco;
102 const char *parent[1];
103 spinlock_t *lock;
/linux/drivers/clk/keystone/
H A Dpll.c68 struct clk_pll { struct
70 struct clk_pll_data *pll_data; argument
73 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
/linux/drivers/clk/
H A Dclk-vt8500.c41 struct clk_pll { struct
42 struct clk_hw hw;
43 void __iomem *reg;
44 spinlock_t *lock;
45 int type;
H A Dclk-versaclock5.c196 struct vc5_hw_data clk_pll; member
/linux/arch/arm/boot/dts/moxa/
H A Dmoxart.dtsi47 clk_pll: clk_pll@98100000 { label
/linux/sound/soc/amd/acp/
H A Dacp63.c150 union clk_pll_req_no clk_pll; in acp63_i2s_master_clock_generate() local
/linux/drivers/clk/mediatek/
H A Dclk-pllfh.h58 struct mtk_clk_pll clk_pll; member
/linux/drivers/gpu/drm/imx/ipuv3/
H A Dimx-ldb.c89 struct clk *clk_pll[2]; /* upstream clock we can adjust */ member
/linux/drivers/clk/ti/
H A Dfapll.c76 struct clk *clk_pll; member