Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/rtw89/
HDrtw8852a_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()
3428 s8 gain_offset; in _tssi_track() local
3453 gain_offset = (s8)delta_ther * 15 / 10; in _tssi_track()
3455 tssi_info->extra_ofst[path] = gain_offset; in _tssi_track()
3459 tssi_info->base_thermal[path], gain_offset, path); in _tssi_track()
3461 gain_offset_int = gain_offset >> 3; in _tssi_track()
[all …]
HDrtw8852b_rfk.c2162 enum rtw89_rf_path path, s8 gain_offset) in _dpk_set_offset() argument
2168 if (txagc - gain_offset < DPK_TXAGC_LOWER) in _dpk_set_offset()
2170 else if (txagc - gain_offset > DPK_TXAGC_UPPER) in _dpk_set_offset()
2173 txagc = txagc - gain_offset; in _dpk_set_offset()
2178 gain_offset, txagc); in _dpk_set_offset()
HDrtw8852bt_rfk.c2221 enum rtw89_rf_path path, u8 txagc, s8 gain_offset) in _dpk_set_offset() argument
2225 if ((txagc - gain_offset) < DPK_TXAGC_LOWER) in _dpk_set_offset()
2227 else if ((txagc - gain_offset) > DPK_TXAGC_UPPER) in _dpk_set_offset()
2230 txagc = txagc - gain_offset; in _dpk_set_offset()
2235 gain_offset, txagc); in _dpk_set_offset()