Searched refs:reg_lp_tx (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | hal_btc.c | 1525 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 1535 reg_lp_tx = u32_tmp & MASKLWORD; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1541 reg_lp_tx %= rtlpriv->btcoexist.lps_counter; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1547 hal_coex_8723.low_priority_tx = reg_lp_tx; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1555 reg_lp_tx_rx, reg_lp_tx, reg_lp_tx, reg_lp_rx, reg_lp_rx); in rtl8723e_dm_bt_bt_hw_counters_monitor()
|
/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|