Home
last modified time | relevance | path

Searched refs:clk_pll (Results 1 – 5 of 5) sorted by relevance

/drivers/clk/mxs/
Dclk-pll.c30 struct clk_pll { struct
37 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
41 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare()
52 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare()
59 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_enable()
68 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_disable()
76 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate()
92 struct clk_pll *pll; in mxs_clk_pll()
/drivers/clk/spear/
Dclk-vco-pll.c66 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw)
87 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_round_rate_index()
127 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate()
147 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate()
283 struct clk_pll *pll; in clk_register_vco_pll()
Dclk.h102 struct clk_pll { struct
/drivers/clk/
Dclk-vt8500.c46 struct clk_pll { struct
298 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw)
472 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_set_rate()
511 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_round_rate()
538 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_recalc_rate()
572 struct clk_pll *pll_clk; in vtwm_pll_clk_init()
Dclk-prima2.c64 struct clk_pll { struct
69 #define to_pllclk(_hw) container_of(_hw, struct clk_pll, hw) argument
108 struct clk_pll *clk = to_pllclk(hw); in pll_clk_recalc_rate()
156 struct clk_pll *clk = to_pllclk(hw); in pll_clk_set_rate()
220 static struct clk_pll clk_pll1 = {
227 static struct clk_pll clk_pll2 = {
234 static struct clk_pll clk_pll3 = {