Lines Matching refs:gain_offset
2277 enum rtw89_rf_path path, s8 gain_offset)
2283 if (txagc - gain_offset < DPK_TXAGC_LOWER)
2285 else if (txagc - gain_offset > DPK_TXAGC_UPPER)
2288 txagc = txagc - gain_offset;
2293 gain_offset, txagc);
3428 s8 gain_offset;
3453 gain_offset = (s8)delta_ther * 15 / 10;
3455 tssi_info->extra_ofst[path] = gain_offset;
3458 "[TSSI][TRK] base_thermal=%d gain_offset=0x%x path=%d\n",
3459 tssi_info->base_thermal[path], gain_offset, path);
3461 gain_offset_int = gain_offset >> 3;
3462 gain_offset_float = gain_offset & 7;