Searched defs:antconf (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_phy.c526 struct ath_hw_antcomb_conf *antconf)
531 antconf->main_lna_conf = (regval & AR_PHY_9285_ANT_DIV_MAIN_LNACONF) >>
533 antconf->alt_lna_conf = (regval & AR_PHY_9285_ANT_DIV_ALT_LNACONF) >>
535 antconf->fast_div_bias = (regval & AR_PHY_9285_FAST_DIV_BIAS) >>
537 antconf->lna1_lna2_delta = -3;
538 antconf->div_group = 0;
542 struct ath_hw_antcomb_conf *antconf)
550 regval |= ((antconf->main_lna_conf << AR_PHY_9285_ANT_DIV_MAIN_LNACONF_S)
552 regval |= ((antconf->alt_lna_conf << AR_PHY_9285_ANT_DIV_ALT_LNACONF_S)
554 regval |= ((antconf
525 ar9002_hw_antdiv_comb_conf_get(struct ath_hw *ah, struct ath_hw_antcomb_conf *antconf) argument
541 ar9002_hw_antdiv_comb_conf_set(struct ath_hw *ah, struct ath_hw_antcomb_conf *antconf) argument
[all...]
H A Dhw-ops.h125 struct ath_hw_antcomb_conf *antconf)
127 ath9k_hw_ops(ah)->antdiv_comb_conf_get(ah, antconf);
131 struct ath_hw_antcomb_conf *antconf)
133 ath9k_hw_ops(ah)->antdiv_comb_conf_set(ah, antconf);
124 ath9k_hw_antdiv_comb_conf_get(struct ath_hw *ah, struct ath_hw_antcomb_conf *antconf) argument
130 ath9k_hw_antdiv_comb_conf_set(struct ath_hw *ah, struct ath_hw_antcomb_conf *antconf) argument
H A Dath9k_ar9003_phy.c1190 struct ath_hw_antcomb_conf *antconf)
1195 antconf->main_lna_conf = (regval & AR_PHY_9485_ANT_DIV_MAIN_LNACONF) >>
1197 antconf->alt_lna_conf = (regval & AR_PHY_9485_ANT_DIV_ALT_LNACONF) >>
1199 antconf->fast_div_bias = (regval & AR_PHY_9485_ANT_FAST_DIV_BIAS) >>
1201 antconf->lna1_lna2_delta = -9;
1202 antconf->div_group = 2;
1206 struct ath_hw_antcomb_conf *antconf)
1216 regval |= ((antconf->main_lna_conf <<
1219 regval |= ((antconf->alt_lna_conf << AR_PHY_9485_ANT_DIV_ALT_LNACONF_S)
1221 regval |= ((antconf
1189 ar9003_hw_antdiv_comb_conf_get(struct ath_hw *ah, struct ath_hw_antcomb_conf *antconf) argument
1205 ar9003_hw_antdiv_comb_conf_set(struct ath_hw *ah, struct ath_hw_antcomb_conf *antconf) argument
[all...]

Completed in 59 milliseconds