Home | History | Annotate | Download | only in i2c

Lines Matching defs:hdata

503 	int8_t hdata = 0x7f, ldata = 0xc9;
515 if (admtemp_exec(sc, I2C_OP_READ_WITH_STOP, &cmd, &hdata) == 0 &&
516 hdata != ADMTEMP_LIM_INVAL) {
517 limits->sel_critmax = 273150000 + 1000000 * hdata;
542 sc->sc_highlim[edata->sensor] = hdata;
553 int8_t hdata = 0x7f, ldata = 0xc9;
565 if (admtemp_exec(sc, I2C_OP_READ_WITH_STOP, &cmd, &hdata) == 0 &&
566 hdata != ADMTEMP_LIM_INVAL) {
567 limits->sel_critmax = 273150000 + 1000000 * hdata;
603 sc->sc_highlim[edata->sensor] = hdata;
618 int8_t tdata = 0x55, hdata = 0x55, ldata = 0;
641 if (admtemp_exec(sc, I2C_OP_READ_WITH_STOP, &cmd, &hdata) == 0 &&
642 hdata != ADMTEMP_LIM_INVAL) {
643 limits->sel_warnmax = 273150000 + 1000000 * hdata;
680 sc->sc_highlim[edata->sensor] = hdata;