Lines Matching refs:h2c_parameter
415 u8 h2c_parameter[1] = {0}; in btc8192e2ant_query_bt_info() local
419 h2c_parameter[0] |= BIT0; /* trigger */ in btc8192e2ant_query_bt_info()
423 h2c_parameter[0]); in btc8192e2ant_query_bt_info()
425 btcoexist->btc_fill_h2c(btcoexist, 0x61, 1, h2c_parameter); in btc8192e2ant_query_bt_info()
727 u8 h2c_parameter[1] = {0}; in btc8192e2ant_set_fw_dac_swing_level() local
732 h2c_parameter[0] = dac_swing_lvl; in btc8192e2ant_set_fw_dac_swing_level()
737 "[BTCoex], FW write 0x64 = 0x%x\n", h2c_parameter[0]); in btc8192e2ant_set_fw_dac_swing_level()
739 btcoexist->btc_fill_h2c(btcoexist, 0x64, 1, h2c_parameter); in btc8192e2ant_set_fw_dac_swing_level()
746 u8 h2c_parameter[1] = {0}; in btc8192e2ant_set_fw_dec_bt_pwr() local
748 h2c_parameter[0] = dec_bt_pwr_lvl; in btc8192e2ant_set_fw_dec_bt_pwr()
752 dec_bt_pwr_lvl, h2c_parameter[0]); in btc8192e2ant_set_fw_dec_bt_pwr()
754 btcoexist->btc_fill_h2c(btcoexist, 0x62, 1, h2c_parameter); in btc8192e2ant_set_fw_dec_bt_pwr()
781 u8 h2c_parameter[1] = {0}; in btc8192e2ant_set_bt_auto_report() local
783 h2c_parameter[0] = 0; in btc8192e2ant_set_bt_auto_report()
786 h2c_parameter[0] |= BIT0; in btc8192e2ant_set_bt_auto_report()
791 h2c_parameter[0]); in btc8192e2ant_set_bt_auto_report()
793 btcoexist->btc_fill_h2c(btcoexist, 0x68, 1, h2c_parameter); in btc8192e2ant_set_bt_auto_report()
1111 u8 h2c_parameter[1] = {0}; in btc8192e2ant_set_fw_ignore_wlan_act() local
1114 h2c_parameter[0] |= BIT0; /* function enable */ in btc8192e2ant_set_fw_ignore_wlan_act()
1118 h2c_parameter[0]); in btc8192e2ant_set_fw_ignore_wlan_act()
1120 btcoexist->btc_fill_h2c(btcoexist, 0x63, 1, h2c_parameter); in btc8192e2ant_set_fw_ignore_wlan_act()
1155 u8 h2c_parameter[5] = {0}; in btc8192e2ant_set_fw_ps_tdma() local
1157 h2c_parameter[0] = byte1; in btc8192e2ant_set_fw_ps_tdma()
1158 h2c_parameter[1] = byte2; in btc8192e2ant_set_fw_ps_tdma()
1159 h2c_parameter[2] = byte3; in btc8192e2ant_set_fw_ps_tdma()
1160 h2c_parameter[3] = byte4; in btc8192e2ant_set_fw_ps_tdma()
1161 h2c_parameter[4] = byte5; in btc8192e2ant_set_fw_ps_tdma()
1171 h2c_parameter[0], in btc8192e2ant_set_fw_ps_tdma()
1172 h2c_parameter[1] << 24 | h2c_parameter[2] << 16 | in btc8192e2ant_set_fw_ps_tdma()
1173 h2c_parameter[3] << 8 | h2c_parameter[4]); in btc8192e2ant_set_fw_ps_tdma()
1175 btcoexist->btc_fill_h2c(btcoexist, 0x60, 5, h2c_parameter); in btc8192e2ant_set_fw_ps_tdma()
2933 u8 h2c_parameter[3] = {0}; in ex_btc8192e2ant_media_status_notify() local
2954 h2c_parameter[0] = 0x1; in ex_btc8192e2ant_media_status_notify()
2955 h2c_parameter[1] = wifi_center_chnl; in ex_btc8192e2ant_media_status_notify()
2958 h2c_parameter[2] = 0x30; in ex_btc8192e2ant_media_status_notify()
2960 h2c_parameter[2] = 0x20; in ex_btc8192e2ant_media_status_notify()
2963 coex_dm->wifi_chnl_info[0] = h2c_parameter[0]; in ex_btc8192e2ant_media_status_notify()
2964 coex_dm->wifi_chnl_info[1] = h2c_parameter[1]; in ex_btc8192e2ant_media_status_notify()
2965 coex_dm->wifi_chnl_info[2] = h2c_parameter[2]; in ex_btc8192e2ant_media_status_notify()
2969 h2c_parameter[0] << 16 | h2c_parameter[1] << 8 | in ex_btc8192e2ant_media_status_notify()
2970 h2c_parameter[2]); in ex_btc8192e2ant_media_status_notify()
2972 btcoexist->btc_fill_h2c(btcoexist, 0x66, 3, h2c_parameter); in ex_btc8192e2ant_media_status_notify()