sys/dev/i2c/si70xx.c
283
error = si70xx_cmd1(sc, SI70XX_READ_USER_REG_1, &userregister, 1);
sys/dev/i2c/si70xx.c
300
error = si70xx_cmd1(sc, SI70XX_WRITE_USER_REG_1, &userregister, 1);
sys/dev/i2c/si70xx.c
323
error = si70xx_cmd1(sc, SI70XX_READ_USER_REG_1, &userregister, 1);
sys/dev/i2c/si70xx.c
337
error = si70xx_cmd1(sc, SI70XX_WRITE_USER_REG_1, &userregister, 1);
sys/dev/i2c/si70xx.c
359
error = si70xx_cmd1(sc, SI70XX_READ_HEATER_REG, &heaterregister, 1);
sys/dev/i2c/si70xx.c
373
error = si70xx_cmd1(sc, SI70XX_WRITE_HEATER_REG, &heaterregister, 1);
sys/dev/i2c/si70xx.c
390
error = si70xx_cmd1(sc, SI70XX_READ_HEATER_REG, &heaterregister, 1);
sys/dev/i2c/si70xx.c
416
error = si70xx_cmd1(sc, SI70XX_READ_USER_REG_1, &userregister, 1);
sys/dev/i2c/si70xx.c
647
error = si70xx_cmd1(sc, SI70XX_RESET, NULL, 0);
sys/dev/i2c/si70xx.c
731
error = si70xx_cmd1(sc, SI70XX_READ_HEATER_REG, &heaterregister, 1);
sys/dev/i2c/si70xx.c
900
error = si70xx_cmd1(sc, cmd, buf, sizeof(buf));
sys/dev/i2c/si70xx.c
907
error = si70xx_cmd1(sc, cmd, NULL, 0);