Searched refs:num_stack_opps (Results 1 – 1 of 1) sorted by relevance
272 unsigned short num_stack_opps; member526 mfg->num_stack_opps = readl(mfg->shared_mem + GF_REG_STK_OPP_NUM); in mtk_mfg_read_opp_tables()534 if (mfg->num_stack_opps && mfg->num_stack_opps > MAX_OPP_NUM) { in mtk_mfg_read_opp_tables()536 mfg->num_stack_opps, MAX_OPP_NUM); in mtk_mfg_read_opp_tables()545 if (mfg->num_stack_opps) { in mtk_mfg_read_opp_tables()546 mfg->stack_opps = devm_kcalloc(dev, mfg->num_stack_opps, in mtk_mfg_read_opp_tables()567 for (i = 0; i < mfg->num_stack_opps; i++) { in mtk_mfg_read_opp_tables()651 if (i >= mfg->num_stack_opps || go[i].freq < so[i].freq) in mtk_mfg_attach_dev()