Lines Matching refs:step
177 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \ argument
181 .n_voltages = ((max) - (min)) / (step) + 1, \
187 .uV_step = (step), \
212 #define PFUZE100_VGEN_REG(_chip, _name, base, min, max, step) \ argument
216 .n_voltages = ((max) - (min)) / (step) + 1, \
222 .uV_step = (step), \
232 #define PFUZE3000_VCC_REG(_chip, _name, base, min, max, step) { \ argument
235 .n_voltages = ((max) - (min)) / (step) + 1, \
241 .uV_step = (step), \
252 #define PFUZE3000_SW2_REG(_chip, _name, base, min, max, step) { \ argument
255 .n_voltages = ((max) - (min)) / (step) + 1, \
261 .uV_step = (step), \
269 #define PFUZE3000_SW3_REG(_chip, _name, base, min, max, step) { \ argument
272 .n_voltages = ((max) - (min)) / (step) + 1, \
278 .uV_step = (step), \