Home
last modified time | relevance | path

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

/NextBSD/sys/dev/wpi/
HDif_wpireg.h643 uint8_t rf_gain; member
676 uint8_t rf_gain; member
HDif_wpi.c3693 cmd.rates[i].rf_gain = wpi_rf_gain_5ghz[idx]; in wpi_set_txpower()
3696 cmd.rates[i].rf_gain = wpi_rf_gain_2ghz[idx]; in wpi_set_txpower()
4223 chan->rf_gain = 0x3b; in wpi_scan()
4225 chan->rf_gain = 0x28; in wpi_scan()
/NextBSD/sys/dev/iwn/
HDif_iwnreg.h917 uint8_t rf_gain; member
986 uint8_t rf_gain[2]; member
HDif_iwn.c5476 const uint8_t *rf_gain, *dsp_gain; in iwn4965_set_txpower() local
5493 rf_gain = iwn4965_rf_gain_5ghz; in iwn4965_set_txpower()
5497 rf_gain = iwn4965_rf_gain_2ghz; in iwn4965_set_txpower()
5599 cmd.power[ridx].rf_gain[c] = rf_gain[idx]; in iwn4965_set_txpower()
6941 chan->rf_gain = 0x3b; in iwn_scan()
6943 chan->rf_gain = 0x28; in iwn_scan()
6949 chan->chan, chan->flags, chan->rf_gain, chan->dsp_gain, in iwn_scan()