Lines Matching refs:h2c_parameter

394 	u8 h2c_parameter[1] = {0};  in btc8821a1ant_query_bt_info()  local
398 h2c_parameter[0] |= BIT0; /* trigger */ in btc8821a1ant_query_bt_info()
402 h2c_parameter[0]); in btc8821a1ant_query_bt_info()
404 btcoexist->btc_fill_h2c(btcoexist, 0x61, 1, h2c_parameter); in btc8821a1ant_query_bt_info()
650 u8 h2c_parameter[6] = {0}; in btc8821a1ant_set_sw_penalty_tx_rate() local
652 h2c_parameter[0] = 0x6; /* opCode, 0x6= Retry_Penalty*/ in btc8821a1ant_set_sw_penalty_tx_rate()
655 h2c_parameter[1] |= BIT0; in btc8821a1ant_set_sw_penalty_tx_rate()
657 h2c_parameter[2] = 0x00; in btc8821a1ant_set_sw_penalty_tx_rate()
658 h2c_parameter[3] = 0xf7; /* MCS7 or OFDM54 */ in btc8821a1ant_set_sw_penalty_tx_rate()
659 h2c_parameter[4] = 0xf8; /* MCS6 or OFDM48 */ in btc8821a1ant_set_sw_penalty_tx_rate()
660 h2c_parameter[5] = 0xf9; /* MCS5 or OFDM36 */ in btc8821a1ant_set_sw_penalty_tx_rate()
667 btcoexist->btc_fill_h2c(btcoexist, 0x69, 6, h2c_parameter); in btc8821a1ant_set_sw_penalty_tx_rate()
784 u8 h2c_parameter[1] = {0}; in btc8821a1ant_set_fw_ignore_wlan_act() local
787 h2c_parameter[0] |= BIT0; /* function enable */ in btc8821a1ant_set_fw_ignore_wlan_act()
791 h2c_parameter[0]); in btc8821a1ant_set_fw_ignore_wlan_act()
793 btcoexist->btc_fill_h2c(btcoexist, 0x63, 1, h2c_parameter); in btc8821a1ant_set_fw_ignore_wlan_act()
825 u8 h2c_parameter[5] = {0}; in btc8821a1ant_set_fw_ps_tdma() local
844 h2c_parameter[0] = real_byte1; in btc8821a1ant_set_fw_ps_tdma()
845 h2c_parameter[1] = byte2; in btc8821a1ant_set_fw_ps_tdma()
846 h2c_parameter[2] = byte3; in btc8821a1ant_set_fw_ps_tdma()
847 h2c_parameter[3] = byte4; in btc8821a1ant_set_fw_ps_tdma()
848 h2c_parameter[4] = real_byte5; in btc8821a1ant_set_fw_ps_tdma()
858 h2c_parameter[0], in btc8821a1ant_set_fw_ps_tdma()
859 h2c_parameter[1] << 24 | in btc8821a1ant_set_fw_ps_tdma()
860 h2c_parameter[2] << 16 | in btc8821a1ant_set_fw_ps_tdma()
861 h2c_parameter[3] << 8 | in btc8821a1ant_set_fw_ps_tdma()
862 h2c_parameter[4]); in btc8821a1ant_set_fw_ps_tdma()
863 btcoexist->btc_fill_h2c(btcoexist, 0x60, 5, h2c_parameter); in btc8821a1ant_set_fw_ps_tdma()
924 u8 h2c_parameter[2] = {0}; in btc8821a1ant_set_ant_path() local
940 h2c_parameter[0] = 1; in btc8821a1ant_set_ant_path()
941 h2c_parameter[1] = 1; in btc8821a1ant_set_ant_path()
943 h2c_parameter); in btc8821a1ant_set_ant_path()
948 h2c_parameter[0] = 0; in btc8821a1ant_set_ant_path()
949 h2c_parameter[1] = 1; in btc8821a1ant_set_ant_path()
951 h2c_parameter); in btc8821a1ant_set_ant_path()
2561 u8 h2c_parameter[3] = {0}; in ex_btc8821a1ant_media_status_notify() local
2592 h2c_parameter[0] = 0x0; in ex_btc8821a1ant_media_status_notify()
2593 h2c_parameter[1] = wifi_central_chnl; in ex_btc8821a1ant_media_status_notify()
2596 h2c_parameter[2] = 0x30; in ex_btc8821a1ant_media_status_notify()
2598 h2c_parameter[2] = 0x20; in ex_btc8821a1ant_media_status_notify()
2601 coex_dm->wifi_chnl_info[0] = h2c_parameter[0]; in ex_btc8821a1ant_media_status_notify()
2602 coex_dm->wifi_chnl_info[1] = h2c_parameter[1]; in ex_btc8821a1ant_media_status_notify()
2603 coex_dm->wifi_chnl_info[2] = h2c_parameter[2]; in ex_btc8821a1ant_media_status_notify()
2607 h2c_parameter[0] << 16 | in ex_btc8821a1ant_media_status_notify()
2608 h2c_parameter[1] << 8 | in ex_btc8821a1ant_media_status_notify()
2609 h2c_parameter[2]); in ex_btc8821a1ant_media_status_notify()
2611 btcoexist->btc_fill_h2c(btcoexist, 0x66, 3, h2c_parameter); in ex_btc8821a1ant_media_status_notify()