Lines Matching defs:hash_clk
119 struct clk *hash_clk;
998 hdev->hash_clk = devm_clk_get(&pdev->dev, "hash");
999 if (IS_ERR(hdev->hash_clk)) {
1001 err = PTR_ERR(hdev->hash_clk);
1012 err = clk_prepare_enable(hdev->hash_clk);
1046 clk_disable_unprepare(hdev->hash_clk);
1070 clk_disable_unprepare(hdev->hash_clk);
1081 clk_disable_unprepare(hdev->hash_clk);
1092 ret = clk_prepare_enable(hdev->hash_clk);
1098 clk_disable_unprepare(hdev->hash_clk);