Lines Matching defs:slow_rc
373 struct clk_hw *slow_rc, *slow_osc, *slowck;
384 slow_rc = at91_clk_register_slow_rc_osc(regbase, "slow_rc_osc",
387 if (IS_ERR(slow_rc))
415 parent_hws[0] = slow_rc;
439 at91_clk_unregister_slow_rc_osc(slow_rc);
473 struct clk_hw *slow_rc, *slow_osc;
485 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL, "slow_rc_osc",
488 if (IS_ERR(slow_rc))
510 slow_rc,
515 parent_hws[0] = slow_rc;
538 clk_hw_unregister(slow_rc);
587 struct clk_hw *slow_rc, *slowck;
600 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL,
604 if (IS_ERR(slow_rc))
631 parent_hws[0] = slow_rc;
652 clk_hw_unregister(slow_rc);