Lines Matching defs:limit
105 unsigned int limit;
109 retval = regmap_read(regmap, sda->index, &limit);
117 return sprintf(buf, "%d000\n", is_min ? limit + hyst : limit - hyst);
138 unsigned int limit;
147 retval = regmap_read(regmap, sda->index, &limit);
151 hyst = limit * 1000 - val;
373 case 0x35: /* high limit status */
374 case 0x36: /* low limit status */
375 case 0x37: /* therm limit status */