Lines Matching defs:clk_io
111 * @clk_io: The clock for the internal bus interface.
124 struct clk *clk_io;
530 sc->clk_io = devm_clk_get(dev, "hsmmc");
531 if (IS_ERR(sc->clk_io)) {
533 ret = PTR_ERR(sc->clk_io);
538 clk_prepare_enable(sc->clk_io);
661 clk_disable_unprepare(sc->clk_io);
669 clk_disable_unprepare(sc->clk_io);
687 clk_prepare_enable(sc->clk_io);
694 clk_disable_unprepare(sc->clk_io);
725 struct clk *busclk = ourhost->clk_io;
743 struct clk *busclk = ourhost->clk_io;