Lines Matching refs:clk_per
143 struct clk *clk_per;
777 unsigned int clk_in = clk_get_rate(host->clk_per);
1065 host->clk_per = devm_clk_get(&pdev->dev, "per");
1066 if (IS_ERR(host->clk_per)) {
1067 ret = PTR_ERR(host->clk_per);
1071 ret = clk_prepare_enable(host->clk_per);
1089 mmc->f_min = clk_get_rate(host->clk_per) >> 16;
1090 mmc->f_max = clk_get_rate(host->clk_per) >> 1;
1157 clk_disable_unprepare(host->clk_per);
1178 clk_disable_unprepare(host->clk_per);
1189 clk_disable_unprepare(host->clk_per);
1200 ret = clk_prepare_enable(host->clk_per);
1206 clk_disable_unprepare(host->clk_per);