Lines Matching refs:u4_tmp
368 u32 reg_hp_tx_rx, reg_lp_tx_rx, u4_tmp; in btc8821a1ant_monitor_bt_ctr() local
374 u4_tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_tx_rx); in btc8821a1ant_monitor_bt_ctr()
375 reg_hp_tx = u4_tmp & MASKLWORD; in btc8821a1ant_monitor_bt_ctr()
376 reg_hp_rx = (u4_tmp & MASKHWORD) >> 16; in btc8821a1ant_monitor_bt_ctr()
378 u4_tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_tx_rx); in btc8821a1ant_monitor_bt_ctr()
379 reg_lp_tx = u4_tmp & MASKLWORD; in btc8821a1ant_monitor_bt_ctr()
380 reg_lp_rx = (u4_tmp & MASKHWORD) >> 16; in btc8821a1ant_monitor_bt_ctr()
923 u32 u4_tmp = 0; in btc8821a1ant_set_ant_path() local
928 u4_tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in btc8821a1ant_set_ant_path()
929 u4_tmp &= ~BIT23; in btc8821a1ant_set_ant_path()
930 u4_tmp |= BIT24; in btc8821a1ant_set_ant_path()
931 btcoexist->btc_write_4byte(btcoexist, 0x4c, u4_tmp); in btc8821a1ant_set_ant_path()
957 u4_tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in btc8821a1ant_set_ant_path()
958 u4_tmp &= ~BIT23; in btc8821a1ant_set_ant_path()
959 u4_tmp &= ~BIT24; in btc8821a1ant_set_ant_path()
960 btcoexist->btc_write_4byte(btcoexist, 0x4c, u4_tmp); in btc8821a1ant_set_ant_path()
2107 u32 u4_tmp[4]; in ex_btc8821a1ant_display_coex_info() local
2272 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x430); in ex_btc8821a1ant_display_coex_info()
2273 u4_tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x434); in ex_btc8821a1ant_display_coex_info()
2278 u4_tmp[0], u4_tmp[1], u2_tmp[0], u1_tmp[0]); in ex_btc8821a1ant_display_coex_info()
2281 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xc58); in ex_btc8821a1ant_display_coex_info()
2283 u1_tmp[0], (u4_tmp[0] & 0x3e000000) >> 25); in ex_btc8821a1ant_display_coex_info()
2290 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xcb4); in ex_btc8821a1ant_display_coex_info()
2293 (u4_tmp[0] & 0x30000000) >> 28, in ex_btc8821a1ant_display_coex_info()
2294 u4_tmp[0] & 0xff, in ex_btc8821a1ant_display_coex_info()
2298 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x4c); in ex_btc8821a1ant_display_coex_info()
2302 u1_tmp[0], ((u4_tmp[0] & 0x01800000) >> 23), in ex_btc8821a1ant_display_coex_info()
2305 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x550); in ex_btc8821a1ant_display_coex_info()
2308 u4_tmp[0], u1_tmp[0]); in ex_btc8821a1ant_display_coex_info()
2310 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xc50); in ex_btc8821a1ant_display_coex_info()
2312 u4_tmp[0] & 0xff); in ex_btc8821a1ant_display_coex_info()
2314 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xf48); in ex_btc8821a1ant_display_coex_info()
2318 u4_tmp[0], (u1_tmp[0] << 8) + u1_tmp[1]); in ex_btc8821a1ant_display_coex_info()
2320 u4_tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6c0); in ex_btc8821a1ant_display_coex_info()
2321 u4_tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x6c4); in ex_btc8821a1ant_display_coex_info()
2322 u4_tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0x6c8); in ex_btc8821a1ant_display_coex_info()
2326 u4_tmp[0], u4_tmp[1], u4_tmp[2], u1_tmp[0]); in ex_btc8821a1ant_display_coex_info()