Searched refs:sgm (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/input/mouse/ |
H A D | synaptics.c | 1019 const struct synaptics_hw_state *sgm, in synaptics_report_mt_data() argument 1024 const struct synaptics_hw_state *hw[2] = { sgm, &priv->agm }; in synaptics_report_mt_data() 1053 synaptics_report_buttons(psmouse, sgm); in synaptics_report_mt_data() 1059 struct synaptics_hw_state *sgm) in synaptics_image_sensor_process() argument 1067 if (sgm->z == 0) in synaptics_image_sensor_process() 1069 else if (sgm->w >= 4) in synaptics_image_sensor_process() 1071 else if (sgm->w == 0) in synaptics_image_sensor_process() 1073 else if (sgm->w == 1) in synaptics_image_sensor_process() 1079 synaptics_report_mt_data(psmouse, sgm, num_fingers); in synaptics_image_sensor_process()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 592 TCGv_i64 xb, sgm; \ 598 sgm = tcg_temp_new_i64(); \ 600 tcg_gen_movi_i64(sgm, sgn_mask); \ 603 tcg_gen_andc_i64(xb, xb, sgm); \ 607 tcg_gen_or_i64(xb, xb, sgm); \ 611 tcg_gen_xor_i64(xb, xb, sgm); \ 617 tcg_gen_and_i64(xa, xa, sgm); \ 618 tcg_gen_andc_i64(xb, xb, sgm); \ 638 TCGv_i64 xah, xbh, xbl, sgm, tmp; \ 646 sgm = tcg_temp_new_i64(); \ [all …]
|