Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A 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()
H A Dclk-stm32f4.c1738 clks[CLK_HSI] = clk_hw_register_fixed_rate_with_accuracy(NULL, "hsi", in stm32f4_rcc_init()
/openbmc/linux/drivers/clk/at91/
H A Dsckc.c485 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()
H A Dat91sam9260.c378 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, in at91sam926x_pmc_setup()
/openbmc/linux/drivers/rtc/
H A Drtc-sun6i.c276 rtc->int_osc = clk_hw_register_fixed_rate_with_accuracy(NULL, in sun6i_rtc_clk_init()
/openbmc/linux/include/linux/
H A Dclk-provider.h433 #define clk_hw_register_fixed_rate_with_accuracy(dev, name, parent_name, \ macro