Lines Matching refs:u8tmp

781 	u8 h2c_parameter[2] = {0}, u8tmp = 0;  in halbtc8723b1ant_set_ant_path()  local
860 u8tmp = btcoexist->btc_read_1byte(btcoexist, in halbtc8723b1ant_set_ant_path()
863 if (u8tmp & BIT(0)) { in halbtc8723b1ant_set_ant_path()
2361 u8 u8tmp = 0x0; in ex_btc8723b1ant_power_on_setting() local
2395 u8tmp |= 0x1; /* antenna inverse */ in ex_btc8723b1ant_power_on_setting()
2396 btcoexist->btc_write_local_reg_1byte(btcoexist, 0xfe08, u8tmp); in ex_btc8723b1ant_power_on_setting()
2409 u8tmp |= 0x1; /* antenna inverse */ in ex_btc8723b1ant_power_on_setting()
2419 u8tmp); in ex_btc8723b1ant_power_on_setting()
2422 u8tmp); in ex_btc8723b1ant_power_on_setting()
2454 u8 u8tmp[4], i, bt_info_ext, pstdmacase = 0; in ex_btc8723b1ant_display_coex_info() local
2629 u8tmp[0] = btcoexist->btc_read_1byte(btcoexist, 0x456); in ex_btc8723b1ant_display_coex_info()
2632 u32tmp[0], u32tmp[1], u16tmp[0], u8tmp[0]); in ex_btc8723b1ant_display_coex_info()
2634 u8tmp[0] = btcoexist->btc_read_1byte(btcoexist, 0x778); in ex_btc8723b1ant_display_coex_info()
2638 "0x778/0x6cc/0x880[29:25]", u8tmp[0], u32tmp[0], in ex_btc8723b1ant_display_coex_info()
2642 u8tmp[0] = btcoexist->btc_read_1byte(btcoexist, 0x67); in ex_btc8723b1ant_display_coex_info()
2643 u8tmp[1] = btcoexist->btc_read_1byte(btcoexist, 0x765); in ex_btc8723b1ant_display_coex_info()
2646 u32tmp[0], ((u8tmp[0] & 0x20) >> 5), u8tmp[1]); in ex_btc8723b1ant_display_coex_info()
2655 u8tmp[0] = btcoexist->btc_read_1byte(btcoexist, 0x39); in ex_btc8723b1ant_display_coex_info()
2656 u8tmp[1] = btcoexist->btc_read_1byte(btcoexist, 0x40); in ex_btc8723b1ant_display_coex_info()
2658 u8tmp[2] = btcoexist->btc_read_1byte(btcoexist, 0x64); in ex_btc8723b1ant_display_coex_info()
2661 ((u8tmp[0] & 0x8) >> 3), u8tmp[1], in ex_btc8723b1ant_display_coex_info()
2662 ((u32tmp[0] & 0x01800000) >> 23), u8tmp[2] & 0x1); in ex_btc8723b1ant_display_coex_info()
2665 u8tmp[0] = btcoexist->btc_read_1byte(btcoexist, 0x522); in ex_btc8723b1ant_display_coex_info()
2667 "0x550(bcn ctrl)/0x522", u32tmp[0], u8tmp[0]); in ex_btc8723b1ant_display_coex_info()
2670 u8tmp[0] = btcoexist->btc_read_1byte(btcoexist, 0x49c); in ex_btc8723b1ant_display_coex_info()
2672 "0xc50(dig)/0x49c(null-drop)", u32tmp[0] & 0xff, u8tmp[0]); in ex_btc8723b1ant_display_coex_info()
2679 u8tmp[0] = btcoexist->btc_read_1byte(btcoexist, 0xa5b); in ex_btc8723b1ant_display_coex_info()
2680 u8tmp[1] = btcoexist->btc_read_1byte(btcoexist, 0xa5c); in ex_btc8723b1ant_display_coex_info()
2688 fa_cck = (u8tmp[0] << 8) + u8tmp[1]; in ex_btc8723b1ant_display_coex_info()