Home
last modified time | relevance | path

Searched refs:fast_div_bias (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dantenna.c395 ant_conf->fast_div_bias = 0x1; in ath_ant_div_conf_fast_divbias()
398 ant_conf->fast_div_bias = 0x7; in ath_ant_div_conf_fast_divbias()
401 ant_conf->fast_div_bias = 0x2; in ath_ant_div_conf_fast_divbias()
404 ant_conf->fast_div_bias = 0x7; in ath_ant_div_conf_fast_divbias()
407 ant_conf->fast_div_bias = 0x6; in ath_ant_div_conf_fast_divbias()
410 ant_conf->fast_div_bias = 0x0; in ath_ant_div_conf_fast_divbias()
413 ant_conf->fast_div_bias = 0x6; in ath_ant_div_conf_fast_divbias()
416 ant_conf->fast_div_bias = 0x1; in ath_ant_div_conf_fast_divbias()
432 ant_conf->fast_div_bias = 0x1; in ath_ant_div_conf_fast_divbias()
542 if (antcomb->fast_div_bias) in ath_ant_div_conf_fast_divbias()
[all …]
H A Dar9002_phy.c388 antconf->fast_div_bias = (regval & AR_PHY_9285_FAST_DIV_BIAS) >> in ar9002_hw_antdiv_comb_conf_get()
408 regval |= ((antconf->fast_div_bias << AR_PHY_9285_FAST_DIV_BIAS_S) in ar9002_hw_antdiv_comb_conf_set()
H A Dar9003_phy.c1508 antconf->fast_div_bias = (regval & AR_PHY_ANT_FAST_DIV_BIAS) >> in ar9003_hw_antdiv_comb_conf_get()
1545 regval |= ((antconf->fast_div_bias << AR_PHY_ANT_FAST_DIV_BIAS_S) in ar9003_hw_antdiv_comb_conf_set()
H A Dath9k.h942 int fast_div_bias; member
H A Dhw.h565 u8 fast_div_bias; member
H A Dinit.c468 sc->ant_comb.fast_div_bias = 3; in ath9k_init_pcoem_platform()