Searched refs:u4_tmp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
H A D | halbtc8821a1ant.c | 368 u32 reg_hp_tx_rx, reg_lp_tx_rx, u4_tmp; in btc8821a1ant_monitor_bt_ctr() local 374 u4_tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_tx_rx); in btc8821a1ant_monitor_bt_ctr() 375 reg_hp_tx = u4_tmp & MASKLWORD; in btc8821a1ant_monitor_bt_ctr() 376 reg_hp_rx = (u4_tmp & MASKHWORD) >> 16; in btc8821a1ant_monitor_bt_ctr() 378 u4_tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_tx_rx); in btc8821a1ant_monitor_bt_ctr() 379 reg_lp_tx = u4_tmp & MASKLWORD; in btc8821a1ant_monitor_bt_ctr() 380 reg_lp_rx = (u4_tmp & MASKHWORD) >> 16; in btc8821a1ant_monitor_bt_ctr() 923 u32 u4_tmp = 0; in btc8821a1ant_set_ant_path() local 928 u4_tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in btc8821a1ant_set_ant_path() 929 u4_tmp in btc8821a1ant_set_ant_path() 2117 u32 u4_tmp[4]; ex_btc8821a1ant_display_coex_info() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
H A D | halbtc8821a1ant.c | 368 u32 reg_hp_tx_rx, reg_lp_tx_rx, u4_tmp; in btc8821a1ant_monitor_bt_ctr() local 374 u4_tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_tx_rx); in btc8821a1ant_monitor_bt_ctr() 375 reg_hp_tx = u4_tmp & MASKLWORD; in btc8821a1ant_monitor_bt_ctr() 376 reg_hp_rx = (u4_tmp & MASKHWORD) >> 16; in btc8821a1ant_monitor_bt_ctr() 378 u4_tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_tx_rx); in btc8821a1ant_monitor_bt_ctr() 379 reg_lp_tx = u4_tmp & MASKLWORD; in btc8821a1ant_monitor_bt_ctr() 380 reg_lp_rx = (u4_tmp & MASKHWORD) >> 16; in btc8821a1ant_monitor_bt_ctr() 923 u32 u4_tmp = 0; in btc8821a1ant_set_ant_path() local 928 u4_tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in btc8821a1ant_set_ant_path() 929 u4_tmp in btc8821a1ant_set_ant_path() 2107 u32 u4_tmp[4]; ex_btc8821a1ant_display_coex_info() local [all...] |
Completed in 4 milliseconds