Searched refs:reg_hp_rx (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 1534 reg_hp_rx = (u32_tmp & MASKHWORD)>>16; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1542 reg_hp_rx %= rtlpriv->btcoexist.lps_counter; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1548 hal_coex_8723.high_priority_rx = reg_hp_rx; 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()
|
/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 390 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in btc8192e2ant_monitor_bt_ctr() 397 coex_sta->high_priority_rx = reg_hp_rx; 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()
|
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 258 reg_hp_rx = (u4tmp & MASKHWORD) >> 16; in btc8821a2ant_monitor_bt_ctr() 265 coex_sta->high_priority_rx = reg_hp_rx; 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()
|
D | halbtc8723b2ant.c | 250 u32 reg_hp_tx = 0, reg_hp_rx = 0; in btc8723b2ant_monitor_bt_ctr() local 258 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in btc8723b2ant_monitor_bt_ctr() 265 coex_sta->high_priority_rx = reg_hp_rx; 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()
|
D | halbtc8723b1ant.c | 206 u32 reg_hp_tx = 0, reg_hp_rx = 0; in halbtc8723b1ant_monitor_bt_ctr() local 215 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in halbtc8723b1ant_monitor_bt_ctr() 222 coex_sta->high_priority_rx = reg_hp_rx; 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 376 reg_hp_rx = (u4_tmp & MASKHWORD) >> 16; in btc8821a1ant_monitor_bt_ctr() 383 coex_sta->high_priority_rx = reg_hp_rx; in btc8821a1ant_monitor_bt_ctr()
|