Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a_rfk.c2334 u8 tmp_txagc, tmp_rxbb = 0, tmp_gl_idx = 0; in _dpk_agc() local
2342 tmp_txagc = init_txagc; in _dpk_agc()
2348 tmp_txagc = DPK_TXAGC_INVAL; in _dpk_agc()
2407 if (tmp_txagc == DPK_TXAGC_LOWER) { in _dpk_agc()
2412 tmp_txagc = _dpk_set_offset(rtwdev, path, 3); in _dpk_agc()
2419 if (tmp_txagc == DPK_TXAGC_UPPER) { in _dpk_agc()
2424 tmp_txagc = _dpk_set_offset(rtwdev, path, -2); in _dpk_agc()
2431 tmp_txagc = _dpk_set_offset(rtwdev, path, tmp_gl_idx); in _dpk_agc()
2443 "[DPK] Txagc / RXBB for DPK = 0x%x / 0x%x\n", tmp_txagc, in _dpk_agc()
2446 return tmp_txagc; in _dpk_agc()
H A Drtw8852b_rfk.c2223 u8 tmp_txagc, tmp_rxbb = 0, tmp_gl_idx = 0; in _dpk_agc() local
2229 tmp_txagc = init_txagc; in _dpk_agc()
2235 tmp_txagc = 0xff; in _dpk_agc()
2295 if (tmp_txagc == 0x2e) { in _dpk_agc()
2300 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, 0x3); in _dpk_agc()
2307 if (tmp_txagc == 0x3f) { in _dpk_agc()
2312 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, 0xfe); in _dpk_agc()
2318 tmp_txagc = _dpk_set_offset(rtwdev, phy, path, tmp_gl_idx); in _dpk_agc()
2330 "[DPK] Txagc / RXBB for DPK = 0x%x / 0x%x\n", tmp_txagc, in _dpk_agc()
2333 return tmp_txagc; in _dpk_agc()