Lines Matching refs:min
177 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \ argument
181 .n_voltages = ((max) - (min)) / (step) + 1, \
186 .min_uV = (min), \
212 #define PFUZE100_VGEN_REG(_chip, _name, base, min, max, step) \ argument
216 .n_voltages = ((max) - (min)) / (step) + 1, \
221 .min_uV = (min), \
232 #define PFUZE3000_VCC_REG(_chip, _name, base, min, max, step) { \ argument
235 .n_voltages = ((max) - (min)) / (step) + 1, \
240 .min_uV = (min), \
252 #define PFUZE3000_SW2_REG(_chip, _name, base, min, max, step) { \ argument
255 .n_voltages = ((max) - (min)) / (step) + 1, \
260 .min_uV = (min), \
269 #define PFUZE3000_SW3_REG(_chip, _name, base, min, max, step) { \ argument
272 .n_voltages = ((max) - (min)) / (step) + 1, \
277 .min_uV = (min), \