Home
last modified time | relevance | path

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

/freebsd/sys/dev/wpi/
H A Dif_wpireg.h639 uint8_t rf_gain; member
672 uint8_t rf_gain; member
H A Dif_wpi.c3708 cmd.rates[i].rf_gain = wpi_rf_gain_5ghz[idx]; in wpi_set_txpower()
3711 cmd.rates[i].rf_gain = wpi_rf_gain_2ghz[idx]; in wpi_set_txpower()
4238 chan->rf_gain = 0x3b; in wpi_scan()
4240 chan->rf_gain = 0x28; in wpi_scan()
/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h950 uint8_t rf_gain; member
1019 uint8_t rf_gain[2]; member
H A Dif_iwn.c5684 const uint8_t *rf_gain, *dsp_gain; in iwn4965_set_txpower() local
5702 rf_gain = iwn4965_rf_gain_5ghz; in iwn4965_set_txpower()
5706 rf_gain = iwn4965_rf_gain_2ghz; in iwn4965_set_txpower()
5808 cmd.power[ridx].rf_gain[c] = rf_gain[idx]; in iwn4965_set_txpower()
7233 chan->rf_gain = 0x3b; in iwn_scan()
7235 chan->rf_gain = 0x28; in iwn_scan()
7241 chan->chan, chan->flags, chan->rf_gain, chan->dsp_gain, in iwn_scan()