Searched refs:reg_lp_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 1559 reg_lp_tx = u32_tmp & MASKLWORD; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1565 reg_lp_tx %= rtlpriv->btcoexist.lps_counter; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1571 hal_coex_8723.low_priority_tx = reg_lp_tx; in rtl8723e_dm_bt_bt_hw_counters_monitor() 1579 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/rtlwifi/btcoexist/ |
D | halbtc8723b2ant.c | 277 u32 reg_lp_tx = 0, reg_lp_rx = 0; in btc8723b2ant_monitor_bt_ctr() local 287 reg_lp_tx = u32tmp & MASKLWORD; in btc8723b2ant_monitor_bt_ctr() 292 coex_sta->low_priority_tx = reg_lp_tx; in btc8723b2ant_monitor_bt_ctr() 300 reg_lp_txrx, reg_lp_tx, reg_lp_tx, reg_lp_rx, reg_lp_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 319 reg_lp_tx = u4tmp & MASKLWORD; in halbtc8821a2ant_monitor_bt_ctr() 324 coex_sta->low_priority_tx = reg_lp_tx; in halbtc8821a2ant_monitor_bt_ctr() 332 reg_lp_txrx, reg_lp_tx, reg_lp_tx, reg_lp_rx, reg_lp_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 494 reg_lp_tx = u32tmp & MASKLWORD; in halbtc8192e2ant_monitor_bt_ctr() 499 coex_sta->low_priority_tx = reg_lp_tx; in halbtc8192e2ant_monitor_bt_ctr() 507 reg_lp_txrx, reg_lp_tx, reg_lp_tx, reg_lp_rx, reg_lp_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 414 reg_lp_tx = u4_tmp & MASKLWORD; in halbtc8821a1ant_monitor_bt_ctr() 419 coex_sta->low_priority_tx = reg_lp_tx; in halbtc8821a1ant_monitor_bt_ctr()
|
D | halbtc8723b1ant.c | 408 u32 reg_lp_tx = 0, reg_lp_rx = 0; in halbtc8723b1ant_monitor_bt_ctr() local 418 reg_lp_tx = u32tmp & MASKLWORD; in halbtc8723b1ant_monitor_bt_ctr() 423 coex_sta->low_priority_tx = reg_lp_tx; in halbtc8723b1ant_monitor_bt_ctr()
|