Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dtsc200x-core.c271 unsigned int temp_high_test; in tsc200x_selftest_show() local
289 temp_high_test = (temp_high_orig - 1) & MAX_12BIT; in tsc200x_selftest_show()
291 error = regmap_write(ts->regmap, TSC200X_REG_TEMP_HIGH, temp_high_test); in tsc200x_selftest_show()
306 if (temp_high != temp_high_test) { in tsc200x_selftest_show()
308 temp_high, temp_high_test); in tsc200x_selftest_show()