Searched refs:u4_tmp (Results 1 – 1 of 1) sorted by relevance
403 u32 reg_hp_tx_rx, reg_lp_tx_rx, u4_tmp; in halbtc8821a1ant_monitor_bt_ctr() local409 u4_tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_tx_rx); in halbtc8821a1ant_monitor_bt_ctr()410 reg_hp_tx = u4_tmp & MASKLWORD; in halbtc8821a1ant_monitor_bt_ctr()411 reg_hp_rx = (u4_tmp & MASKHWORD)>>16; in halbtc8821a1ant_monitor_bt_ctr()413 u4_tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_tx_rx); in halbtc8821a1ant_monitor_bt_ctr()414 reg_lp_tx = u4_tmp & MASKLWORD; in halbtc8821a1ant_monitor_bt_ctr()415 reg_lp_rx = (u4_tmp & MASKHWORD)>>16; in halbtc8821a1ant_monitor_bt_ctr()953 u32 u4_tmp = 0; in halbtc8821a1ant_set_ant_path() local958 u4_tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in halbtc8821a1ant_set_ant_path()959 u4_tmp &= ~BIT23; in halbtc8821a1ant_set_ant_path()[all …]