Searched refs:cal_type (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/ |
D | wlc_phy_lcn.c | 1019 static void wlc_lcnphy_set_cc(phy_info_t *pi, int cal_type, s16 coeff_x, 1021 static lcnphy_unsign16_struct wlc_lcnphy_get_cc(phy_info_t *pi, int cal_type); 1022 static void wlc_lcnphy_a1(phy_info_t *pi, int cal_type, 1876 u16 *start_coeffs = NULL, *cal_cmds = NULL, cal_type, diq_start; in wlc_lcnphy_tx_iqlo_cal() local 2005 cal_type = (cal_cmds[i] & 0x0f00) >> 8; in wlc_lcnphy_tx_iqlo_cal() 2008 if (ncorr_override[cal_type]) in wlc_lcnphy_tx_iqlo_cal() 2010 ncorr_override[cal_type] << 8 | (command_num & in wlc_lcnphy_tx_iqlo_cal() 2015 if ((cal_type == 3) || (cal_type == 4)) { in wlc_lcnphy_tx_iqlo_cal() 2038 if ((cal_type == 3) || (cal_type == 4)) { in wlc_lcnphy_tx_iqlo_cal() 3948 wlc_lcnphy_set_cc(phy_info_t *pi, int cal_type, s16 coeff_x, s16 coeff_y) in wlc_lcnphy_set_cc() argument [all …]
|
D | wlc_phy_n.c | 24107 u16 core_no, cal_type; in wlc_phy_cal_txiqlo_nphy() local 24326 cal_type = ((cal_cmd & 0x0F00) >> 8); in wlc_phy_cal_txiqlo_nphy() 24341 ncorr[cal_type] << 8) | NPHY_N_GCTL; in wlc_phy_cal_txiqlo_nphy() 24344 if ((cal_type == 1) || (cal_type == 3) in wlc_phy_cal_txiqlo_nphy() 24345 || (cal_type == 4)) { in wlc_phy_cal_txiqlo_nphy() 24371 if ((cal_type == 1) || (cal_type == 3) in wlc_phy_cal_txiqlo_nphy() 24372 || (cal_type == 4)) { in wlc_phy_cal_txiqlo_nphy() 25311 u16 *rxgain, u8 cal_type) in wlc_phy_rxcal_gainctrl_nphy_rev5() argument 25340 desired_log2_pwr = (cal_type == 0) ? 13 : 13; in wlc_phy_rxcal_gainctrl_nphy_rev5() 25411 NPHY_RXCAL_TONEAMP, 0, cal_type, false); in wlc_phy_rxcal_gainctrl_nphy_rev5() [all …]
|