Lines Matching defs:slow_rc
373 struct clk_hw *slow_rc, *slow_osc, *slowck;
380 slow_rc = at91_clk_register_slow_rc_osc(regbase, parent_names[0],
383 if (IS_ERR(slow_rc))
431 at91_clk_unregister_slow_rc_osc(slow_rc);
465 struct clk_hw *slow_rc, *slow_osc;
474 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL, parent_names[0],
477 if (IS_ERR(slow_rc))
524 clk_hw_unregister(slow_rc);
573 struct clk_hw *slow_rc, *slowck;
583 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL,
587 if (IS_ERR(slow_rc))
630 clk_hw_unregister(slow_rc);