Lines Matching refs:u32tmp
227 u32 reg_hp_txrx, reg_lp_txrx, u32tmp; in halbtc8723b1ant_monitor_bt_ctr() local
235 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx); in halbtc8723b1ant_monitor_bt_ctr()
236 reg_hp_tx = u32tmp & MASKLWORD; in halbtc8723b1ant_monitor_bt_ctr()
237 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in halbtc8723b1ant_monitor_bt_ctr()
239 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx); in halbtc8723b1ant_monitor_bt_ctr()
240 reg_lp_tx = u32tmp & MASKLWORD; in halbtc8723b1ant_monitor_bt_ctr()
241 reg_lp_rx = (u32tmp & MASKHWORD) >> 16; in halbtc8723b1ant_monitor_bt_ctr()
799 u32 fw_ver = 0, u32tmp = 0, cnt_bt_cal_chk = 0; in halbtc8723b1ant_set_ant_path() local
867 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in halbtc8723b1ant_set_ant_path()
868 u32tmp &= ~BIT23; in halbtc8723b1ant_set_ant_path()
869 u32tmp &= ~BIT24; in halbtc8723b1ant_set_ant_path()
870 btcoexist->btc_write_4byte(btcoexist, 0x4c, u32tmp); in halbtc8723b1ant_set_ant_path()
919 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in halbtc8723b1ant_set_ant_path()
920 u32tmp &= ~BIT23; in halbtc8723b1ant_set_ant_path()
921 u32tmp |= BIT24; in halbtc8723b1ant_set_ant_path()
922 btcoexist->btc_write_4byte(btcoexist, 0x4c, u32tmp); in halbtc8723b1ant_set_ant_path()
984 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in halbtc8723b1ant_set_ant_path()
985 u32tmp |= BIT23; in halbtc8723b1ant_set_ant_path()
986 u32tmp &= ~BIT24; in halbtc8723b1ant_set_ant_path()
987 btcoexist->btc_write_4byte(btcoexist, 0x4c, u32tmp); in halbtc8723b1ant_set_ant_path()
2343 u32 u32tmp = 0; in halbtc8723b1ant_init_hw_config() local
2375 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x948); in halbtc8723b1ant_init_hw_config()
2381 u32tmp, u8tmpa, u8tmpb); in halbtc8723b1ant_init_hw_config()
2486 u32 u32tmp[4]; in ex_btc8723b1ant_display_coex_info() local
2656 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x430); in ex_btc8723b1ant_display_coex_info()
2657 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x434); in ex_btc8723b1ant_display_coex_info()
2662 u32tmp[0], u32tmp[1], u16tmp[0], u8tmp[0]); in ex_btc8723b1ant_display_coex_info()
2665 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6cc); in ex_btc8723b1ant_display_coex_info()
2666 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x880); in ex_btc8723b1ant_display_coex_info()
2668 "0x778/0x6cc/0x880[29:25]", u8tmp[0], u32tmp[0], in ex_btc8723b1ant_display_coex_info()
2669 (u32tmp[1] & 0x3e000000) >> 25); in ex_btc8723b1ant_display_coex_info()
2671 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x948); in ex_btc8723b1ant_display_coex_info()
2676 u32tmp[0], ((u8tmp[0] & 0x20) >> 5), u8tmp[1]); in ex_btc8723b1ant_display_coex_info()
2678 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x92c); in ex_btc8723b1ant_display_coex_info()
2679 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x930); in ex_btc8723b1ant_display_coex_info()
2680 u32tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0x944); in ex_btc8723b1ant_display_coex_info()
2683 u32tmp[0] & 0x3, u32tmp[1] & 0xff, u32tmp[2] & 0x3); in ex_btc8723b1ant_display_coex_info()
2687 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x4c); in ex_btc8723b1ant_display_coex_info()
2692 ((u32tmp[0] & 0x01800000) >> 23), u8tmp[2] & 0x1); in ex_btc8723b1ant_display_coex_info()
2694 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x550); in ex_btc8723b1ant_display_coex_info()
2697 "0x550(bcn ctrl)/0x522", u32tmp[0], u8tmp[0]); in ex_btc8723b1ant_display_coex_info()
2699 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xc50); in ex_btc8723b1ant_display_coex_info()
2702 "0xc50(dig)/0x49c(null-drop)", u32tmp[0] & 0xff, u8tmp[0]); in ex_btc8723b1ant_display_coex_info()
2704 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xda0); in ex_btc8723b1ant_display_coex_info()
2705 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0xda4); in ex_btc8723b1ant_display_coex_info()
2706 u32tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0xda8); in ex_btc8723b1ant_display_coex_info()
2707 u32tmp[3] = btcoexist->btc_read_4byte(btcoexist, 0xcf0); in ex_btc8723b1ant_display_coex_info()
2712 fa_ofdm = ((u32tmp[0] & 0xffff0000) >> 16) + in ex_btc8723b1ant_display_coex_info()
2713 ((u32tmp[1] & 0xffff0000) >> 16) + in ex_btc8723b1ant_display_coex_info()
2714 (u32tmp[1] & 0xffff) + in ex_btc8723b1ant_display_coex_info()
2715 (u32tmp[2] & 0xffff) + in ex_btc8723b1ant_display_coex_info()
2716 ((u32tmp[3] & 0xffff0000) >> 16) + in ex_btc8723b1ant_display_coex_info()
2717 (u32tmp[3] & 0xffff); in ex_btc8723b1ant_display_coex_info()
2722 u32tmp[0] & 0xffff, fa_ofdm, fa_cck); in ex_btc8723b1ant_display_coex_info()
2724 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6c0); in ex_btc8723b1ant_display_coex_info()
2725 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x6c4); in ex_btc8723b1ant_display_coex_info()
2726 u32tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0x6c8); in ex_btc8723b1ant_display_coex_info()
2729 u32tmp[0], u32tmp[1], u32tmp[2]); in ex_btc8723b1ant_display_coex_info()
2794 u32 u32tmp; in ex_btc8723b1ant_scan_notify() local
2811 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x948); in ex_btc8723b1ant_scan_notify()
2817 u32tmp, u8tmpa, u8tmpb); in ex_btc8723b1ant_scan_notify()
3351 u32 u32tmp; in ex_btc8723b1ant_rf_status_notify() local
3374 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x948); in ex_btc8723b1ant_rf_status_notify()
3381 u32tmp, u8tmpa, u8tmpb, u8tmpc); in ex_btc8723b1ant_rf_status_notify()