Searched refs:temp16 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dlm75.c223 int16_t temp16; local
250 temp16 = i2c_tran_pointer->i2c_rbuf[0];
251 temp16 = (temp16 << 1);
252 temp16 = (temp16 | ((i2c_tran_pointer->i2c_rbuf[1] & 0x80) >> 7));
255 if (temp16 & LM75_COMP_MASK) {
256 holder = (temp16 & LM75_COMP_MASK_UPPER);
259 temp16 = 0 - holder;
261 temp16
278 int16_t temp16; local
[all...]
H A Dmax1617.c568 int16_t temp16; local
579 temp16 = (int16_t)((int8_t)i2ctp->i2c_rbuf[0]);
580 if (ddi_copyout((caddr_t)&temp16, arg, sizeof (int16_t),
H A Dadm1031.c612 int16_t temp16 = 0, write_value16 = 0; local
842 temp16 = (int16_t)((int8_t)temp);
843 if (ddi_copyout((void *)&temp16, (void *)arg, sizeof (temp16),
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c784 int16_t temp16; local
819 status = i_psvc_get_table_value(hdlp, tid, *temp, &temp16);
820 *temp = temp16;
830 int16_t temp16; local
865 status = i_psvc_get_table_value(hdlp, tid, *temp, &temp16);
866 *temp = temp16;
899 int16_t temp16; local
910 status = i_psvc_get_table_value(hdlp, tid, *value, &temp16);
911 *value = temp16;
972 int16_t temp16; local
1107 int16_t temp16; local
1651 int16_t temp16; local
1681 int16_t temp16; local
2405 int16_t temp16; local
2483 int16_t temp16; local
[all...]

Completed in 69 milliseconds