Searched refs:slow_rc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/at91/ |
H A D | sckc.c | 373 struct clk_hw *slow_rc, *slow_osc, *slowck; in at91sam9x5_sckc_register() local 384 slow_rc = at91_clk_register_slow_rc_osc(regbase, "slow_rc_osc", in at91sam9x5_sckc_register() 387 if (IS_ERR(slow_rc)) in at91sam9x5_sckc_register() 415 parent_hws[0] = slow_rc; in at91sam9x5_sckc_register() 439 at91_clk_unregister_slow_rc_osc(slow_rc); in at91sam9x5_sckc_register() 473 struct clk_hw *slow_rc, *slow_osc; in of_sam9x60_sckc_setup() local 485 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL, "slow_rc_osc", in of_sam9x60_sckc_setup() 488 if (IS_ERR(slow_rc)) in of_sam9x60_sckc_setup() 510 slow_rc, in of_sam9x60_sckc_setup() 515 parent_hws[0] = slow_rc; in of_sam9x60_sckc_setup() 587 struct clk_hw *slow_rc, *slowck; of_sama5d4_sckc_setup() local [all...] |
/kernel/linux/linux-5.10/drivers/clk/at91/ |
H A D | sckc.c | 373 struct clk_hw *slow_rc, *slow_osc, *slowck; in at91sam9x5_sckc_register() local 380 slow_rc = at91_clk_register_slow_rc_osc(regbase, parent_names[0], in at91sam9x5_sckc_register() 383 if (IS_ERR(slow_rc)) in at91sam9x5_sckc_register() 431 at91_clk_unregister_slow_rc_osc(slow_rc); in at91sam9x5_sckc_register() 465 struct clk_hw *slow_rc, *slow_osc; in of_sam9x60_sckc_setup() local 474 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL, parent_names[0], in of_sam9x60_sckc_setup() 477 if (IS_ERR(slow_rc)) in of_sam9x60_sckc_setup() 524 clk_hw_unregister(slow_rc); in of_sam9x60_sckc_setup() 573 struct clk_hw *slow_rc, *slowck; in of_sama5d4_sckc_setup() local 583 slow_rc in of_sama5d4_sckc_setup() [all...] |
Completed in 4 milliseconds