Lines Matching refs:u4_tmp
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 &= ~BIT23; in btc8821a1ant_set_ant_path()
930 u4_tmp |= BIT24; in btc8821a1ant_set_ant_path()
931 btcoexist->btc_write_4byte(btcoexist, 0x4c, u4_tmp); in btc8821a1ant_set_ant_path()
957 u4_tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in btc8821a1ant_set_ant_path()
958 u4_tmp &= ~BIT23; in btc8821a1ant_set_ant_path()
959 u4_tmp &= ~BIT24; in btc8821a1ant_set_ant_path()
960 btcoexist->btc_write_4byte(btcoexist, 0x4c, u4_tmp); in btc8821a1ant_set_ant_path()
2117 u32 u4_tmp[4]; in ex_btc8821a1ant_display_coex_info() local
2282 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x430); in ex_btc8821a1ant_display_coex_info()
2283 u4_tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x434); in ex_btc8821a1ant_display_coex_info()
2288 u4_tmp[0], u4_tmp[1], u2_tmp[0], u1_tmp[0]); in ex_btc8821a1ant_display_coex_info()
2291 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xc58); in ex_btc8821a1ant_display_coex_info()
2293 u1_tmp[0], (u4_tmp[0] & 0x3e000000) >> 25); in ex_btc8821a1ant_display_coex_info()
2300 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xcb4); in ex_btc8821a1ant_display_coex_info()
2303 (u4_tmp[0] & 0x30000000) >> 28, in ex_btc8821a1ant_display_coex_info()
2304 u4_tmp[0] & 0xff, in ex_btc8821a1ant_display_coex_info()
2308 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x4c); in ex_btc8821a1ant_display_coex_info()
2312 u1_tmp[0], ((u4_tmp[0] & 0x01800000) >> 23), in ex_btc8821a1ant_display_coex_info()
2315 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x550); in ex_btc8821a1ant_display_coex_info()
2318 u4_tmp[0], u1_tmp[0]); in ex_btc8821a1ant_display_coex_info()
2320 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xc50); in ex_btc8821a1ant_display_coex_info()
2322 u4_tmp[0] & 0xff); in ex_btc8821a1ant_display_coex_info()
2324 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xf48); in ex_btc8821a1ant_display_coex_info()
2328 u4_tmp[0], (u1_tmp[0] << 8) + u1_tmp[1]); in ex_btc8821a1ant_display_coex_info()
2330 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6c0); in ex_btc8821a1ant_display_coex_info()
2331 u4_tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x6c4); in ex_btc8821a1ant_display_coex_info()
2332 u4_tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0x6c8); in ex_btc8821a1ant_display_coex_info()
2336 u4_tmp[0], u4_tmp[1], u4_tmp[2], u1_tmp[0]); in ex_btc8821a1ant_display_coex_info()