Searched defs:clk_pll1 (Results 1 - 1 of 1) sorted by relevance

/drivers/clk/sirf/
H A Dclk-common.c216 static struct clk_pll clk_pll1 = { variable in typeref:struct:clk_pll
408 if (rate == clk_get_rate(clk_pll1.hw.clk)) {
409 ret1 = clk_set_parent(hw->clk, clk_pll1.hw.clk);
426 if (cur_parent == clk_pll1.hw.clk) {
431 ret2 = clk_set_rate(clk_pll1.hw.clk, rate);
433 ret1 = clk_set_parent(hw->clk, clk_pll1.hw.clk);

Completed in 226 milliseconds