Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dbma400_core.c183 int host_temp; in bma400_get_temp_reg() local
193 host_temp = sign_extend32(raw_temp, 7); in bma400_get_temp_reg()
198 *val = (host_temp >> 1) + 23; in bma400_get_temp_reg()
199 *val2 = (host_temp & 0x1) * 500000; in bma400_get_temp_reg()
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dbma400_core.c418 int host_temp; in bma400_get_temp_reg() local
428 host_temp = sign_extend32(raw_temp, 7); in bma400_get_temp_reg()
433 *val = (host_temp >> 1) + 23; in bma400_get_temp_reg()
434 *val2 = (host_temp & 0x1) * 500000; in bma400_get_temp_reg()

Completed in 4 milliseconds