Searched refs:reg_hp_tx (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/rtlwifi/rtl8723ae/ |
D | hal_btc.c | 1549 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 1555 reg_hp_tx = u32_tmp & MASKLWORD; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1563 reg_hp_tx %= rtlpriv->btcoexist.lps_counter; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1569 hal_coex_8723.high_priority_tx = reg_hp_tx; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1576 reg_hp_tx_rx, reg_hp_tx, reg_hp_tx, reg_hp_rx, reg_hp_rx); in rtl8723e_dm_bt_bt_hw_counters_monitor()
|
/drivers/net/wireless/rtlwifi/btcoexist/ |
D | halbtc8723b2ant.c | 276 u32 reg_hp_tx = 0, reg_hp_rx = 0; in btc8723b2ant_monitor_bt_ctr() local 283 reg_hp_tx = u32tmp & MASKLWORD; in btc8723b2ant_monitor_bt_ctr() 290 coex_sta->high_priority_tx = reg_hp_tx; in btc8723b2ant_monitor_bt_ctr() 297 reg_hp_txrx, reg_hp_tx, reg_hp_tx, reg_hp_rx, reg_hp_rx); in btc8723b2ant_monitor_bt_ctr()
|
D | halbtc8821a2ant.c | 309 u32 reg_hp_tx = 0, reg_hp_rx = 0, reg_lp_tx = 0, reg_lp_rx = 0; in halbtc8821a2ant_monitor_bt_ctr() local 315 reg_hp_tx = u4tmp & MASKLWORD; in halbtc8821a2ant_monitor_bt_ctr() 322 coex_sta->high_priority_tx = reg_hp_tx; in halbtc8821a2ant_monitor_bt_ctr() 329 reg_hp_txrx, reg_hp_tx, reg_hp_tx, reg_hp_rx, reg_hp_rx); in halbtc8821a2ant_monitor_bt_ctr()
|
D | halbtc8192e2ant.c | 484 u32 reg_hp_tx = 0, reg_hp_rx = 0, reg_lp_tx = 0, reg_lp_rx = 0; in halbtc8192e2ant_monitor_bt_ctr() local 490 reg_hp_tx = u32tmp & MASKLWORD; in halbtc8192e2ant_monitor_bt_ctr() 497 coex_sta->high_priority_tx = reg_hp_tx; in halbtc8192e2ant_monitor_bt_ctr() 504 reg_hp_txrx, reg_hp_tx, reg_hp_tx, reg_hp_rx, reg_hp_rx); in halbtc8192e2ant_monitor_bt_ctr()
|
D | halbtc8821a1ant.c | 404 u32 reg_hp_tx = 0, reg_hp_rx = 0, reg_lp_tx = 0, reg_lp_rx = 0; in halbtc8821a1ant_monitor_bt_ctr() local 410 reg_hp_tx = u4_tmp & MASKLWORD; in halbtc8821a1ant_monitor_bt_ctr() 417 coex_sta->high_priority_tx = reg_hp_tx; in halbtc8821a1ant_monitor_bt_ctr()
|
D | halbtc8723b1ant.c | 407 u32 reg_hp_tx = 0, reg_hp_rx = 0; in halbtc8723b1ant_monitor_bt_ctr() local 414 reg_hp_tx = u32tmp & MASKLWORD; in halbtc8723b1ant_monitor_bt_ctr() 421 coex_sta->high_priority_tx = reg_hp_tx; in halbtc8723b1ant_monitor_bt_ctr()
|