Home
last modified time | relevance | path

Searched refs:clk_hw_register_fixed_rate_with_accuracy (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/clk/
Dclk-fixed-rate.c127 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()
Dclk-stm32f4.c1737 clks[CLK_HSI] = clk_hw_register_fixed_rate_with_accuracy(NULL, "hsi", in stm32f4_rcc_init()
/linux-6.1.9/drivers/clk/at91/
Dsckc.c474 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL, parent_names[0], in of_sam9x60_sckc_setup()
583 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL, in of_sama5d4_sckc_setup()
Dat91sam9260.c378 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, in at91sam926x_pmc_setup()
/linux-6.1.9/drivers/rtc/
Drtc-sun6i.c279 rtc->int_osc = clk_hw_register_fixed_rate_with_accuracy(NULL, in sun6i_rtc_clk_init()
/linux-6.1.9/include/linux/
Dclk-provider.h431 #define clk_hw_register_fixed_rate_with_accuracy(dev, name, parent_name, \ macro