Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c2585 ahp->ah_diversity_control = in ar9300_new_state()
3042 if (ahp->ah_diversity_control == HAL_ANT_VARIABLE) { in ar9300_fill_capability_info()
4071 if (AR_SREV_POSEIDON(ah) && ( ahp->ah_diversity_control == HAL_ANT_FIXED_A in ar9300_ant_div_comb_set_config()
4072 || ahp->ah_diversity_control == HAL_ANT_FIXED_B)) { in ar9300_ant_div_comb_set_config()
H A Dar9300_eeprom.c1813 if (AR_SREV_POSEIDON(ah) && ( ahp->ah_diversity_control == HAL_ANT_FIXED_A in ar9300_ant_ctrl_apply()
1814 || ahp->ah_diversity_control == HAL_ANT_FIXED_B)) in ar9300_ant_ctrl_apply()
1823 switch (ahp->ah_diversity_control) { in ar9300_ant_ctrl_apply()
H A Dar9300_misc.c560 ahp->ah_diversity_control = settings; in ar9300_set_antenna_switch()
2492 if (ahp->ah_diversity_control == HAL_ANT_VARIABLE) in ar9300_bt_coex_antenna_diversity()
H A Dar9300.h436 HAL_ANT_SETTING ah_diversity_control; /* antenna setting */ member