Lines Matching refs:temp
611 uint8_t speed = 0, f_set = 0, temp = 0, write_value = 0;
736 temp = ADM1031_AUTOFLAG &
738 temp = temp >> 7;
739 if (ddi_copyout((void *)&temp, (void *)arg,
740 sizeof (temp), mode) != DDI_SUCCESS) {
751 temp = ADM1031_AUTOFLAG |
755 temp = admp->adm1031_transfer->i2c_rbuf[0] &
762 admp->adm1031_transfer->i2c_wbuf[1] = temp;
830 temp = admp->adm1031_transfer->i2c_rbuf[0];
839 if (temp == 0x80) {
840 temp = 0xFF;
842 temp16 = (int16_t)((int8_t)temp);
847 if (ddi_copyout((void *)&temp, (void *)arg, sizeof (temp),
889 uint8_t temp[2];
919 temp[0] = admp->adm1031_transfer->i2c_rbuf[0];
926 temp[1] = admp->adm1031_transfer->i2c_rbuf[0];
928 if ((temp[0] != 0) || (temp[1] != 0)) {
1033 temp[0] = admp->adm1031_transfer->i2c_rbuf[0];
1041 temp[1] = admp->adm1031_transfer->i2c_rbuf[0];
1044 if (ddi_copyout((void *)&temp, (void *)arg, sizeof (temp),