Searched refs:ext_mask (Results 1 – 1 of 1) sorted by relevance
699 unsigned int ext_mask = GENMASK(ext_bits - 1, 0); in synaptics_parse_ext_buttons() local701 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()