Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dsynaptics.c1167 static const u8 newabs_mask[] = { 0xC8, 0x00, 0x00, 0xC8, 0x00 }; in synaptics_validate_byte() local
1184 return (packet[idx] & newabs_mask[idx]) == newabs_rslt[idx]; in synaptics_validate_byte()