Lines Matching refs:u32tmp
382 u32 reg_hp_txrx, reg_lp_txrx, u32tmp; in btc8192e2ant_monitor_bt_ctr() local
388 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx); in btc8192e2ant_monitor_bt_ctr()
389 reg_hp_tx = u32tmp & MASKLWORD; in btc8192e2ant_monitor_bt_ctr()
390 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in btc8192e2ant_monitor_bt_ctr()
392 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx); in btc8192e2ant_monitor_bt_ctr()
393 reg_lp_tx = u32tmp & MASKLWORD; in btc8192e2ant_monitor_bt_ctr()
394 reg_lp_rx = (u32tmp & MASKHWORD) >> 16; in btc8192e2ant_monitor_bt_ctr()
2674 u32 u32tmp[4]; in ex_btc8192e2ant_display_coex_info() local
2818 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x430); in ex_btc8192e2ant_display_coex_info()
2819 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x434); in ex_btc8192e2ant_display_coex_info()
2824 u32tmp[0], u32tmp[1], u16tmp[0], u8tmp[0]); in ex_btc8192e2ant_display_coex_info()
2826 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xc04); in ex_btc8192e2ant_display_coex_info()
2827 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0xd04); in ex_btc8192e2ant_display_coex_info()
2828 u32tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0x90c); in ex_btc8192e2ant_display_coex_info()
2830 "0xc04/ 0xd04/ 0x90c", u32tmp[0], u32tmp[1], u32tmp[2]); in ex_btc8192e2ant_display_coex_info()
2836 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x930); in ex_btc8192e2ant_display_coex_info()
2838 "0x92c/ 0x930", (u8tmp[0]), u32tmp[0]); in ex_btc8192e2ant_display_coex_info()
2845 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x550); in ex_btc8192e2ant_display_coex_info()
2848 "0x550(bcn ctrl)/0x522", u32tmp[0], u8tmp[0]); in ex_btc8192e2ant_display_coex_info()
2850 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xc50); in ex_btc8192e2ant_display_coex_info()
2852 u32tmp[0]); in ex_btc8192e2ant_display_coex_info()
2854 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6c0); in ex_btc8192e2ant_display_coex_info()
2855 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x6c4); in ex_btc8192e2ant_display_coex_info()
2856 u32tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0x6c8); in ex_btc8192e2ant_display_coex_info()
2861 u32tmp[0], u32tmp[1], u32tmp[2], u8tmp[0]); in ex_btc8192e2ant_display_coex_info()