Lines Matching refs:step
77 int step; member
82 .min = 800000, .max = 3950000, .step = 50000,
86 .min = 650000, .max = 2225000, .step = 25000,
90 .min = 750000, .max = 3900000, .step = 50000,
95 .min = 200000, .max = 950000, .step = 50000,
99 .min = 50000, .max = 200000, .step = 10000,
176 val = desc->min + desc->step * selector; in max8997_list_voltage()
403 i = DIV_ROUND_UP(min_vol - desc->min, desc->step); in max8997_get_voltage_proper_val()
405 if (desc->min + desc->step * i > max_vol) in max8997_get_voltage_proper_val()
541 return DIV_ROUND_UP(desc->step * (new_selector - old_selector), in max8997_set_voltage_buck_time_sel()
684 } while (desc->min + desc->step * new_val <= desc->max); in max8997_set_voltage_buck()
1076 buck1245_voltage_map_desc.step); in max8997_pmic_probe()
1085 buck1245_voltage_map_desc.step); in max8997_pmic_probe()
1094 buck1245_voltage_map_desc.step); in max8997_pmic_probe()
1188 (desc->max - desc->min) / desc->step + 1; in max8997_pmic_probe()