Searched refs:ext_bits (Results 1 – 1 of 1) sorted by relevance
758 unsigned int ext_bits = in synaptics_parse_ext_buttons() local760 unsigned int ext_mask = GENMASK(ext_bits - 1, 0); in synaptics_parse_ext_buttons()763 hw->ext_buttons |= (buf[5] & ext_mask) << ext_bits; in synaptics_parse_ext_buttons()917 int ext_bits = (SYN_CAP_MULTI_BUTTON_NO(priv->info.ext_cap) + 1) >> 1; in synaptics_report_ext_buttons() local930 for (i = 0; i < ext_bits; i++) { in synaptics_report_ext_buttons()934 hw->ext_buttons & BIT(i + ext_bits)); in synaptics_report_ext_buttons()