Lines Matching defs:clk_io
111 * @clk_io: The clock for the internal bus interface.
124 struct clk *clk_io;
523 sc->clk_io = devm_clk_get(dev, "hsmmc");
524 if (IS_ERR(sc->clk_io)) {
526 ret = PTR_ERR(sc->clk_io);
531 clk_prepare_enable(sc->clk_io);
654 clk_disable_unprepare(sc->clk_io);
662 clk_disable_unprepare(sc->clk_io);
680 clk_prepare_enable(sc->clk_io);
687 clk_disable_unprepare(sc->clk_io);
716 struct clk *busclk = ourhost->clk_io;
734 struct clk *busclk = ourhost->clk_io;