Lines Matching refs:u4tmp

250 	u32 reg_hp_txrx, reg_lp_txrx, u4tmp;  in btc8821a2ant_monitor_bt_ctr()  local
256 u4tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx); in btc8821a2ant_monitor_bt_ctr()
257 reg_hp_tx = u4tmp & MASKLWORD; in btc8821a2ant_monitor_bt_ctr()
258 reg_hp_rx = (u4tmp & MASKHWORD) >> 16; in btc8821a2ant_monitor_bt_ctr()
260 u4tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx); in btc8821a2ant_monitor_bt_ctr()
261 reg_lp_tx = u4tmp & MASKLWORD; in btc8821a2ant_monitor_bt_ctr()
262 reg_lp_rx = (u4tmp & MASKHWORD) >> 16; in btc8821a2ant_monitor_bt_ctr()
1079 u32 u4tmp = 0; in btc8821a2ant_set_ant_path() local
1084 u4tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in btc8821a2ant_set_ant_path()
1085 u4tmp &= ~BIT23; in btc8821a2ant_set_ant_path()
1086 u4tmp |= BIT24; in btc8821a2ant_set_ant_path()
1087 btcoexist->btc_write_4byte(btcoexist, 0x4c, u4tmp); in btc8821a2ant_set_ant_path()
3629 u32 u4tmp[4]; in ex_btc8821a2ant_display_coex_info() local
3769 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xcb4); in ex_btc8821a2ant_display_coex_info()
3772 u4tmp[0] & 0xff, ((u4tmp[0] & 0x30000000) >> 28)); in ex_btc8821a2ant_display_coex_info()
3775 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x4c); in ex_btc8821a2ant_display_coex_info()
3776 u4tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x974); in ex_btc8821a2ant_display_coex_info()
3779 u1tmp[0], ((u4tmp[0] & 0x01800000) >> 23), u4tmp[1]); in ex_btc8821a2ant_display_coex_info()
3781 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x550); in ex_btc8821a2ant_display_coex_info()
3785 u4tmp[0], u1tmp[0]); in ex_btc8821a2ant_display_coex_info()
3787 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xc50); in ex_btc8821a2ant_display_coex_info()
3791 u4tmp[0], u1tmp[0]); in ex_btc8821a2ant_display_coex_info()
3793 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xf48); in ex_btc8821a2ant_display_coex_info()
3798 u4tmp[0], (u1tmp[0] << 8) + u1tmp[1]); in ex_btc8821a2ant_display_coex_info()
3800 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6c0); in ex_btc8821a2ant_display_coex_info()
3801 u4tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x6c4); in ex_btc8821a2ant_display_coex_info()
3802 u4tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0x6c8); in ex_btc8821a2ant_display_coex_info()
3805 u4tmp[0], u4tmp[1], u4tmp[2]); in ex_btc8821a2ant_display_coex_info()