Searched refs:ext_bits (Results 1 – 1 of 1) sorted by relevance
697 unsigned int ext_bits = in synaptics_parse_ext_buttons() local699 unsigned int ext_mask = GENMASK(ext_bits - 1, 0); in synaptics_parse_ext_buttons()702 hw->ext_buttons |= (buf[5] & ext_mask) << ext_bits; in synaptics_parse_ext_buttons()858 int ext_bits = (SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap) + 1) >> 1; in synaptics_report_ext_buttons() local872 for (i = 0; i < ext_bits; i++) { in synaptics_report_ext_buttons()876 hw->ext_buttons & (1 << (i + ext_bits))); in synaptics_report_ext_buttons()