Lines Matching refs:h2c_parameter
446 u8 h2c_parameter[1] = {0}; in btc8192e2ant_query_bt_info() local
450 h2c_parameter[0] |= BIT0; /* trigger */ in btc8192e2ant_query_bt_info()
454 h2c_parameter[0]); in btc8192e2ant_query_bt_info()
456 btcoexist->btc_fill_h2c(btcoexist, 0x61, 1, h2c_parameter); in btc8192e2ant_query_bt_info()
758 u8 h2c_parameter[1] = {0}; in btc8192e2ant_set_fw_dac_swing_level() local
763 h2c_parameter[0] = dac_swing_lvl; in btc8192e2ant_set_fw_dac_swing_level()
768 "[BTCoex], FW write 0x64 = 0x%x\n", h2c_parameter[0]); in btc8192e2ant_set_fw_dac_swing_level()
770 btcoexist->btc_fill_h2c(btcoexist, 0x64, 1, h2c_parameter); in btc8192e2ant_set_fw_dac_swing_level()
777 u8 h2c_parameter[1] = {0}; in btc8192e2ant_set_fw_dec_bt_pwr() local
779 h2c_parameter[0] = dec_bt_pwr_lvl; in btc8192e2ant_set_fw_dec_bt_pwr()
783 dec_bt_pwr_lvl, h2c_parameter[0]); in btc8192e2ant_set_fw_dec_bt_pwr()
785 btcoexist->btc_fill_h2c(btcoexist, 0x62, 1, h2c_parameter); in btc8192e2ant_set_fw_dec_bt_pwr()
812 u8 h2c_parameter[1] = {0}; in btc8192e2ant_set_bt_auto_report() local
814 h2c_parameter[0] = 0; in btc8192e2ant_set_bt_auto_report()
817 h2c_parameter[0] |= BIT0; in btc8192e2ant_set_bt_auto_report()
822 h2c_parameter[0]); in btc8192e2ant_set_bt_auto_report()
824 btcoexist->btc_fill_h2c(btcoexist, 0x68, 1, h2c_parameter); in btc8192e2ant_set_bt_auto_report()
1142 u8 h2c_parameter[1] = {0}; in btc8192e2ant_set_fw_ignore_wlan_act() local
1145 h2c_parameter[0] |= BIT0; /* function enable */ in btc8192e2ant_set_fw_ignore_wlan_act()
1149 h2c_parameter[0]); in btc8192e2ant_set_fw_ignore_wlan_act()
1151 btcoexist->btc_fill_h2c(btcoexist, 0x63, 1, h2c_parameter); in btc8192e2ant_set_fw_ignore_wlan_act()
1186 u8 h2c_parameter[5] = {0}; in btc8192e2ant_set_fw_ps_tdma() local
1188 h2c_parameter[0] = byte1; in btc8192e2ant_set_fw_ps_tdma()
1189 h2c_parameter[1] = byte2; in btc8192e2ant_set_fw_ps_tdma()
1190 h2c_parameter[2] = byte3; in btc8192e2ant_set_fw_ps_tdma()
1191 h2c_parameter[3] = byte4; in btc8192e2ant_set_fw_ps_tdma()
1192 h2c_parameter[4] = byte5; in btc8192e2ant_set_fw_ps_tdma()
1202 h2c_parameter[0], in btc8192e2ant_set_fw_ps_tdma()
1203 h2c_parameter[1] << 24 | h2c_parameter[2] << 16 | in btc8192e2ant_set_fw_ps_tdma()
1204 h2c_parameter[3] << 8 | h2c_parameter[4]); in btc8192e2ant_set_fw_ps_tdma()
1206 btcoexist->btc_fill_h2c(btcoexist, 0x60, 5, h2c_parameter); in btc8192e2ant_set_fw_ps_tdma()
2973 u8 h2c_parameter[3] = {0}; in ex_btc8192e2ant_media_status_notify() local
2994 h2c_parameter[0] = 0x1; in ex_btc8192e2ant_media_status_notify()
2995 h2c_parameter[1] = wifi_center_chnl; in ex_btc8192e2ant_media_status_notify()
2998 h2c_parameter[2] = 0x30; in ex_btc8192e2ant_media_status_notify()
3000 h2c_parameter[2] = 0x20; in ex_btc8192e2ant_media_status_notify()
3003 coex_dm->wifi_chnl_info[0] = h2c_parameter[0]; in ex_btc8192e2ant_media_status_notify()
3004 coex_dm->wifi_chnl_info[1] = h2c_parameter[1]; in ex_btc8192e2ant_media_status_notify()
3005 coex_dm->wifi_chnl_info[2] = h2c_parameter[2]; in ex_btc8192e2ant_media_status_notify()
3009 h2c_parameter[0] << 16 | h2c_parameter[1] << 8 | in ex_btc8192e2ant_media_status_notify()
3010 h2c_parameter[2]); in ex_btc8192e2ant_media_status_notify()
3012 btcoexist->btc_fill_h2c(btcoexist, 0x66, 3, h2c_parameter); in ex_btc8192e2ant_media_status_notify()