Lines Matching refs:tmp_rxbb
2229 u8 tmp_txagc, tmp_rxbb = 0, tmp_gl_idx = 0;
2255 tmp_rxbb = rtw89_read_rf(rtwdev, path, RR_MOD,
2259 if (tmp_rxbb + offset > 0x1f) {
2260 tmp_rxbb = 0x1f;
2262 } else if (tmp_rxbb + offset < 0) {
2263 tmp_rxbb = 0;
2266 tmp_rxbb = tmp_rxbb + offset;
2270 tmp_rxbb);
2272 "[DPK] Adjust RXBB (%d) = 0x%x\n", offset, tmp_rxbb);
2337 tmp_rxbb);