Searched refs:cpu_clk_set (Results 1 – 1 of 1) sorted by relevance
/u-boot/drivers/clk/ |
A D | clk-hsdk-cgu.c | 289 static ulong cpu_clk_set(struct clk *, ulong); 309 … = { CGU_ARC_PLL, CGU_ARC_IDIV, &core_pll_dat, idiv_get, cpu_clk_set, idiv_off }, 339 … = { CGU_ARC_PLL, CGU_ARC_IDIV, &core_pll_dat, idiv_get, cpu_clk_set, idiv_off }, 578 static ulong cpu_clk_set(struct clk *sclk, ulong rate) in cpu_clk_set() function
|
Completed in 3 milliseconds