Home
last modified time | relevance | path

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

/external/u-boot/drivers/sound/
Dsamsung-i2s.c306 ret = set_epll_clk(pi2s_tx->samplingrate * pi2s_tx->rfs * 4); in i2s_tx_init()
312 ret = set_epll_clk(pi2s_tx->audio_pll_clk); in i2s_tx_init()
/external/u-boot/arch/arm/mach-exynos/include/mach/
Dclk.h50 int set_epll_clk(unsigned long rate);
/external/u-boot/arch/arm/mach-exynos/
Dclock.c1767 int set_epll_clk(unsigned long rate) in set_epll_clk() function