Home
last modified time | relevance | path

Searched refs:cal_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c2592 u16 *start_coeffs = NULL, *cal_cmds = NULL, cal_type, diq_start; in wlc_lcnphy_tx_iqlo_cal() local
2716 cal_type = (cal_cmds[i] & 0x0f00) >> 8; in wlc_lcnphy_tx_iqlo_cal()
2719 if (ncorr_override[cal_type]) in wlc_lcnphy_tx_iqlo_cal()
2721 ncorr_override[cal_type] << 8 | (command_num & in wlc_lcnphy_tx_iqlo_cal()
2726 if ((cal_type == 3) || (cal_type == 4)) { in wlc_lcnphy_tx_iqlo_cal()
2746 if ((cal_type == 3) || (cal_type == 4)) in wlc_lcnphy_tx_iqlo_cal()
3428 wlc_lcnphy_set_cc(struct brcms_phy *pi, int cal_type, s16 coeff_x, s16 coeff_y) in wlc_lcnphy_set_cc() argument
3433 switch (cal_type) { in wlc_lcnphy_set_cc()
3473 wlc_lcnphy_get_cc(struct brcms_phy *pi, int cal_type) in wlc_lcnphy_get_cc() argument
3480 switch (cal_type) { in wlc_lcnphy_get_cc()
[all …]
H A Dphy_n.c25632 u16 core_no, cal_type; in wlc_phy_cal_txiqlo_nphy() local
25844 cal_type = ((cal_cmd & 0x0F00) >> 8); in wlc_phy_cal_txiqlo_nphy()
25860 ncorr[cal_type] << 8) | NPHY_N_GCTL; in wlc_phy_cal_txiqlo_nphy()
25863 if ((cal_type == 1) || (cal_type == 3) in wlc_phy_cal_txiqlo_nphy()
25864 || (cal_type == 4)) { in wlc_phy_cal_txiqlo_nphy()
25892 if ((cal_type == 1) || (cal_type == 3) in wlc_phy_cal_txiqlo_nphy()
25893 || (cal_type == 4)) { in wlc_phy_cal_txiqlo_nphy()
26856 u16 *rxgain, u8 cal_type) in wlc_phy_rxcal_gainctrl_nphy_rev5() argument
26950 NPHY_RXCAL_TONEAMP, 0, cal_type, false); in wlc_phy_rxcal_gainctrl_nphy_rev5()
27059 u8 cal_type) in wlc_phy_rxcal_gainctrl_nphy() argument
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c2128 switch (curr_cal->cal_data->cal_type) { in ar9300_setup_calibration()
2381 ichan->calValid |= curr_cal->cal_data->cal_type; in ar9300_per_calibration()
2391 } else if (!(ichan->calValid & curr_cal->cal_data->cal_type)) { in ar9300_per_calibration()
2469 if (curr_cal && (curr_cal->cal_data->cal_type & *sched_cals) && in ar9300_calibration()
3226 HAL_CAL_TYPES cal_type) in ar9300_is_cal_supp() argument
3231 switch (cal_type & ahp->ah_supp_cals) { in ar9300_is_cal_supp()
3447 __func__, curr_cal->cal_data->cal_type); in ar9300_run_init_cals()
3459 curr_cal->cal_data->cal_type); in ar9300_run_init_cals()
3999 HAL_BOOL *is_cal_done, u_int32_t cal_type) in ar9300_reset_cal_valid() argument
4017 if (!(cal_type & IQ_MISMATCH_CAL)) { in ar9300_reset_cal_valid()
[all …]
H A Dar9300.h362 HAL_CAL_TYPES cal_type; // Type of calibration member
1408 HAL_BOOL *isIQdone, u_int32_t cal_type);