Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dsynaptics.c989 const struct synaptics_hw_state *sgm, in synaptics_report_mt_data() argument
994 const struct synaptics_hw_state *hw[2] = { sgm, &priv->agm }; in synaptics_report_mt_data()
1023 synaptics_report_buttons(psmouse, sgm); in synaptics_report_mt_data()
1029 struct synaptics_hw_state *sgm) in synaptics_image_sensor_process() argument
1037 if (sgm->z == 0) in synaptics_image_sensor_process()
1039 else if (sgm->w >= 4) in synaptics_image_sensor_process()
1041 else if (sgm->w == 0) in synaptics_image_sensor_process()
1043 else if (sgm->w == 1) in synaptics_image_sensor_process()
1049 synaptics_report_mt_data(psmouse, sgm, num_fingers); in synaptics_image_sensor_process()
/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc584 TCGv_i64 xb, sgm; \
590 sgm = tcg_temp_new_i64(); \
592 tcg_gen_movi_i64(sgm, sgn_mask); \
595 tcg_gen_andc_i64(xb, xb, sgm); \
599 tcg_gen_or_i64(xb, xb, sgm); \
603 tcg_gen_xor_i64(xb, xb, sgm); \
609 tcg_gen_and_i64(xa, xa, sgm); \
610 tcg_gen_andc_i64(xb, xb, sgm); \
630 TCGv_i64 xah, xbh, xbl, sgm, tmp; \
638 sgm = tcg_temp_new_i64(); \
[all …]