Searched refs:tx_agc_search (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/ |
| H A D | halrf_dpk_8822c.c | 1312 u8 k = 0, tx_agc_search = 0x0, t1 = 0, t2 = 0; in _dpk_gainloss_8822c() local 1347 tx_agc_search = _dpk_gainloss_result_8822c(dm, path); in _dpk_gainloss_8822c() 1349 if (tx_bb < tx_agc_search) /*aviod txbb < 0*/ in _dpk_gainloss_8822c() 1352 tx_bb = tx_bb - tx_agc_search; in _dpk_gainloss_8822c()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8822c.c | 3024 u8 tx_agc, tx_bb, ori_txbb, ori_txagc, tx_agc_search, t1, t2; in rtw8822c_dpk_gainloss() local 3041 tx_agc_search = rtw8822c_dpk_gainloss_result(rtwdev, path); in rtw8822c_dpk_gainloss() 3043 if (tx_bb < tx_agc_search) in rtw8822c_dpk_gainloss() 3046 tx_bb = tx_bb - tx_agc_search; in rtw8822c_dpk_gainloss()
|