Lines Matching refs:u32tmp
205 u32 reg_hp_txrx, reg_lp_txrx, u32tmp; in halbtc8723b1ant_monitor_bt_ctr() local
213 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx); in halbtc8723b1ant_monitor_bt_ctr()
214 reg_hp_tx = u32tmp & MASKLWORD; in halbtc8723b1ant_monitor_bt_ctr()
215 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in halbtc8723b1ant_monitor_bt_ctr()
217 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx); in halbtc8723b1ant_monitor_bt_ctr()
218 reg_lp_tx = u32tmp & MASKLWORD; in halbtc8723b1ant_monitor_bt_ctr()
219 reg_lp_rx = (u32tmp & MASKHWORD) >> 16; in halbtc8723b1ant_monitor_bt_ctr()
777 u32 fw_ver = 0, u32tmp = 0, cnt_bt_cal_chk = 0; in halbtc8723b1ant_set_ant_path() local
845 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in halbtc8723b1ant_set_ant_path()
846 u32tmp &= ~BIT23; in halbtc8723b1ant_set_ant_path()
847 u32tmp &= ~BIT24; in halbtc8723b1ant_set_ant_path()
848 btcoexist->btc_write_4byte(btcoexist, 0x4c, u32tmp); in halbtc8723b1ant_set_ant_path()
897 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in halbtc8723b1ant_set_ant_path()
898 u32tmp &= ~BIT23; in halbtc8723b1ant_set_ant_path()
899 u32tmp |= BIT24; in halbtc8723b1ant_set_ant_path()
900 btcoexist->btc_write_4byte(btcoexist, 0x4c, u32tmp); in halbtc8723b1ant_set_ant_path()
962 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in halbtc8723b1ant_set_ant_path()
963 u32tmp |= BIT23; in halbtc8723b1ant_set_ant_path()
964 u32tmp &= ~BIT24; in halbtc8723b1ant_set_ant_path()
965 btcoexist->btc_write_4byte(btcoexist, 0x4c, u32tmp); in halbtc8723b1ant_set_ant_path()
2314 u32 u32tmp = 0; in halbtc8723b1ant_init_hw_config() local
2346 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x948); in halbtc8723b1ant_init_hw_config()
2352 u32tmp, u8tmpa, u8tmpb); in halbtc8723b1ant_init_hw_config()
2457 u32 u32tmp[4]; in ex_btc8723b1ant_display_coex_info() local
2627 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x430); in ex_btc8723b1ant_display_coex_info()
2628 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x434); in ex_btc8723b1ant_display_coex_info()
2633 u32tmp[0], u32tmp[1], u16tmp[0], u8tmp[0]); in ex_btc8723b1ant_display_coex_info()
2636 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6cc); in ex_btc8723b1ant_display_coex_info()
2637 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x880); in ex_btc8723b1ant_display_coex_info()
2639 "0x778/0x6cc/0x880[29:25]", u8tmp[0], u32tmp[0], in ex_btc8723b1ant_display_coex_info()
2640 (u32tmp[1] & 0x3e000000) >> 25); in ex_btc8723b1ant_display_coex_info()
2642 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x948); in ex_btc8723b1ant_display_coex_info()
2647 u32tmp[0], ((u8tmp[0] & 0x20) >> 5), u8tmp[1]); in ex_btc8723b1ant_display_coex_info()
2649 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x92c); in ex_btc8723b1ant_display_coex_info()
2650 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x930); in ex_btc8723b1ant_display_coex_info()
2651 u32tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0x944); in ex_btc8723b1ant_display_coex_info()
2654 u32tmp[0] & 0x3, u32tmp[1] & 0xff, u32tmp[2] & 0x3); in ex_btc8723b1ant_display_coex_info()
2658 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x4c); in ex_btc8723b1ant_display_coex_info()
2663 ((u32tmp[0] & 0x01800000) >> 23), u8tmp[2] & 0x1); in ex_btc8723b1ant_display_coex_info()
2665 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x550); in ex_btc8723b1ant_display_coex_info()
2668 "0x550(bcn ctrl)/0x522", u32tmp[0], u8tmp[0]); in ex_btc8723b1ant_display_coex_info()
2670 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xc50); in ex_btc8723b1ant_display_coex_info()
2673 "0xc50(dig)/0x49c(null-drop)", u32tmp[0] & 0xff, u8tmp[0]); in ex_btc8723b1ant_display_coex_info()
2675 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xda0); in ex_btc8723b1ant_display_coex_info()
2676 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0xda4); in ex_btc8723b1ant_display_coex_info()
2677 u32tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0xda8); in ex_btc8723b1ant_display_coex_info()
2678 u32tmp[3] = btcoexist->btc_read_4byte(btcoexist, 0xcf0); in ex_btc8723b1ant_display_coex_info()
2683 fa_ofdm = ((u32tmp[0] & 0xffff0000) >> 16) + in ex_btc8723b1ant_display_coex_info()
2684 ((u32tmp[1] & 0xffff0000) >> 16) + in ex_btc8723b1ant_display_coex_info()
2685 (u32tmp[1] & 0xffff) + in ex_btc8723b1ant_display_coex_info()
2686 (u32tmp[2] & 0xffff) + in ex_btc8723b1ant_display_coex_info()
2687 ((u32tmp[3] & 0xffff0000) >> 16) + in ex_btc8723b1ant_display_coex_info()
2688 (u32tmp[3] & 0xffff); in ex_btc8723b1ant_display_coex_info()
2693 u32tmp[0] & 0xffff, fa_ofdm, fa_cck); in ex_btc8723b1ant_display_coex_info()
2695 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6c0); in ex_btc8723b1ant_display_coex_info()
2696 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x6c4); in ex_btc8723b1ant_display_coex_info()
2697 u32tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0x6c8); in ex_btc8723b1ant_display_coex_info()
2700 u32tmp[0], u32tmp[1], u32tmp[2]); in ex_btc8723b1ant_display_coex_info()
2765 u32 u32tmp; in ex_btc8723b1ant_scan_notify() local
2782 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x948); in ex_btc8723b1ant_scan_notify()
2788 u32tmp, u8tmpa, u8tmpb); in ex_btc8723b1ant_scan_notify()
3322 u32 u32tmp; in ex_btc8723b1ant_rf_status_notify() local
3345 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x948); in ex_btc8723b1ant_rf_status_notify()
3352 u32tmp, u8tmpa, u8tmpb, u8tmpc); in ex_btc8723b1ant_rf_status_notify()