Lines Matching defs:limits
381 /* Retrieve and display hardware monitor limits */
384 aprint_normal_dev(self, "Hardware limits: ");
426 /* Retrieve current limits from device, and encode in uKelvins */
429 sysmon_envsys_lim_t *limits, uint32_t *props)
439 limits->sel_warnmin = sdtemp_decode_temp(sc, lim);
443 limits->sel_warnmax = sdtemp_decode_temp(sc, lim);
447 limits->sel_critmax = sdtemp_decode_temp(sc, lim);
458 sysmon_envsys_lim_t *limits, uint32_t *props)
463 if (limits == NULL) {
464 limits = &sc->sc_deflims;
471 val = __UK2C(limits->sel_warnmin);
476 val = __UK2C(limits->sel_warnmax);
481 val = __UK2C(limits->sel_critmax);
489 * limits are set that we cannot handle, tell sysmon that
490 * the driver will take care of monitoring the limits!
597 /* Now check for limits */