Lines Matching refs:step
53 int step; member
58 .min = 800000, .step = 50000, .max = 1300000,
61 .min = 1600000, .step = 100000, .max = 3600000,
64 .min = 3000000, .step = 100000, .max = 3600000,
67 .min = 2800000, .step = 100000, .max = 3100000,
70 .min = 950000, .step = 50000, .max = 1300000,
73 .min = 800000, .step = 100000, .max = 3300000,
76 .min = 1200000, .step = 100000, .max = 3300000,
79 .min = 1600000, .step = 100000, .max = 3600000,
82 .min = 750000, .step = 25000, .max = 1525000,
85 .min = 1600000, .step = 100000, .max = 3600000,
88 .min = 800000, .step = 100000, .max = 2300000,
438 difference = (new_selector - old_selector) * desc->step / 1000; in max8998_set_voltage_buck_time_sel()
815 buck12_voltage_map_desc.step*i in max8998_pmic_probe()
843 buck12_voltage_map_desc.step*i in max8998_pmic_probe()
862 int count = (desc->max - desc->min) / desc->step + 1; in max8998_pmic_probe()
866 regulators[index].uV_step = desc->step; in max8998_pmic_probe()