Home
last modified time | relevance | path

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

/src/sys/contrib/dev/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()
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 …]
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()
H A Drtw8852bt_rfk.c2200 enum rtw89_rf_path path, u8 txagc, s8 gain_offset) in _dpk_set_offset() argument
2204 if ((txagc - gain_offset) < DPK_TXAGC_LOWER) in _dpk_set_offset()
2206 else if ((txagc - gain_offset) > DPK_TXAGC_UPPER) in _dpk_set_offset()
2209 txagc = txagc - gain_offset; in _dpk_set_offset()
2214 gain_offset, txagc); in _dpk_set_offset()