Lines Matching refs:clk_per
339 struct clk *clk_per;
1682 imx_data->clk_per = devm_clk_get(&pdev->dev, "per");
1683 if (IS_ERR(imx_data->clk_per)) {
1684 err = PTR_ERR(imx_data->clk_per);
1688 pltfm_host->clk = imx_data->clk_per;
1690 err = clk_prepare_enable(imx_data->clk_per);
1798 clk_disable_unprepare(imx_data->clk_per);
1820 clk_disable_unprepare(imx_data->clk_per);
1915 clk_disable_unprepare(imx_data->clk_per);
1936 clk_set_rate(imx_data->clk_per, pltfm_host->clock);
1942 err = clk_prepare_enable(imx_data->clk_per);
1964 clk_disable_unprepare(imx_data->clk_per);