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