Searched refs:reg_hp_rx (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 1556 reg_hp_rx = (u32_tmp & MASKHWORD)>>16; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1564 reg_hp_rx %= rtlpriv->btcoexist.lps_counter; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1570 hal_coex_8723.high_priority_rx = reg_hp_rx; 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 284 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in btc8723b2ant_monitor_bt_ctr() 291 coex_sta->high_priority_rx = reg_hp_rx; 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 316 reg_hp_rx = (u4tmp & MASKHWORD)>>16; in halbtc8821a2ant_monitor_bt_ctr() 323 coex_sta->high_priority_rx = reg_hp_rx; 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 491 reg_hp_rx = (u32tmp & MASKHWORD)>>16; in halbtc8192e2ant_monitor_bt_ctr() 498 coex_sta->high_priority_rx = reg_hp_rx; 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 411 reg_hp_rx = (u4_tmp & MASKHWORD)>>16; in halbtc8821a1ant_monitor_bt_ctr() 418 coex_sta->high_priority_rx = reg_hp_rx; in halbtc8821a1ant_monitor_bt_ctr()
|
D | halbtc8723b1ant.c | 407 u32 reg_hp_tx = 0, reg_hp_rx = 0; in halbtc8723b1ant_monitor_bt_ctr() local 415 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in halbtc8723b1ant_monitor_bt_ctr() 422 coex_sta->high_priority_rx = reg_hp_rx; in halbtc8723b1ant_monitor_bt_ctr()
|