Searched refs:tmp_txagc (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | rtw8852bt_rfk.c | 2288 u8 tmp_txagc, tmp_rxbb, tmp_gl_idx = 0; in _dpk_agc() local 2295 tmp_txagc = init_txagc; in _dpk_agc() 2313 tmp_txagc = 0xff; in _dpk_agc() 2368 if (tmp_txagc == 0x2e || in _dpk_agc() 2369 tmp_txagc == dpk->max_dpk_txagc[path]) { in _dpk_agc() 2374 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, in _dpk_agc() 2375 tmp_txagc, 0x3); in _dpk_agc() 2382 if (tmp_txagc == 0x3f || tmp_txagc == dpk->max_dpk_txagc[path]) { in _dpk_agc() 2388 tmp_txagc, 0xfe); in _dpk_agc() 2395 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, tmp_txagc, in _dpk_agc() [all …]
|
| H A D | rtw8852b_rfk.c | 2229 u8 tmp_txagc, tmp_rxbb = 0, tmp_gl_idx = 0; in _dpk_agc() local 2235 tmp_txagc = init_txagc; in _dpk_agc() 2241 tmp_txagc = 0xff; in _dpk_agc() 2301 if (tmp_txagc == 0x2e) { in _dpk_agc() 2306 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, 0x3); in _dpk_agc() 2313 if (tmp_txagc == 0x3f) { in _dpk_agc() 2318 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, 0xfe); in _dpk_agc() 2324 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, tmp_gl_idx); in _dpk_agc() 2336 "[DPK] Txagc / RXBB for DPK = 0x%x / 0x%x\n", tmp_txagc, in _dpk_agc() 2339 return tmp_txagc; in _dpk_agc()
|
| H A D | rtw8852a_rfk.c | 2355 u8 tmp_txagc, tmp_rxbb = 0, tmp_gl_idx = 0; in _dpk_agc() local 2363 tmp_txagc = init_txagc; in _dpk_agc() 2369 tmp_txagc = DPK_TXAGC_INVAL; in _dpk_agc() 2429 if (tmp_txagc == DPK_TXAGC_LOWER) { in _dpk_agc() 2434 tmp_txagc = _dpk_set_offset(rtwdev, path, 3); in _dpk_agc() 2441 if (tmp_txagc == DPK_TXAGC_UPPER) { in _dpk_agc() 2446 tmp_txagc = _dpk_set_offset(rtwdev, path, -2); in _dpk_agc() 2453 tmp_txagc = _dpk_set_offset(rtwdev, path, tmp_gl_idx); in _dpk_agc() 2465 "[DPK] Txagc / RXBB for DPK = 0x%x / 0x%x\n", tmp_txagc, in _dpk_agc() 2468 return tmp_txagc; in _dpk_agc()
|