Lines Matching refs:clkout
30 struct clk *clkout[CLKOUTMAX];
54 ((pos) = adg->clkout[i]); \
462 if (of_get_property(np, "clkout-lr-asynchronous", NULL))
522 * for clkout
528 adg->clkout[CLKOUT] = clk;
541 adg->clkout[i] = clk;
543 adg->onecell.clks = adg->clkout;
576 dev_dbg(dev, "clkout %d : %pa : %ld\n", i,
618 if (adg->clkout[i])
619 clk_unregister_fixed_rate(adg->clkout[i]);