Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/wpi/
Dif_wpireg.h641 uint8_t dsp_gain; member
674 uint8_t dsp_gain; member
Dif_wpi.c3712 cmd.rates[i].dsp_gain = wpi_dsp_gain_5ghz[idx]; in wpi_set_txpower()
3715 cmd.rates[i].dsp_gain = wpi_dsp_gain_2ghz[idx]; in wpi_set_txpower()
4238 chan->dsp_gain = 0x6e; /* Default level */ in wpi_scan()
/freebsd-12-stable/sys/dev/iwn/
Dif_iwnreg.h952 uint8_t dsp_gain; member
1021 uint8_t dsp_gain[2]; member
Dif_iwn.c5687 const uint8_t *rf_gain, *dsp_gain; in iwn4965_set_txpower() local
5706 dsp_gain = iwn4965_dsp_gain_5ghz; in iwn4965_set_txpower()
5710 dsp_gain = iwn4965_dsp_gain_2ghz; in iwn4965_set_txpower()
5812 cmd.power[ridx].dsp_gain[c] = dsp_gain[idx]; in iwn4965_set_txpower()
7207 chan->dsp_gain = 0x6e; in iwn_scan()
7241 chan->chan, chan->flags, chan->rf_gain, chan->dsp_gain, in iwn_scan()