Home
last modified time | relevance | path

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

/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c2602 u16 *start_coeffs = NULL, *cal_cmds = NULL, cal_type, diq_start; in wlc_lcnphy_tx_iqlo_cal() local
2725 cal_type = (cal_cmds[i] & 0x0f00) >> 8; in wlc_lcnphy_tx_iqlo_cal()
2728 if (ncorr_override[cal_type]) in wlc_lcnphy_tx_iqlo_cal()
2730 ncorr_override[cal_type] << 8 | (command_num & in wlc_lcnphy_tx_iqlo_cal()
2735 if ((cal_type == 3) || (cal_type == 4)) { in wlc_lcnphy_tx_iqlo_cal()
2755 if ((cal_type == 3) || (cal_type == 4)) in wlc_lcnphy_tx_iqlo_cal()
3445 wlc_lcnphy_set_cc(struct brcms_phy *pi, int cal_type, s16 coeff_x, s16 coeff_y) in wlc_lcnphy_set_cc() argument
3450 switch (cal_type) { in wlc_lcnphy_set_cc()
3490 wlc_lcnphy_get_cc(struct brcms_phy *pi, int cal_type) in wlc_lcnphy_get_cc() argument
3497 switch (cal_type) { in wlc_lcnphy_get_cc()
[all …]
Dphy_n.c25865 u16 core_no, cal_type; in wlc_phy_cal_txiqlo_nphy() local
26079 cal_type = ((cal_cmd & 0x0F00) >> 8); in wlc_phy_cal_txiqlo_nphy()
26095 ncorr[cal_type] << 8) | NPHY_N_GCTL; in wlc_phy_cal_txiqlo_nphy()
26098 if ((cal_type == 1) || (cal_type == 3) in wlc_phy_cal_txiqlo_nphy()
26099 || (cal_type == 4)) { in wlc_phy_cal_txiqlo_nphy()
26127 if ((cal_type == 1) || (cal_type == 3) in wlc_phy_cal_txiqlo_nphy()
26128 || (cal_type == 4)) { in wlc_phy_cal_txiqlo_nphy()
27091 u16 *rxgain, u8 cal_type) in wlc_phy_rxcal_gainctrl_nphy_rev5() argument
27118 desired_log2_pwr = (cal_type == 0) ? 13 : 13; in wlc_phy_rxcal_gainctrl_nphy_rev5()
27185 NPHY_RXCAL_TONEAMP, 0, cal_type, false); in wlc_phy_rxcal_gainctrl_nphy_rev5()
[all …]
/drivers/hwmon/
Dexynos4_tmu.c98 switch (pdata->cal_type) { in temp_to_code()
130 switch (pdata->cal_type) { in code_to_temp()
/drivers/net/wireless/ath/ath9k/
Dar9002_calib.c31 enum ar9002_cal_types cal_type) in ar9002_hw_is_cal_supported() argument
34 switch (ah->supp_cals & cal_type) { in ar9002_hw_is_cal_supported()