Lines Matching refs:volt_table
48 * volt_table list. (selector is used to index from this array)
308 * regulator descriptor's volt_table)
372 __func__, desc->volt_table[sel], sel,
513 unsigned int *volt_table;
541 volt_table = devm_kcalloc(dev, num_entries, sizeof(unsigned int),
543 if (!volt_table)
547 abb->rdesc.volt_table = volt_table;
551 for (i = 0; i < num_entries; i++, info++, volt_table++) {
557 volt_table);
571 i, *volt_table, info->opp_sel, efuse_offset, rbb_mask,
575 if (min_uV > *volt_table)
576 min_uV = *volt_table;
577 if (max_uV < *volt_table)
578 max_uV = *volt_table;
584 pname, *volt_table);
600 i, *volt_table, efuse_val, info->opp_sel);
606 pname, *volt_table, vset_mask);
610 dev_dbg(dev, "[%d]v=%d vset=%x\n", i, *volt_table, info->vset);
620 __func__, i, *volt_table, info->opp_sel);