Lines Matching defs:src_clk
425 struct clk *src_clk; /* msdc source clock */
790 clk_disable_unprepare(host->src_clk);
799 clk_prepare_enable(host->src_clk);
873 * As src_clk/HCLK use the same bit to gate/ungate,
874 * So if want to only gate src_clk, need gate its parent(mux).
879 clk_disable_unprepare(clk_get_parent(host->src_clk));
891 clk_prepare_enable(clk_get_parent(host->src_clk));
2419 host->src_clk = devm_clk_get(&pdev->dev, "source");
2420 if (IS_ERR(host->src_clk)) {
2421 ret = PTR_ERR(host->src_clk);
2475 host->src_clk_freq = clk_get_rate(host->src_clk);