Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dcypress_ps2.c380 u8 bits6_7; in cypress_get_finger_count() local
383 bits6_7 = header_byte >> 6; in cypress_get_finger_count()
384 finger_count = bits6_7 & 0x03; in cypress_get_finger_count()