Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/mouse/
Dcypress_ps2.c419 unsigned char bits6_7; in cypress_get_finger_count() local
422 bits6_7 = header_byte >> 6; in cypress_get_finger_count()
423 finger_count = bits6_7 & 0x03; in cypress_get_finger_count()