Home
last modified time | relevance | path

Searched refs:u4_tmp (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtc8821a1ant.c390 u32 reg_hp_tx_rx, reg_lp_tx_rx, u4_tmp; in btc8821a1ant_monitor_bt_ctr() local
396 u4_tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_tx_rx); in btc8821a1ant_monitor_bt_ctr()
397 reg_hp_tx = u4_tmp & MASKLWORD; in btc8821a1ant_monitor_bt_ctr()
398 reg_hp_rx = (u4_tmp & MASKHWORD) >> 16; in btc8821a1ant_monitor_bt_ctr()
400 u4_tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_tx_rx); in btc8821a1ant_monitor_bt_ctr()
401 reg_lp_tx = u4_tmp & MASKLWORD; in btc8821a1ant_monitor_bt_ctr()
402 reg_lp_rx = (u4_tmp & MASKHWORD) >> 16; in btc8821a1ant_monitor_bt_ctr()
945 u32 u4_tmp = 0; in btc8821a1ant_set_ant_path() local
950 u4_tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in btc8821a1ant_set_ant_path()
951 u4_tmp &= ~BIT23; in btc8821a1ant_set_ant_path()
[all …]