Searched refs:clk_hw_register_fixed_rate_with_accuracy (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/clk/ |
| A D | clk-fixed-rate.c | 127 hw = clk_hw_register_fixed_rate_with_accuracy(dev, name, parent_name, in clk_register_fixed_rate() 175 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, clk_name, NULL, in _of_fixed_clk_setup()
|
| A D | clk-fixed-rate_test.c | 149 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, "test-fixed-rate", in clk_fixed_rate_accuracy_test() 253 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, "test-fixed-rate", in clk_fixed_rate_parent_accuracy_test()
|
| A D | clk-stm32f4.c | 1738 clks[CLK_HSI] = clk_hw_register_fixed_rate_with_accuracy(NULL, "hsi", in stm32f4_rcc_init()
|
| /linux/drivers/clk/at91/ |
| A D | sckc.c | 485 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL, "slow_rc_osc", in of_sam9x60_sckc_setup() 600 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL, in of_sama5d4_sckc_setup()
|
| A D | at91sam9260.c | 378 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, in at91sam926x_pmc_setup()
|
| /linux/drivers/rtc/ |
| A D | rtc-sun6i.c | 276 rtc->int_osc = clk_hw_register_fixed_rate_with_accuracy(NULL, in sun6i_rtc_clk_init()
|
| /linux/include/linux/ |
| A D | clk-provider.h | 447 #define clk_hw_register_fixed_rate_with_accuracy(dev, name, parent_name, \ macro
|
Completed in 25 milliseconds