Lines Matching refs:u4_tmp
403 u32 reg_hp_tx_rx, reg_lp_tx_rx, u4_tmp; in halbtc8821a1ant_monitor_bt_ctr() local
409 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() local
958 u4_tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in halbtc8821a1ant_set_ant_path()
959 u4_tmp &= ~BIT23; in halbtc8821a1ant_set_ant_path()
960 u4_tmp |= BIT24; in halbtc8821a1ant_set_ant_path()
961 btcoexist->btc_write_4byte(btcoexist, 0x4c, u4_tmp); in halbtc8821a1ant_set_ant_path()
993 u4_tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in halbtc8821a1ant_set_ant_path()
994 u4_tmp &= ~BIT23; in halbtc8821a1ant_set_ant_path()
995 u4_tmp &= ~BIT24; in halbtc8821a1ant_set_ant_path()
996 btcoexist->btc_write_4byte(btcoexist, 0x4c, u4_tmp); in halbtc8821a1ant_set_ant_path()
2241 u32 u4_tmp[4]; in ex_halbtc8821a1ant_display_coex_info() local
2447 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x430); in ex_halbtc8821a1ant_display_coex_info()
2448 u4_tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x434); in ex_halbtc8821a1ant_display_coex_info()
2454 u4_tmp[0], u4_tmp[1], u2_tmp[0], u1_tmp[0]); in ex_halbtc8821a1ant_display_coex_info()
2457 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xc58); in ex_halbtc8821a1ant_display_coex_info()
2460 u1_tmp[0], (u4_tmp[0]&0x3e000000) >> 25); in ex_halbtc8821a1ant_display_coex_info()
2468 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xcb4); in ex_halbtc8821a1ant_display_coex_info()
2472 (u4_tmp[0] & 0x30000000)>>28, in ex_halbtc8821a1ant_display_coex_info()
2473 u4_tmp[0] & 0xff, in ex_halbtc8821a1ant_display_coex_info()
2477 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x4c); in ex_halbtc8821a1ant_display_coex_info()
2482 u1_tmp[0], ((u4_tmp[0]&0x01800000)>>23), u1_tmp[1]&0x1); in ex_halbtc8821a1ant_display_coex_info()
2484 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x550); in ex_halbtc8821a1ant_display_coex_info()
2488 u4_tmp[0], u1_tmp[0]); in ex_halbtc8821a1ant_display_coex_info()
2490 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xc50); in ex_halbtc8821a1ant_display_coex_info()
2493 u4_tmp[0]&0xff); in ex_halbtc8821a1ant_display_coex_info()
2495 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xf48); in ex_halbtc8821a1ant_display_coex_info()
2500 u4_tmp[0], (u1_tmp[0]<<8) + u1_tmp[1]); in ex_halbtc8821a1ant_display_coex_info()
2502 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6c0); in ex_halbtc8821a1ant_display_coex_info()
2503 u4_tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x6c4); in ex_halbtc8821a1ant_display_coex_info()
2504 u4_tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0x6c8); in ex_halbtc8821a1ant_display_coex_info()
2509 u4_tmp[0], u4_tmp[1], u4_tmp[2], u1_tmp[0]); in ex_halbtc8821a1ant_display_coex_info()