Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dtsc2005.c394 u16 temp_high_orig; in tsc2005_selftest_show() local
406 error = tsc2005_read(ts, TSC2005_REG_TEMP_HIGH, &temp_high_orig); in tsc2005_selftest_show()
413 temp_high_test = (temp_high_orig - 1) & MAX_12BIT; in tsc2005_selftest_show()
453 if (temp_high != temp_high_orig) { in tsc2005_selftest_show()
455 temp_high, temp_high_orig); in tsc2005_selftest_show()