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

/linux-master/drivers/clk/
H A Dclk-fixed-rate.c127 hw = clk_hw_register_fixed_rate_with_accuracy(dev, name, parent_name,
175 hw = clk_hw_register_fixed_rate_with_accuracy(NULL, clk_name, NULL,
H A Dclk-stm32f4.c1738 clks[CLK_HSI] = clk_hw_register_fixed_rate_with_accuracy(NULL, "hsi",
/linux-master/drivers/clk/at91/
H A Dsckc.c485 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL, "slow_rc_osc",
600 slow_rc = clk_hw_register_fixed_rate_with_accuracy(NULL,
H A Dat91sam9260.c378 hw = clk_hw_register_fixed_rate_with_accuracy(NULL,
/linux-master/drivers/rtc/
H A Drtc-sun6i.c276 rtc->int_osc = clk_hw_register_fixed_rate_with_accuracy(NULL,
/linux-master/include/linux/
H A Dclk-provider.h424 * clk_hw_register_fixed_rate_with_accuracy - register fixed-rate clock with
433 #define clk_hw_register_fixed_rate_with_accuracy(dev, name, parent_name, \ macro

Completed in 136 milliseconds