Home
last modified time | relevance | path

Searched refs:host_temp (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/iio/accel/
Dbma400_core.c218 int host_temp; in bma400_get_temp_reg() local
228 host_temp = sign_extend32(raw_temp, 7); in bma400_get_temp_reg()
233 *val = (host_temp >> 1) + 23; in bma400_get_temp_reg()
234 *val2 = (host_temp & 0x1) * 500000; in bma400_get_temp_reg()