Home
last modified time | relevance | path

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

/external/u-boot/drivers/clk/
Dclk-hsdk-cgu.c266 static ulong cpu_clk_set(struct clk *, ulong);
286 { CGU_ARC_PLL, 0, CGU_ARC_IDIV, &core_pll_dat, idiv_get, cpu_clk_set, idiv_off },
524 static ulong cpu_clk_set(struct clk *sclk, ulong rate) in cpu_clk_set() function