Lines Matching refs:h2c_parameter
416 u8 h2c_parameter[1] = {0}; in btc8821a1ant_query_bt_info() local
420 h2c_parameter[0] |= BIT0; /* trigger */ in btc8821a1ant_query_bt_info()
424 h2c_parameter[0]); in btc8821a1ant_query_bt_info()
426 btcoexist->btc_fill_h2c(btcoexist, 0x61, 1, h2c_parameter); in btc8821a1ant_query_bt_info()
672 u8 h2c_parameter[6] = {0}; in btc8821a1ant_set_sw_penalty_tx_rate() local
674 h2c_parameter[0] = 0x6; /* opCode, 0x6= Retry_Penalty*/ in btc8821a1ant_set_sw_penalty_tx_rate()
677 h2c_parameter[1] |= BIT0; in btc8821a1ant_set_sw_penalty_tx_rate()
679 h2c_parameter[2] = 0x00; in btc8821a1ant_set_sw_penalty_tx_rate()
680 h2c_parameter[3] = 0xf7; /* MCS7 or OFDM54 */ in btc8821a1ant_set_sw_penalty_tx_rate()
681 h2c_parameter[4] = 0xf8; /* MCS6 or OFDM48 */ in btc8821a1ant_set_sw_penalty_tx_rate()
682 h2c_parameter[5] = 0xf9; /* MCS5 or OFDM36 */ in btc8821a1ant_set_sw_penalty_tx_rate()
689 btcoexist->btc_fill_h2c(btcoexist, 0x69, 6, h2c_parameter); in btc8821a1ant_set_sw_penalty_tx_rate()
806 u8 h2c_parameter[1] = {0}; in btc8821a1ant_set_fw_ignore_wlan_act() local
809 h2c_parameter[0] |= BIT0; /* function enable */ in btc8821a1ant_set_fw_ignore_wlan_act()
813 h2c_parameter[0]); in btc8821a1ant_set_fw_ignore_wlan_act()
815 btcoexist->btc_fill_h2c(btcoexist, 0x63, 1, h2c_parameter); in btc8821a1ant_set_fw_ignore_wlan_act()
847 u8 h2c_parameter[5] = {0}; in btc8821a1ant_set_fw_ps_tdma() local
866 h2c_parameter[0] = real_byte1; in btc8821a1ant_set_fw_ps_tdma()
867 h2c_parameter[1] = byte2; in btc8821a1ant_set_fw_ps_tdma()
868 h2c_parameter[2] = byte3; in btc8821a1ant_set_fw_ps_tdma()
869 h2c_parameter[3] = byte4; in btc8821a1ant_set_fw_ps_tdma()
870 h2c_parameter[4] = real_byte5; in btc8821a1ant_set_fw_ps_tdma()
880 h2c_parameter[0], in btc8821a1ant_set_fw_ps_tdma()
881 h2c_parameter[1] << 24 | in btc8821a1ant_set_fw_ps_tdma()
882 h2c_parameter[2] << 16 | in btc8821a1ant_set_fw_ps_tdma()
883 h2c_parameter[3] << 8 | in btc8821a1ant_set_fw_ps_tdma()
884 h2c_parameter[4]); in btc8821a1ant_set_fw_ps_tdma()
885 btcoexist->btc_fill_h2c(btcoexist, 0x60, 5, h2c_parameter); in btc8821a1ant_set_fw_ps_tdma()
946 u8 h2c_parameter[2] = {0}; in btc8821a1ant_set_ant_path() local
962 h2c_parameter[0] = 1; in btc8821a1ant_set_ant_path()
963 h2c_parameter[1] = 1; in btc8821a1ant_set_ant_path()
965 h2c_parameter); in btc8821a1ant_set_ant_path()
970 h2c_parameter[0] = 0; in btc8821a1ant_set_ant_path()
971 h2c_parameter[1] = 1; in btc8821a1ant_set_ant_path()
973 h2c_parameter); in btc8821a1ant_set_ant_path()
2583 u8 h2c_parameter[3] = {0}; in ex_btc8821a1ant_media_status_notify() local
2614 h2c_parameter[0] = 0x0; in ex_btc8821a1ant_media_status_notify()
2615 h2c_parameter[1] = wifi_central_chnl; in ex_btc8821a1ant_media_status_notify()
2618 h2c_parameter[2] = 0x30; in ex_btc8821a1ant_media_status_notify()
2620 h2c_parameter[2] = 0x20; in ex_btc8821a1ant_media_status_notify()
2623 coex_dm->wifi_chnl_info[0] = h2c_parameter[0]; in ex_btc8821a1ant_media_status_notify()
2624 coex_dm->wifi_chnl_info[1] = h2c_parameter[1]; in ex_btc8821a1ant_media_status_notify()
2625 coex_dm->wifi_chnl_info[2] = h2c_parameter[2]; in ex_btc8821a1ant_media_status_notify()
2629 h2c_parameter[0] << 16 | in ex_btc8821a1ant_media_status_notify()
2630 h2c_parameter[1] << 8 | in ex_btc8821a1ant_media_status_notify()
2631 h2c_parameter[2]); in ex_btc8821a1ant_media_status_notify()
2633 btcoexist->btc_fill_h2c(btcoexist, 0x66, 3, h2c_parameter); in ex_btc8821a1ant_media_status_notify()