Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_wpireg.h496 uint8_t dsp_gain; member
515 uint8_t dsp_gain; member
H A Dif_iwnreg.h863 uint8_t dsp_gain; member
925 uint8_t dsp_gain[2]; member
H A Dif_wpi.c2260 cmd.rates[i].dsp_gain = wpi_dsp_gain_5ghz[idx]; in wpi_set_txpower()
2263 cmd.rates[i].dsp_gain = wpi_dsp_gain_2ghz[idx]; in wpi_set_txpower()
2571 chan->dsp_gain = 0x6e; in wpi_scan()
H A Dif_iwn.c4124 const uint8_t *rf_gain, *dsp_gain; in iwn4965_set_txpower() local
4141 dsp_gain = iwn4965_dsp_gain_5ghz; in iwn4965_set_txpower()
4145 dsp_gain = iwn4965_dsp_gain_2ghz; in iwn4965_set_txpower()
4255 cmd.power[ridx].dsp_gain[c] = dsp_gain[idx]; in iwn4965_set_txpower()
5340 chan->dsp_gain = 0x6e; in iwn_scan()