Searched refs:host_temp (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/iio/accel/
H A Dbma400_core.c418 int host_temp; local
428 host_temp = sign_extend32(raw_temp, 7);
433 *val = (host_temp >> 1) + 23;
434 *val2 = (host_temp & 0x1) * 500000;

Completed in 199 milliseconds