Lines Matching refs:iproc_clk
68 struct iproc_clk { struct
87 struct iproc_clk *clks; argument
90 #define to_iproc_clk(hw) container_of(hw, struct iproc_clk, hw)
243 static int pll_set_rate(struct iproc_clk *clk, unsigned int rate_index, in pll_set_rate()
344 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_enable()
352 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_disable()
365 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_recalc_rate()
416 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_round_rate()
436 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_pll_set_rate()
458 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_clk_enable()
478 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_clk_disable()
494 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_clk_recalc_rate()
537 struct iproc_clk *clk = to_iproc_clk(hw); in iproc_clk_set_rate()
599 struct iproc_clk *iclk; in iproc_pll_clk_setup()