Home
last modified time | relevance | path

Searched refs:reg_hp_tx (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhal_btc.c1527 u32 reg_hp_tx = 0, reg_hp_rx = 0, reg_lp_tx = 0, reg_lp_rx = 0; in rtl8723e_dm_bt_bt_hw_counters_monitor() local
1533 reg_hp_tx = u32_tmp & MASKLWORD; in rtl8723e_dm_bt_bt_hw_counters_monitor()
1541 reg_hp_tx %= rtlpriv->btcoexist.lps_counter; in rtl8723e_dm_bt_bt_hw_counters_monitor()
1547 hal_coex_8723.high_priority_tx = reg_hp_tx; in rtl8723e_dm_bt_bt_hw_counters_monitor()
1554 reg_hp_tx_rx, reg_hp_tx, reg_hp_tx, reg_hp_rx, reg_hp_rx); in rtl8723e_dm_bt_bt_hw_counters_monitor()
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtc8192e2ant.c383 u32 reg_hp_tx = 0, reg_hp_rx = 0, reg_lp_tx = 0, reg_lp_rx = 0; in btc8192e2ant_monitor_bt_ctr() local
389 reg_hp_tx = u32tmp & MASKLWORD; in btc8192e2ant_monitor_bt_ctr()
396 coex_sta->high_priority_tx = reg_hp_tx; in btc8192e2ant_monitor_bt_ctr()
403 reg_hp_txrx, reg_hp_tx, reg_hp_tx, reg_hp_rx, reg_hp_rx); in btc8192e2ant_monitor_bt_ctr()
Dhalbtc8723b2ant.c250 u32 reg_hp_tx = 0, reg_hp_rx = 0; in btc8723b2ant_monitor_bt_ctr() local
257 reg_hp_tx = u32tmp & MASKLWORD; in btc8723b2ant_monitor_bt_ctr()
264 coex_sta->high_priority_tx = reg_hp_tx; in btc8723b2ant_monitor_bt_ctr()
282 reg_hp_txrx, reg_hp_tx, reg_hp_tx, reg_hp_rx, reg_hp_rx); in btc8723b2ant_monitor_bt_ctr()
Dhalbtc8821a2ant.c251 u32 reg_hp_tx = 0, reg_hp_rx = 0, reg_lp_tx = 0, reg_lp_rx = 0; in btc8821a2ant_monitor_bt_ctr() local
257 reg_hp_tx = u4tmp & MASKLWORD; in btc8821a2ant_monitor_bt_ctr()
264 coex_sta->high_priority_tx = reg_hp_tx; in btc8821a2ant_monitor_bt_ctr()
278 reg_hp_txrx, reg_hp_tx, reg_hp_tx, reg_hp_rx, reg_hp_rx); in btc8821a2ant_monitor_bt_ctr()
Dhalbtc8723b1ant.c206 u32 reg_hp_tx = 0, reg_hp_rx = 0; in halbtc8723b1ant_monitor_bt_ctr() local
214 reg_hp_tx = u32tmp & MASKLWORD; in halbtc8723b1ant_monitor_bt_ctr()
221 coex_sta->high_priority_tx = reg_hp_tx; in halbtc8723b1ant_monitor_bt_ctr()
244 if ((reg_hp_tx == 0) && (reg_hp_rx == 0) && (reg_lp_tx == 0) && in halbtc8723b1ant_monitor_bt_ctr()
Dhalbtc8821a1ant.c369 u32 reg_hp_tx = 0, reg_hp_rx = 0, reg_lp_tx = 0, reg_lp_rx = 0; in btc8821a1ant_monitor_bt_ctr() local
375 reg_hp_tx = u4_tmp & MASKLWORD; in btc8821a1ant_monitor_bt_ctr()
382 coex_sta->high_priority_tx = reg_hp_tx; in btc8821a1ant_monitor_bt_ctr()