Searched refs:tmp_txagc (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/net/wireless/realtek/rtw89/ |
| D | rtw8852a_rfk.c | 2361 u8 tmp_txagc, tmp_rxbb = 0, tmp_gl_idx = 0; in _dpk_agc() local 2369 tmp_txagc = init_txagc; in _dpk_agc() 2375 tmp_txagc = DPK_TXAGC_INVAL; in _dpk_agc() 2434 if (tmp_txagc == DPK_TXAGC_LOWER) { in _dpk_agc() 2439 tmp_txagc = _dpk_set_offset(rtwdev, path, 3); in _dpk_agc() 2446 if (tmp_txagc == DPK_TXAGC_UPPER) { in _dpk_agc() 2451 tmp_txagc = _dpk_set_offset(rtwdev, path, -2); in _dpk_agc() 2458 tmp_txagc = _dpk_set_offset(rtwdev, path, tmp_gl_idx); in _dpk_agc() 2470 "[DPK] Txagc / RXBB for DPK = 0x%x / 0x%x\n", tmp_txagc, in _dpk_agc() 2473 return tmp_txagc; in _dpk_agc()
|