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()
2313 u32 u32tmp = 0; in halbtc8723b1ant_init_hw_config() local
2345 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x948); in halbtc8723b1ant_init_hw_config()
2351 u32tmp, u8tmpa, u8tmpb); in halbtc8723b1ant_init_hw_config()
2456 u32 u32tmp[4]; in ex_btc8723b1ant_display_coex_info() local
2626 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x430); in ex_btc8723b1ant_display_coex_info()
2627 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x434); in ex_btc8723b1ant_display_coex_info()
2632 u32tmp[0], u32tmp[1], u16tmp[0], u8tmp[0]); in ex_btc8723b1ant_display_coex_info()
2635 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6cc); in ex_btc8723b1ant_display_coex_info()
2636 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x880); in ex_btc8723b1ant_display_coex_info()
2638 "0x778/0x6cc/0x880[29:25]", u8tmp[0], u32tmp[0], in ex_btc8723b1ant_display_coex_info()
2639 (u32tmp[1] & 0x3e000000) >> 25); in ex_btc8723b1ant_display_coex_info()
2641 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x948); in ex_btc8723b1ant_display_coex_info()
2646 u32tmp[0], ((u8tmp[0] & 0x20) >> 5), u8tmp[1]); in ex_btc8723b1ant_display_coex_info()
2648 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x92c); in ex_btc8723b1ant_display_coex_info()
2649 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x930); in ex_btc8723b1ant_display_coex_info()
2650 u32tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0x944); in ex_btc8723b1ant_display_coex_info()
2653 u32tmp[0] & 0x3, u32tmp[1] & 0xff, u32tmp[2] & 0x3); in ex_btc8723b1ant_display_coex_info()
2657 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x4c); in ex_btc8723b1ant_display_coex_info()
2662 ((u32tmp[0] & 0x01800000) >> 23), u8tmp[2] & 0x1); in ex_btc8723b1ant_display_coex_info()
2664 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x550); in ex_btc8723b1ant_display_coex_info()
2667 "0x550(bcn ctrl)/0x522", u32tmp[0], u8tmp[0]); in ex_btc8723b1ant_display_coex_info()
2669 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xc50); in ex_btc8723b1ant_display_coex_info()
2672 "0xc50(dig)/0x49c(null-drop)", u32tmp[0] & 0xff, u8tmp[0]); in ex_btc8723b1ant_display_coex_info()
2674 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xda0); in ex_btc8723b1ant_display_coex_info()
2675 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0xda4); in ex_btc8723b1ant_display_coex_info()
2676 u32tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0xda8); in ex_btc8723b1ant_display_coex_info()
2677 u32tmp[3] = btcoexist->btc_read_4byte(btcoexist, 0xcf0); in ex_btc8723b1ant_display_coex_info()
2682 fa_ofdm = ((u32tmp[0] & 0xffff0000) >> 16) + in ex_btc8723b1ant_display_coex_info()
2683 ((u32tmp[1] & 0xffff0000) >> 16) + in ex_btc8723b1ant_display_coex_info()
2684 (u32tmp[1] & 0xffff) + in ex_btc8723b1ant_display_coex_info()
2685 (u32tmp[2] & 0xffff) + in ex_btc8723b1ant_display_coex_info()
2686 ((u32tmp[3] & 0xffff0000) >> 16) + in ex_btc8723b1ant_display_coex_info()
2687 (u32tmp[3] & 0xffff); in ex_btc8723b1ant_display_coex_info()
2692 u32tmp[0] & 0xffff, fa_ofdm, fa_cck); in ex_btc8723b1ant_display_coex_info()
2694 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6c0); in ex_btc8723b1ant_display_coex_info()
2695 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x6c4); in ex_btc8723b1ant_display_coex_info()
2696 u32tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0x6c8); in ex_btc8723b1ant_display_coex_info()
2699 u32tmp[0], u32tmp[1], u32tmp[2]); in ex_btc8723b1ant_display_coex_info()
2764 u32 u32tmp; in ex_btc8723b1ant_scan_notify() local
2781 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x948); in ex_btc8723b1ant_scan_notify()
2787 u32tmp, u8tmpa, u8tmpb); in ex_btc8723b1ant_scan_notify()
3321 u32 u32tmp; in ex_btc8723b1ant_rf_status_notify() local
3344 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x948); in ex_btc8723b1ant_rf_status_notify()
3351 u32tmp, u8tmpa, u8tmpb, u8tmpc); in ex_btc8723b1ant_rf_status_notify()