Home
last modified time | relevance | path

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

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/rfnoc/
H A Dduc_block_control.cpp499 void update_scaling(const double dsp_gain, const size_t chan) in update_scaling() argument
502 const double compensation_factor = 1. / dsp_gain; in update_scaling()
512 _residual_scaling[chan] = dsp_gain * double(actual_factor) / FIXPOINT_SCALING; in update_scaling()
H A Dddc_block_control.cpp517 void update_scaling(const double dsp_gain, const size_t chan) in update_scaling() argument
520 const double compensation_factor = 1. / dsp_gain; in update_scaling()
530 _residual_scaling[chan] = dsp_gain * double(actual_factor) / FIXPOINT_SCALING; in update_scaling()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_wpireg.h513 uint8_t dsp_gain; member
529 uint8_t dsp_gain; member
H A Dif_iwnreg.h812 uint8_t dsp_gain; member
874 uint8_t dsp_gain[2]; member
H A Dif_iwn.c3517 const uint8_t *rf_gain, *dsp_gain; in iwn4965_set_txpower() local
3534 dsp_gain = iwn4965_dsp_gain_5ghz; in iwn4965_set_txpower()
3538 dsp_gain = iwn4965_dsp_gain_2ghz; in iwn4965_set_txpower()
3634 cmd.power[ridx].dsp_gain[c] = dsp_gain[idx]; in iwn4965_set_txpower()
4690 chan->dsp_gain = 0x6e; in iwn_scan()
H A Dif_wpi.c2519 txpower.rates[i].dsp_gain = wpi_dsp_gain_5ghz[idx]; in wpi_set_txpower()
2522 txpower.rates[i].dsp_gain = wpi_dsp_gain_2ghz[idx]; in wpi_set_txpower()
2875 chan->dsp_gain = 0x6e; in wpi_scan()