Searched refs:reg_lp_tx (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | hal_btc.c | 1527 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 1537 reg_lp_tx = u32_tmp & MASKLWORD; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1543 reg_lp_tx %= rtlpriv->btcoexist.lps_counter; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1549 hal_coex_8723.low_priority_tx = reg_lp_tx; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1557 reg_lp_tx_rx, reg_lp_tx, reg_lp_tx, reg_lp_rx, reg_lp_rx); in rtl8723e_dm_bt_bt_hw_counters_monitor()
|
/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtc8192e2ant.c | 383 u32 reg_hp_tx = 0, reg_hp_rx = 0, reg_lp_tx = 0, reg_lp_rx = 0; in btc8192e2ant_monitor_bt_ctr() local 393 reg_lp_tx = u32tmp & MASKLWORD; in btc8192e2ant_monitor_bt_ctr() 398 coex_sta->low_priority_tx = reg_lp_tx; in btc8192e2ant_monitor_bt_ctr() 406 reg_lp_txrx, reg_lp_tx, reg_lp_tx, reg_lp_rx, reg_lp_rx); in btc8192e2ant_monitor_bt_ctr()
|
D | halbtc8821a2ant.c | 251 u32 reg_hp_tx = 0, reg_hp_rx = 0, reg_lp_tx = 0, reg_lp_rx = 0; in btc8821a2ant_monitor_bt_ctr() local 261 reg_lp_tx = u4tmp & MASKLWORD; in btc8821a2ant_monitor_bt_ctr() 266 coex_sta->low_priority_tx = reg_lp_tx; in btc8821a2ant_monitor_bt_ctr() 281 reg_lp_txrx, reg_lp_tx, reg_lp_tx, reg_lp_rx, reg_lp_rx); in btc8821a2ant_monitor_bt_ctr()
|
D | halbtc8723b2ant.c | 251 u32 reg_lp_tx = 0, reg_lp_rx = 0; in btc8723b2ant_monitor_bt_ctr() local 261 reg_lp_tx = u32tmp & MASKLWORD; in btc8723b2ant_monitor_bt_ctr() 266 coex_sta->low_priority_tx = reg_lp_tx; in btc8723b2ant_monitor_bt_ctr() 285 reg_lp_txrx, reg_lp_tx, reg_lp_tx, reg_lp_rx, reg_lp_rx); in btc8723b2ant_monitor_bt_ctr()
|
D | halbtc8723b1ant.c | 207 u32 reg_lp_tx = 0, reg_lp_rx = 0; in halbtc8723b1ant_monitor_bt_ctr() local 218 reg_lp_tx = u32tmp & MASKLWORD; in halbtc8723b1ant_monitor_bt_ctr() 223 coex_sta->low_priority_tx = reg_lp_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()
|
D | halbtc8821a1ant.c | 369 u32 reg_hp_tx = 0, reg_hp_rx = 0, reg_lp_tx = 0, reg_lp_rx = 0; in btc8821a1ant_monitor_bt_ctr() local 379 reg_lp_tx = u4_tmp & MASKLWORD; in btc8821a1ant_monitor_bt_ctr() 384 coex_sta->low_priority_tx = reg_lp_tx; in btc8821a1ant_monitor_bt_ctr()
|