Searched defs:start_right (Results 1 - 1 of 1) sorted by relevance

/drivers/hid/
H A Dhid-lg4ff.c353 int start_left, start_right, full_range; local
392 start_right = 0xfff - start_left;
395 value[3] = start_right >> 4;
397 value[5] = (start_right & 0xe) << 4 | (start_left & 0xe);

Completed in 678 milliseconds