Lines Matching refs:iproc_clk
83 struct iproc_clk { struct
89 #define to_iproc_clk(hw) container_of(hw, struct iproc_clk, hw) argument
315 static int pll_set_rate(struct iproc_clk *clk, struct iproc_pll_vco_param *vco, in pll_set_rate()
439 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_enable()
447 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_disable()
460 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_recalc_rate()
510 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_determine_rate()
555 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_set_rate()
587 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_clk_enable()
607 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_clk_disable()
623 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_clk_recalc_rate()
671 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_clk_set_rate()
734 struct iproc_clk *iclk; in iproc_pll_clk_setup()
737 struct iproc_clk *iclk_array; in iproc_pll_clk_setup()
752 iclk_array = kcalloc(num_clks, sizeof(struct iproc_clk), GFP_KERNEL); in iproc_pll_clk_setup()