Lines Matching defs:tmp_txagc
2177 rtw89_debug(rtwdev, RTW89_DBG_RFK, "[DPK] tmp_txagc (GL=%d) = 0x%x\n",
2229 u8 tmp_txagc, tmp_rxbb = 0, tmp_gl_idx = 0;
2235 tmp_txagc = init_txagc;
2241 tmp_txagc = 0xff;
2301 if (tmp_txagc == 0x2e) {
2306 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, 0x3);
2313 if (tmp_txagc == 0x3f) {
2318 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, 0xfe);
2324 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, tmp_gl_idx);
2336 "[DPK] Txagc / RXBB for DPK = 0x%x / 0x%x\n", tmp_txagc,
2339 return tmp_txagc;