Home
last modified time | relevance | path

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

/freebsd/sys/dev/wpi/
H A Dif_wpireg.h640 uint8_t dsp_gain; member
673 uint8_t dsp_gain; member
H A Dif_wpi.c3709 cmd.rates[i].dsp_gain = wpi_dsp_gain_5ghz[idx]; in wpi_set_txpower()
3712 cmd.rates[i].dsp_gain = wpi_dsp_gain_2ghz[idx]; in wpi_set_txpower()
4235 chan->dsp_gain = 0x6e; /* Default level */ in wpi_scan()
/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h951 uint8_t dsp_gain; member
1020 uint8_t dsp_gain[2]; member
H A Dif_iwn.c5684 const uint8_t *rf_gain, *dsp_gain; in iwn4965_set_txpower() local
5703 dsp_gain = iwn4965_dsp_gain_5ghz; in iwn4965_set_txpower()
5707 dsp_gain = iwn4965_dsp_gain_2ghz; in iwn4965_set_txpower()
5809 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()