Lines Matching refs:volt_table
40 * volt_table list. (selector is used to index from this array)
300 * regulator descriptor's volt_table)
364 __func__, desc->volt_table[sel], sel,
505 unsigned int *volt_table;
533 volt_table = devm_kcalloc(dev, num_entries, sizeof(unsigned int),
535 if (!volt_table)
539 abb->rdesc.volt_table = volt_table;
543 for (i = 0; i < num_entries; i++, info++, volt_table++) {
549 volt_table);
563 i, *volt_table, info->opp_sel, efuse_offset, rbb_mask,
567 if (min_uV > *volt_table)
568 min_uV = *volt_table;
569 if (max_uV < *volt_table)
570 max_uV = *volt_table;
576 pname, *volt_table);
592 i, *volt_table, efuse_val, info->opp_sel);
598 pname, *volt_table, vset_mask);
602 dev_dbg(dev, "[%d]v=%d vset=%x\n", i, *volt_table, info->vset);
612 __func__, i, *volt_table, info->opp_sel);