Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dsynaptics.c699 unsigned int ext_mask = GENMASK(ext_bits - 1, 0); in synaptics_parse_ext_buttons() local
701 hw->ext_buttons = buf[4] & ext_mask; in synaptics_parse_ext_buttons()
702 hw->ext_buttons |= (buf[5] & ext_mask) << ext_bits; in synaptics_parse_ext_buttons()