Lines Matching refs:clk_per
288 struct clk *clk_per;
1578 imx_data->clk_per = devm_clk_get(&pdev->dev, "per");
1579 if (IS_ERR(imx_data->clk_per)) {
1580 err = PTR_ERR(imx_data->clk_per);
1584 pltfm_host->clk = imx_data->clk_per;
1586 err = clk_prepare_enable(imx_data->clk_per);
1682 clk_disable_unprepare(imx_data->clk_per);
1704 clk_disable_unprepare(imx_data->clk_per);
1801 clk_disable_unprepare(imx_data->clk_per);
1822 clk_set_rate(imx_data->clk_per, pltfm_host->clock);
1828 err = clk_prepare_enable(imx_data->clk_per);
1850 clk_disable_unprepare(imx_data->clk_per);