Searched refs:num_stack_opps (Results 1 – 1 of 1) sorted by relevance
271 unsigned short num_stack_opps; member544 mfg->num_stack_opps = readl(mfg->shared_mem + GF_REG_STK_OPP_NUM); in mtk_mfg_read_opp_tables()552 if (mfg->num_stack_opps && mfg->num_stack_opps > MAX_OPP_NUM) { in mtk_mfg_read_opp_tables()554 mfg->num_stack_opps, MAX_OPP_NUM); in mtk_mfg_read_opp_tables()563 if (mfg->num_stack_opps) { in mtk_mfg_read_opp_tables()564 mfg->stack_opps = devm_kcalloc(dev, mfg->num_stack_opps, in mtk_mfg_read_opp_tables()585 for (i = 0; i < mfg->num_stack_opps; i++) { in mtk_mfg_read_opp_tables()669 if (i >= mfg->num_stack_opps || go[i].freq < so[i].freq) in mtk_mfg_attach_dev()