Lines Matching refs:u4tmp
308 u32 reg_hp_txrx, reg_lp_txrx, u4tmp; in halbtc8821a2ant_monitor_bt_ctr() local
314 u4tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx); in halbtc8821a2ant_monitor_bt_ctr()
315 reg_hp_tx = u4tmp & MASKLWORD; in halbtc8821a2ant_monitor_bt_ctr()
316 reg_hp_rx = (u4tmp & MASKHWORD)>>16; in halbtc8821a2ant_monitor_bt_ctr()
318 u4tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx); in halbtc8821a2ant_monitor_bt_ctr()
319 reg_lp_tx = u4tmp & MASKLWORD; in halbtc8821a2ant_monitor_bt_ctr()
320 reg_lp_rx = (u4tmp & MASKHWORD)>>16; in halbtc8821a2ant_monitor_bt_ctr()
1130 u32 u4tmp = 0; in halbtc8821a2ant_set_ant_path() local
1135 u4tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in halbtc8821a2ant_set_ant_path()
1136 u4tmp &= ~BIT23; in halbtc8821a2ant_set_ant_path()
1137 u4tmp |= BIT24; in halbtc8821a2ant_set_ant_path()
1138 btcoexist->btc_write_4byte(btcoexist, 0x4c, u4tmp); in halbtc8821a2ant_set_ant_path()
3346 u32 u4tmp[4]; in ex_halbtc8821a2ant_display_coex_info() local
3529 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xcb4); in ex_halbtc8821a2ant_display_coex_info()
3532 u4tmp[0]&0xff, ((u4tmp[0]&0x30000000)>>28)); in ex_halbtc8821a2ant_display_coex_info()
3535 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x4c); in ex_halbtc8821a2ant_display_coex_info()
3536 u4tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x974); in ex_halbtc8821a2ant_display_coex_info()
3539 u1tmp[0], ((u4tmp[0]&0x01800000)>>23), u4tmp[1]); in ex_halbtc8821a2ant_display_coex_info()
3541 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x550); in ex_halbtc8821a2ant_display_coex_info()
3545 u4tmp[0], u1tmp[0]); in ex_halbtc8821a2ant_display_coex_info()
3547 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xc50); in ex_halbtc8821a2ant_display_coex_info()
3551 u4tmp[0], u1tmp[0]); in ex_halbtc8821a2ant_display_coex_info()
3553 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xf48); in ex_halbtc8821a2ant_display_coex_info()
3558 u4tmp[0], (u1tmp[0]<<8) + u1tmp[1]); in ex_halbtc8821a2ant_display_coex_info()
3560 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6c0); in ex_halbtc8821a2ant_display_coex_info()
3561 u4tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x6c4); in ex_halbtc8821a2ant_display_coex_info()
3562 u4tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0x6c8); in ex_halbtc8821a2ant_display_coex_info()
3565 u4tmp[0], u4tmp[1], u4tmp[2]); in ex_halbtc8821a2ant_display_coex_info()