Searched refs:mclk_ck (Results 1 – 2 of 2) sorted by relevance
59 i2s_path->mclk_ck = devm_clk_get(afe->dev, name); in mt2701_init_clock()60 if (IS_ERR(i2s_path->mclk_ck)) { in mt2701_init_clock()62 return PTR_ERR(i2s_path->mclk_ck); in mt2701_init_clock()140 return clk_prepare_enable(i2s_path->mclk_ck); in mt2701_afe_enable_mclk()148 clk_disable_unprepare(i2s_path->mclk_ck); in mt2701_afe_disable_mclk()
80 struct clk *mclk_ck; member