Lines Matching defs:min
235 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \
239 .n_voltages = ((max) - (min)) / (step) + 1, \
244 .min_uV = (min), \
273 #define PFUZE100_VGEN_REG(_chip, _name, base, min, max, step) \
277 .n_voltages = ((max) - (min)) / (step) + 1, \
282 .min_uV = (min), \
310 #define PFUZE3000_VCC_REG(_chip, _name, base, min, max, step) { \
313 .n_voltages = ((max) - (min)) / (step) + 1, \
318 .min_uV = (min), \
352 #define PFUZE3000_SW3_REG(_chip, _name, base, min, max, step) { \
355 .n_voltages = ((max) - (min)) / (step) + 1, \
360 .min_uV = (min), \