Searched refs:tmp_txagc (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw89/ |
| 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()
|
| H A D | rtw8852b_rfk.c | 2214 u8 tmp_txagc, tmp_rxbb = 0, tmp_gl_idx = 0; in _dpk_agc() local 2220 tmp_txagc = init_txagc; in _dpk_agc() 2226 tmp_txagc = 0xff; in _dpk_agc() 2286 if (tmp_txagc == 0x2e) { in _dpk_agc() 2291 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, 0x3); in _dpk_agc() 2298 if (tmp_txagc == 0x3f) { in _dpk_agc() 2303 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, 0xfe); in _dpk_agc() 2309 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, tmp_gl_idx); in _dpk_agc() 2321 "[DPK] Txagc / RXBB for DPK = 0x%x / 0x%x\n", tmp_txagc, in _dpk_agc() 2324 return tmp_txagc; in _dpk_agc()
|