Searched refs:slow_rc (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/clk/at91/ |
| H A D | sckc.c | 375 struct clk_hw *slow_rc, *slow_osc, *slowck; in at91sam9x5_sckc_register() local 386 slow_rc = at91_clk_register_slow_rc_osc(regbase, "slow_rc_osc", in at91sam9x5_sckc_register() 389 if (IS_ERR(slow_rc)) in at91sam9x5_sckc_register() 417 parent_hws[0] = slow_rc; in at91sam9x5_sckc_register() 441 at91_clk_unregister_slow_rc_osc(slow_rc); in at91sam9x5_sckc_register() 475 struct clk_hw *slow_rc, *slow_osc, *hw; in of_sam9x60_sckc_setup() local 487 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL, "slow_rc_osc", in of_sam9x60_sckc_setup() 490 if (IS_ERR(slow_rc)) in of_sam9x60_sckc_setup() 511 hw = clk_hw_register_fixed_rate_parent_hw(NULL, "md_slck", slow_rc, in of_sam9x60_sckc_setup() 517 parent_hws[0] = slow_rc; in of_sam9x60_sckc_setup() [all …]
|