Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dcypress_ps2.c424 unsigned char bits6_7; in cypress_get_finger_count() local
427 bits6_7 = header_byte >> 6; in cypress_get_finger_count()
428 finger_count = bits6_7 & 0x03; in cypress_get_finger_count()