Lines Matching refs:iproc_clk
73 struct iproc_clk { struct
79 #define to_iproc_clk(hw) container_of(hw, struct iproc_clk, hw) argument
305 static int pll_set_rate(struct iproc_clk *clk, struct iproc_pll_vco_param *vco, in pll_set_rate()
429 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_enable()
437 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_disable()
450 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_recalc_rate()
500 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_determine_rate()
545 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_set_rate()
577 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_clk_enable()
597 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_clk_disable()
613 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_clk_recalc_rate()
661 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_clk_set_rate()
724 struct iproc_clk *iclk; in iproc_pll_clk_setup()
727 struct iproc_clk *iclk_array; in iproc_pll_clk_setup()
743 iclk_array = kcalloc(num_clks, sizeof(struct iproc_clk), GFP_KERNEL); in iproc_pll_clk_setup()