Searched refs:num_gpu_opps (Results 1 – 1 of 1) sorted by relevance
271 unsigned short num_gpu_opps; member502 if (opp_idx >= mfg->num_gpu_opps) in mtk_mfg_set_oppidx()525 mfg->num_gpu_opps = readl(mfg->shared_mem + GF_REG_GPU_OPP_NUM); in mtk_mfg_read_opp_tables()528 if (mfg->num_gpu_opps > MAX_OPP_NUM || mfg->num_gpu_opps == 0) { in mtk_mfg_read_opp_tables()530 mfg->num_gpu_opps, MAX_OPP_NUM); in mtk_mfg_read_opp_tables()540 mfg->gpu_opps = devm_kcalloc(dev, mfg->num_gpu_opps, in mtk_mfg_read_opp_tables()552 for (i = 0; i < mfg->num_gpu_opps; i++) { in mtk_mfg_read_opp_tables()645 for (i = mfg->num_gpu_opps - 1; i >= 0; i--) { in mtk_mfg_attach_dev()