Home | History | Annotate | Download | only in altera

Lines Matching defs:cycv_clk

56 struct cycv_clk {
62 struct cycv_clk *parent; /* cached and valid if not NULL */
99 struct cycv_clk *sc_clocks;
109 struct cycv_clk *);
227 struct cycv_clk *clk = &sc->sc_clocks[clkno];
341 static struct cycv_clk *
354 static struct cycv_clk *
360 struct cycv_clk *cand = &sc->sc_clocks[i];
369 cycv_clkmgr_clock_print(struct cycv_clkmgr_softc *sc, struct cycv_clk *clk)
423 struct cycv_clk *clk;
455 struct cycv_clk *clk = (struct cycv_clk *) base_clk;
456 struct cycv_clk *parent;
465 parent = (struct cycv_clk *)
520 struct cycv_clk *clk = (struct cycv_clk *) base_clk;
564 struct cycv_clk *clk = (struct cycv_clk *) base_clk;
566 struct cycv_clk *parent = clk->parent;