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

/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpireg.h644 uint8_t dsp_gain; member in struct:wpi_scan_chan
677 uint8_t dsp_gain; member in struct:wpi_cmd_txpower::__anon11965
H A Dif_wpi.c3690 cmd.rates[i].dsp_gain = wpi_dsp_gain_5ghz[idx];
3693 cmd.rates[i].dsp_gain = wpi_dsp_gain_2ghz[idx];
4216 chan->dsp_gain = 0x6e; /* Default level */
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h918 uint8_t dsp_gain; member in struct:iwn_scan_chan
987 uint8_t dsp_gain[2]; member in struct:iwn4965_cmd_txpower::__anon10556
H A Dif_iwn.c5520 const uint8_t *rf_gain, *dsp_gain; local
5538 dsp_gain = iwn4965_dsp_gain_5ghz;
5542 dsp_gain = iwn4965_dsp_gain_2ghz;
5644 cmd.power[ridx].dsp_gain[c] = dsp_gain[idx];
6959 chan->dsp_gain = 0x6e;
6991 "dsp_gain 0x%x active %d passive %d scan_svc_time %d crc 0x%x "
6993 chan->chan, chan->flags, chan->rf_gain, chan->dsp_gain,

Completed in 122 milliseconds