Lines Matching refs:h2c_parameter

308 	u8 h2c_parameter[1] = {0};  in btc8723b2ant_query_bt_info()  local
312 h2c_parameter[0] |= BIT0; /* trigger */ in btc8723b2ant_query_bt_info()
316 h2c_parameter[0]); in btc8723b2ant_query_bt_info()
318 btcoexist->btc_fill_h2c(btcoexist, 0x61, 1, h2c_parameter); in btc8723b2ant_query_bt_info()
649 u8 h2c_parameter[1] = {0}; in btc8723b2ant_set_fw_dac_swing_level() local
654 h2c_parameter[0] = dac_swing_lvl; in btc8723b2ant_set_fw_dac_swing_level()
659 "[BTCoex], FW write 0x64=0x%x\n", h2c_parameter[0]); in btc8723b2ant_set_fw_dac_swing_level()
661 btcoexist->btc_fill_h2c(btcoexist, 0x64, 1, h2c_parameter); in btc8723b2ant_set_fw_dac_swing_level()
667 u8 h2c_parameter[1] = {0}; in btc8723b2ant_set_fw_dec_bt_pwr() local
669 h2c_parameter[0] = 0; in btc8723b2ant_set_fw_dec_bt_pwr()
672 h2c_parameter[0] |= BIT1; in btc8723b2ant_set_fw_dec_bt_pwr()
676 (dec_bt_pwr ? "Yes!!" : "No!!"), h2c_parameter[0]); in btc8723b2ant_set_fw_dec_bt_pwr()
678 btcoexist->btc_fill_h2c(btcoexist, 0x62, 1, h2c_parameter); in btc8723b2ant_set_fw_dec_bt_pwr()
778 u8 h2c_parameter[6] = {0}; in btc8723b_set_penalty_txrate() local
780 h2c_parameter[0] = 0x6; /* opCode, 0x6= Retry_Penalty*/ in btc8723b_set_penalty_txrate()
783 h2c_parameter[1] |= BIT0; in btc8723b_set_penalty_txrate()
785 h2c_parameter[2] = 0x00; in btc8723b_set_penalty_txrate()
786 h2c_parameter[3] = 0xf7; /*MCS7 or OFDM54*/ in btc8723b_set_penalty_txrate()
787 h2c_parameter[4] = 0xf8; /*MCS6 or OFDM48*/ in btc8723b_set_penalty_txrate()
788 h2c_parameter[5] = 0xf9; /*MCS5 or OFDM36*/ in btc8723b_set_penalty_txrate()
795 btcoexist->btc_fill_h2c(btcoexist, 0x69, 6, h2c_parameter); in btc8723b_set_penalty_txrate()
1097 u8 h2c_parameter[1] = {0}; in btc8723b2ant_set_fw_ignore_wlan_act() local
1100 h2c_parameter[0] |= BIT0;/* function enable*/ in btc8723b2ant_set_fw_ignore_wlan_act()
1104 "FW write 0x63=0x%x\n", h2c_parameter[0]); in btc8723b2ant_set_fw_ignore_wlan_act()
1106 btcoexist->btc_fill_h2c(btcoexist, 0x63, 1, h2c_parameter); in btc8723b2ant_set_fw_ignore_wlan_act()
1136 u8 h2c_parameter[5]; in btc8723b2ant_set_fw_ps_tdma() local
1138 h2c_parameter[0] = byte1; in btc8723b2ant_set_fw_ps_tdma()
1139 h2c_parameter[1] = byte2; in btc8723b2ant_set_fw_ps_tdma()
1140 h2c_parameter[2] = byte3; in btc8723b2ant_set_fw_ps_tdma()
1141 h2c_parameter[3] = byte4; in btc8723b2ant_set_fw_ps_tdma()
1142 h2c_parameter[4] = byte5; in btc8723b2ant_set_fw_ps_tdma()
1152 h2c_parameter[0], in btc8723b2ant_set_fw_ps_tdma()
1153 h2c_parameter[1] << 24 | h2c_parameter[2] << 16 | in btc8723b2ant_set_fw_ps_tdma()
1154 h2c_parameter[3] << 8 | h2c_parameter[4]); in btc8723b2ant_set_fw_ps_tdma()
1156 btcoexist->btc_fill_h2c(btcoexist, 0x60, 5, h2c_parameter); in btc8723b2ant_set_fw_ps_tdma()
1184 u8 h2c_parameter[2] = {0}; in btc8723b2ant_set_ant_path() local
1209 h2c_parameter[0] = 0; in btc8723b2ant_set_ant_path()
1210 h2c_parameter[1] = 1; /* ext switch type */ in btc8723b2ant_set_ant_path()
1212 h2c_parameter); in btc8723b2ant_set_ant_path()
1216 h2c_parameter[0] = 1; in btc8723b2ant_set_ant_path()
1217 h2c_parameter[1] = 1; /* ext switch type */ in btc8723b2ant_set_ant_path()
1219 h2c_parameter); in btc8723b2ant_set_ant_path()
3455 u8 h2c_parameter[3] = {0}; in ex_btc8723b2ant_media_status_notify() local
3471 h2c_parameter[0] = 0x1; in ex_btc8723b2ant_media_status_notify()
3472 h2c_parameter[1] = wifi_central_chnl; in ex_btc8723b2ant_media_status_notify()
3476 h2c_parameter[2] = 0x30; in ex_btc8723b2ant_media_status_notify()
3478 h2c_parameter[2] = 0x20; in ex_btc8723b2ant_media_status_notify()
3481 coex_dm->wifi_chnl_info[0] = h2c_parameter[0]; in ex_btc8723b2ant_media_status_notify()
3482 coex_dm->wifi_chnl_info[1] = h2c_parameter[1]; in ex_btc8723b2ant_media_status_notify()
3483 coex_dm->wifi_chnl_info[2] = h2c_parameter[2]; in ex_btc8723b2ant_media_status_notify()
3487 h2c_parameter[0] << 16 | h2c_parameter[1] << 8 | in ex_btc8723b2ant_media_status_notify()
3488 h2c_parameter[2]); in ex_btc8723b2ant_media_status_notify()
3490 btcoexist->btc_fill_h2c(btcoexist, 0x66, 3, h2c_parameter); in ex_btc8723b2ant_media_status_notify()