Home
last modified time | relevance | path

Searched refs:tmp_txagc (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/dev/rtw89/
H A Drtw8852bt_rfk.c2267 u8 tmp_txagc, tmp_rxbb, tmp_gl_idx = 0; in _dpk_agc() local
2274 tmp_txagc = init_txagc; in _dpk_agc()
2292 tmp_txagc = 0xff; in _dpk_agc()
2347 if (tmp_txagc == 0x2e || in _dpk_agc()
2348 tmp_txagc == dpk->max_dpk_txagc[path]) { in _dpk_agc()
2353 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, in _dpk_agc()
2354 tmp_txagc, 0x3); in _dpk_agc()
2361 if (tmp_txagc == 0x3f || tmp_txagc == dpk->max_dpk_txagc[path]) { in _dpk_agc()
2366 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, in _dpk_agc()
2367 tmp_txagc, 0xfe); in _dpk_agc()
[all …]
H A Drtw8852a_rfk.c2355 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 Drtw8852b_rfk.c2214 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()