Home
last modified time | relevance | path

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

/external/u-boot/drivers/clk/
Dclk-hsdk-cgu.c268 static ulong tun_clk_set(struct clk *, ulong);
306 { CGU_TUN_PLL, 0, CGU_TUN_IDIV_TUN, &sdt_pll_dat, idiv_get, tun_clk_set, idiv_off },
573 static ulong tun_clk_set(struct clk *sclk, ulong rate) in tun_clk_set() function