Lines Matching defs:hash_clk
120 struct clk *hash_clk;
990 hdev->hash_clk = devm_clk_get(&pdev->dev, "hash");
991 if (IS_ERR(hdev->hash_clk)) {
993 err = PTR_ERR(hdev->hash_clk);
1004 err = clk_prepare_enable(hdev->hash_clk);
1038 clk_disable_unprepare(hdev->hash_clk);
1062 clk_disable_unprepare(hdev->hash_clk);
1073 clk_disable_unprepare(hdev->hash_clk);
1084 ret = clk_prepare_enable(hdev->hash_clk);
1090 clk_disable_unprepare(hdev->hash_clk);