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

/linux-master/drivers/input/touchscreen/
H A Dtsc200x-core.c263 unsigned int temp_high_test; local
281 temp_high_test = (temp_high_orig - 1) & MAX_12BIT;
283 error = regmap_write(ts->regmap, TSC200X_REG_TEMP_HIGH, temp_high_test);
298 if (temp_high != temp_high_test) {
300 temp_high, temp_high_test);

Completed in 97 milliseconds