Lines Matching refs:clk_per
144 struct clk *clk_per;
794 unsigned int clk_in = clk_get_rate(host->clk_per);
1091 host->clk_per = devm_clk_get(&pdev->dev, "per");
1092 if (IS_ERR(host->clk_per)) {
1093 ret = PTR_ERR(host->clk_per);
1097 ret = clk_prepare_enable(host->clk_per);
1115 mmc->f_min = clk_get_rate(host->clk_per) >> 16;
1116 mmc->f_max = clk_get_rate(host->clk_per) >> 1;
1183 clk_disable_unprepare(host->clk_per);
1204 clk_disable_unprepare(host->clk_per);
1218 clk_disable_unprepare(host->clk_per);
1229 ret = clk_prepare_enable(host->clk_per);
1235 clk_disable_unprepare(host->clk_per);