Lines Matching refs:hdata
497 int8_t hdata = 0x7f, ldata = 0xc9;
509 if (admtemp_exec(sc, I2C_OP_READ_WITH_STOP, &cmd, &hdata) == 0 &&
510 hdata != ADMTEMP_LIM_INVAL) {
511 limits->sel_critmax = 273150000 + 1000000 * hdata;
536 sc->sc_highlim[edata->sensor] = hdata;
547 int8_t hdata = 0x7f, ldata = 0xc9;
559 if (admtemp_exec(sc, I2C_OP_READ_WITH_STOP, &cmd, &hdata) == 0 &&
560 hdata != ADMTEMP_LIM_INVAL) {
561 limits->sel_critmax = 273150000 + 1000000 * hdata;
597 sc->sc_highlim[edata->sensor] = hdata;
612 int8_t tdata = 0x55, hdata = 0x55, ldata = 0;
635 if (admtemp_exec(sc, I2C_OP_READ_WITH_STOP, &cmd, &hdata) == 0 &&
636 hdata != ADMTEMP_LIM_INVAL) {
637 limits->sel_warnmax = 273150000 + 1000000 * hdata;
674 sc->sc_highlim[edata->sensor] = hdata;