Home
last modified time | relevance | path

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

/external/u-boot/drivers/clk/
Dclk-hsdk-cgu.c267 static ulong axi_clk_set(struct clk *, ulong);
290 { CGU_SYS_PLL, 0, CGU_SYS_IDIV_AXI, &sdt_pll_dat, idiv_get, axi_clk_set, idiv_off },
535 static ulong axi_clk_set(struct clk *sclk, ulong rate) in axi_clk_set() function