Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852a_rfk.c2256 enum rtw89_rf_path path, s8 gain_offset) in _dpk_set_offset() argument
2262 if (txagc - gain_offset < DPK_TXAGC_LOWER) in _dpk_set_offset()
2264 else if (txagc - gain_offset > DPK_TXAGC_UPPER) in _dpk_set_offset()
2267 txagc = txagc - gain_offset; in _dpk_set_offset()
2272 gain_offset, txagc); in _dpk_set_offset()
3405 s8 gain_offset; in _tssi_track() local
3430 gain_offset = (s8)delta_ther * 15 / 10; in _tssi_track()
3432 tssi_info->extra_ofst[path] = gain_offset; in _tssi_track()
3436 tssi_info->base_thermal[path], gain_offset, path); in _tssi_track()
3438 gain_offset_int = gain_offset >> 3; in _tssi_track()
[all …]
H A Drtw8852b_rfk.c2157 enum rtw89_rf_path path, s8 gain_offset) in _dpk_set_offset()
2163 if (txagc - gain_offset < DPK_TXAGC_LOWER) in _dpk_set_offset()
2165 else if (txagc - gain_offset > DPK_TXAGC_UPPER) in _dpk_set_offset()
2168 txagc = txagc - gain_offset; in _dpk_set_offset()
2173 gain_offset, txagc); in _dpk_set_offset()
2156 _dpk_set_offset(struct rtw89_dev * rtwdev,enum rtw89_phy_idx phy,enum rtw89_rf_path path,s8 gain_offset) _dpk_set_offset() argument