Lines Matching refs:s16

169 	s16 a;
170 s16 b;
174 s16 re;
175 s16 im;
974 #define LCNPHY_TEMPSENSE(val) ((s16)((val > 255) ? (val - 512) : val))
1041 static int wlc_lcnphy_calc_floor(s16 coeff_x, int type) in wlc_lcnphy_calc_floor()
1249 s16 iq_nbits, qq_nbits, arsh, brsh; in wlc_lcnphy_calc_rx_iq_comp()
1387 s16 *ptr; in wlc_lcnphy_rx_iq_cal()
1390 ptr = kmalloc(sizeof(s16) * 131, GFP_ATOMIC); in wlc_lcnphy_rx_iq_cal()
1845 wlc_lcnphy_load_tx_iir_filter(struct brcms_phy *pi, bool is_ofdm, s16 filt_type) in wlc_lcnphy_load_tx_iir_filter()
1847 s16 filt_index = -1; in wlc_lcnphy_load_tx_iir_filter()
1891 filt_index = (s16) j; in wlc_lcnphy_load_tx_iir_filter()
1905 filt_index = (s16) j; in wlc_lcnphy_load_tx_iir_filter()
2389 s16 manp, meas_temp, temp_diff; in wlc_lcnphy_tempcompensated_txpwrctrl()
3476 s16 playback_status; in wlc_lcnphy_stop_tx_tone()
3506 wlc_lcnphy_set_cc(struct brcms_phy *pi, int cal_type, s16 coeff_x, s16 coeff_y) in wlc_lcnphy_set_cc()
3587 s16 *ptr, int mode) in wlc_lcnphy_samp_cap()
3592 s16 imag, real; in wlc_lcnphy_samp_cap()
3675 s16 phy_c10, phy_c11, phy_c12, phy_c13, phy_c14, phy_c15, phy_c16; in wlc_lcnphy_a1()
3676 s16 *ptr, phy_c17; in wlc_lcnphy_a1()
3686 ptr = kmalloc(sizeof(s16) * 131, GFP_ATOMIC); in wlc_lcnphy_a1()
3735 phy_c15 = (s16) phy_c3.re; in wlc_lcnphy_a1()
3736 phy_c16 = (s16) phy_c3.im; in wlc_lcnphy_a1()
4026 s16 wlc_lcnphy_tempsense_new(struct brcms_phy *pi, bool mode) in wlc_lcnphy_tempsense_new()
4029 s16 avg = 0; in wlc_lcnphy_tempsense_new()
4044 avg = (s16) (tempsenseval1 - 512); in wlc_lcnphy_tempsense_new()
4046 avg = (s16) tempsenseval1; in wlc_lcnphy_tempsense_new()
4049 avg += (s16) (tempsenseval2 - 512); in wlc_lcnphy_tempsense_new()
4051 avg += (s16) tempsenseval2; in wlc_lcnphy_tempsense_new()
4408 s16 temp, temp1, temp2, qQ, qQ1, qQ2, shift; in wlc_lcnphy_load_rfpower()
4774 s16 temp; in wlc_lcnphy_agc_temp_init()
4779 temp = (s16) read_phy_reg(pi, 0x4df); in wlc_lcnphy_agc_temp_init()
4805 temp = (s16) (read_phy_reg(pi, 0x434) & (0xff << 0)); in wlc_lcnphy_agc_temp_init()