Searched refs:iis_cclk (Results 1 – 3 of 3) sorted by relevance
59 s3c2412_i2s.iis_cclk = devm_clk_get(dai->dev, "i2sclk"); in s3c2412_i2s_probe()60 if (IS_ERR(s3c2412_i2s.iis_cclk)) { in s3c2412_i2s_probe()62 ret = PTR_ERR(s3c2412_i2s.iis_cclk); in s3c2412_i2s_probe()68 clk_set_parent(s3c2412_i2s.iis_cclk, clk_get(NULL, "mpll")); in s3c2412_i2s_probe()69 ret = clk_prepare_enable(s3c2412_i2s.iis_cclk); in s3c2412_i2s_probe()87 clk_disable_unprepare(s3c2412_i2s.iis_cclk); in s3c2412_i2s_remove()
54 struct clk *iis_cclk; member
547 return i2s->iis_cclk; in s3c_i2sv2_get_clock()