Lines Matching refs:h2c_parameter
428 u8 h2c_parameter[1] = {0}; in halbtc8821a1ant_query_bt_info() local
432 h2c_parameter[0] |= BIT0; /* trigger*/ in halbtc8821a1ant_query_bt_info()
436 h2c_parameter[0]); in halbtc8821a1ant_query_bt_info()
438 btcoexist->btc_fill_h2c(btcoexist, 0x61, 1, h2c_parameter); in halbtc8821a1ant_query_bt_info()
666 u8 h2c_parameter[1] = {0}; in halbtc8821a1ant_set_bt_auto_report() local
668 h2c_parameter[0] = 0; in halbtc8821a1ant_set_bt_auto_report()
671 h2c_parameter[0] |= BIT0; in halbtc8821a1ant_set_bt_auto_report()
676 h2c_parameter[0]); in halbtc8821a1ant_set_bt_auto_report()
678 btcoexist->btc_fill_h2c(btcoexist, 0x68, 1, h2c_parameter); in halbtc8821a1ant_set_bt_auto_report()
708 u8 h2c_parameter[6] = {0}; in btc8821a1ant_set_sw_pen_tx_rate() local
710 h2c_parameter[0] = 0x6; /* opCode, 0x6= Retry_Penalty*/ in btc8821a1ant_set_sw_pen_tx_rate()
713 h2c_parameter[1] |= BIT0; in btc8821a1ant_set_sw_pen_tx_rate()
715 h2c_parameter[2] = 0x00; in btc8821a1ant_set_sw_pen_tx_rate()
716 h2c_parameter[3] = 0xf7; /*MCS7 or OFDM54*/ in btc8821a1ant_set_sw_pen_tx_rate()
717 h2c_parameter[4] = 0xf8; /*MCS6 or OFDM48*/ in btc8821a1ant_set_sw_pen_tx_rate()
718 h2c_parameter[5] = 0xf9; /*MCS5 or OFDM36*/ in btc8821a1ant_set_sw_pen_tx_rate()
725 btcoexist->btc_fill_h2c(btcoexist, 0x69, 6, h2c_parameter); in btc8821a1ant_set_sw_pen_tx_rate()
837 u8 h2c_parameter[1] = {0}; in btc8821a1ant_set_fw_ignore_wlan_act() local
840 h2c_parameter[0] |= BIT0; /* function enable*/ in btc8821a1ant_set_fw_ignore_wlan_act()
844 h2c_parameter[0]); in btc8821a1ant_set_fw_ignore_wlan_act()
846 btcoexist->btc_fill_h2c(btcoexist, 0x63, 1, h2c_parameter); in btc8821a1ant_set_fw_ignore_wlan_act()
876 u8 h2c_parameter[5] = {0}; in halbtc8821a1ant_set_fw_pstdma() local
878 h2c_parameter[0] = byte1; in halbtc8821a1ant_set_fw_pstdma()
879 h2c_parameter[1] = byte2; in halbtc8821a1ant_set_fw_pstdma()
880 h2c_parameter[2] = byte3; in halbtc8821a1ant_set_fw_pstdma()
881 h2c_parameter[3] = byte4; in halbtc8821a1ant_set_fw_pstdma()
882 h2c_parameter[4] = byte5; in halbtc8821a1ant_set_fw_pstdma()
892 h2c_parameter[0], in halbtc8821a1ant_set_fw_pstdma()
893 h2c_parameter[1]<<24 | in halbtc8821a1ant_set_fw_pstdma()
894 h2c_parameter[2]<<16 | in halbtc8821a1ant_set_fw_pstdma()
895 h2c_parameter[3]<<8 | in halbtc8821a1ant_set_fw_pstdma()
896 h2c_parameter[4]); in halbtc8821a1ant_set_fw_pstdma()
897 btcoexist->btc_fill_h2c(btcoexist, 0x60, 5, h2c_parameter); in halbtc8821a1ant_set_fw_pstdma()
954 u8 h2c_parameter[2] = {0}; in halbtc8821a1ant_set_ant_path() local
970 h2c_parameter[0] = 1; in halbtc8821a1ant_set_ant_path()
971 h2c_parameter[1] = 1; in halbtc8821a1ant_set_ant_path()
973 h2c_parameter); in halbtc8821a1ant_set_ant_path()
981 h2c_parameter[0] = 0; in halbtc8821a1ant_set_ant_path()
982 h2c_parameter[1] = 1; in halbtc8821a1ant_set_ant_path()
984 h2c_parameter); in halbtc8821a1ant_set_ant_path()
2649 u8 h2c_parameter[3] = {0}; in ex_halbtc8821a1ant_media_status_notify() local
2673 h2c_parameter[0] = 0x0; in ex_halbtc8821a1ant_media_status_notify()
2674 h2c_parameter[1] = wifi_central_chnl; in ex_halbtc8821a1ant_media_status_notify()
2677 h2c_parameter[2] = 0x30; in ex_halbtc8821a1ant_media_status_notify()
2679 h2c_parameter[2] = 0x20; in ex_halbtc8821a1ant_media_status_notify()
2682 coex_dm->wifi_chnl_info[0] = h2c_parameter[0]; in ex_halbtc8821a1ant_media_status_notify()
2683 coex_dm->wifi_chnl_info[1] = h2c_parameter[1]; in ex_halbtc8821a1ant_media_status_notify()
2684 coex_dm->wifi_chnl_info[2] = h2c_parameter[2]; in ex_halbtc8821a1ant_media_status_notify()
2688 h2c_parameter[0]<<16|h2c_parameter[1]<<8|h2c_parameter[2]); in ex_halbtc8821a1ant_media_status_notify()
2690 btcoexist->btc_fill_h2c(btcoexist, 0x66, 3, h2c_parameter); in ex_halbtc8821a1ant_media_status_notify()