Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/
A Dclk-fixed-rate.c91 int clk_register_fixed_rate_with_accuracy(const char *name, u32 id, in clk_register_fixed_rate_with_accuracy() function
103 ret = clk_register_fixed_rate_with_accuracy("dcxo24M", CLK_SRC_HOSC24M, NULL, 0, 24000000, 0); in sunxi_fixed_clk_init()
109 ret = clk_register_fixed_rate_with_accuracy("fix_losc", CLK_SRC_LOSC, NULL, 0, 32768, 0); in sunxi_fixed_clk_init()
115 …ret = clk_register_fixed_rate_with_accuracy("rc-16m", CLK_SRC_RC_16M, NULL, 0, 16000000, 300000000… in sunxi_fixed_clk_init()
121 ret = clk_register_fixed_rate_with_accuracy("ext-32k", CLK_SRC_EXT_32K, NULL, 0, 32768, 0); in sunxi_fixed_clk_init()

Completed in 4 milliseconds