Lines Matching refs:step
63 int step; member
68 .min = 800000, .max = 3950000, .step = 50000,
72 .min = 650000, .max = 2225000, .step = 25000,
76 .min = 750000, .max = 3900000, .step = 50000,
81 .min = 200000, .max = 950000, .step = 50000,
85 .min = 50000, .max = 200000, .step = 10000,
161 val = desc->min + desc->step * selector; in max8997_list_voltage()
388 i = DIV_ROUND_UP(min_vol - desc->min, desc->step); in max8997_get_voltage_proper_val()
390 if (desc->min + desc->step * i > max_vol) in max8997_get_voltage_proper_val()
523 return DIV_ROUND_UP(desc->step * (new_selector - old_selector), in max8997_set_voltage_buck_time_sel()
666 } while (desc->min + desc->step * new_val <= desc->max); in max8997_set_voltage_buck()
1059 buck1245_voltage_map_desc.step); in max8997_pmic_probe()
1068 buck1245_voltage_map_desc.step); in max8997_pmic_probe()
1077 buck1245_voltage_map_desc.step); in max8997_pmic_probe()
1171 (desc->max - desc->min) / desc->step + 1; in max8997_pmic_probe()