Searched refs:dpe_pri_clk (Results 1 – 1 of 1) sorted by relevance
70 struct clk *dpe_pri_clk; member365 ret = clk_prepare_enable(ctx->dpe_pri_clk); in dpe_power_up()1123 ctx->dpe_pri_clk = devm_clk_get(dev, "clk_edc0"); in dpe_hw_ctx_alloc()1124 if (!ctx->dpe_pri_clk) { in dpe_hw_ctx_alloc()1129 ret = clk_set_rate(ctx->dpe_pri_clk, DEFAULT_DPE_CORE_CLK_07V_RATE); in dpe_hw_ctx_alloc()