Lines Matching defs:cur_clk
109 * @cur_clk: The index of the current bus clock.
121 int cur_clk;
255 if (ourhost->cur_clk != best_src) {
259 if (ourhost->cur_clk >= 0)
261 ourhost->clk_bus[ourhost->cur_clk]);
263 ourhost->cur_clk = best_src;
390 ret = clk_set_rate(ourhost->clk_bus[ourhost->cur_clk], clock);
519 sc->cur_clk = -1;
724 if (ourhost->cur_clk >= 0)
725 clk_disable_unprepare(ourhost->clk_bus[ourhost->cur_clk]);
738 if (ourhost->cur_clk >= 0)
739 clk_prepare_enable(ourhost->clk_bus[ourhost->cur_clk]);