Home
last modified time | relevance | path

Searched refs:gain_offset (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/iio/dac/
H A Dad3552r-hs.c723 &st->ch_data[ch].gain_offset); in ad3552r_hs_setup()
729 st->ch_data[ch].gain_offset); in ad3552r_hs_setup()
730 offset = abs(st->ch_data[ch].gain_offset); in ad3552r_hs_setup()
H A Dad3552r.h167 s16 gain_offset; member
H A Dad3552r-common.c109 offset = ch_data->gain_offset; in ad3552r_get_custom_range()
/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a_rfk.c2277 enum rtw89_rf_path path, s8 gain_offset) in _dpk_set_offset() argument
2283 if (txagc - gain_offset < DPK_TXAGC_LOWER) in _dpk_set_offset()
2285 else if (txagc - gain_offset > DPK_TXAGC_UPPER) in _dpk_set_offset()
2288 txagc = txagc - gain_offset; in _dpk_set_offset()
2293 gain_offset, txagc); in _dpk_set_offset()
3432 s8 gain_offset; in _tssi_track() local
3457 gain_offset = (s8)delta_ther * 15 / 10; in _tssi_track()
3459 tssi_info->extra_ofst[path] = gain_offset; in _tssi_track()
3463 tssi_info->base_thermal[path], gain_offset, path); in _tssi_track()
3465 gain_offset_int = gain_offset >> 3; in _tssi_track()
[all …]
H A Drtw8852b_rfk.c2147 enum rtw89_rf_path path, s8 gain_offset) in _dpk_set_offset() argument
2153 if (txagc - gain_offset < DPK_TXAGC_LOWER) in _dpk_set_offset()
2155 else if (txagc - gain_offset > DPK_TXAGC_UPPER) in _dpk_set_offset()
2158 txagc = txagc - gain_offset; in _dpk_set_offset()
2163 gain_offset, txagc); in _dpk_set_offset()