Searched refs:normal_mode_fw (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | core.c | 802 if (test_bit(i, ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_core_get_fw_features_str() 1025 if (!ar->normal_mode_fw.fw_file.otp_data || in ath10k_core_get_board_id_from_otp() 1026 !ar->normal_mode_fw.fw_file.otp_len) { in ath10k_core_get_board_id_from_otp() 1041 address, ar->normal_mode_fw.fw_file.otp_len); in ath10k_core_get_board_id_from_otp() 1044 ar->normal_mode_fw.fw_file.otp_data, in ath10k_core_get_board_id_from_otp() 1045 ar->normal_mode_fw.fw_file.otp_len); in ath10k_core_get_board_id_from_otp() 1234 if (!IS_ERR(ar->normal_mode_fw.board)) in ath10k_core_free_board_files() 1235 release_firmware(ar->normal_mode_fw.board); in ath10k_core_free_board_files() 1237 if (!IS_ERR(ar->normal_mode_fw.ext_board)) in ath10k_core_free_board_files() 1238 release_firmware(ar->normal_mode_fw.ext_board); in ath10k_core_free_board_files() [all …]
|
| H A D | debug.c | 64 firmware = ar->normal_mode_fw.fw_file.firmware; in ath10k_debug_print_hwfw_info() 87 board = ar->normal_mode_fw.board; in ath10k_debug_print_board_info() 104 ar->normal_mode_fw.fw_file.wmi_op_version, in ath10k_debug_print_boot_info() 105 ar->normal_mode_fw.fw_file.htt_op_version, in ath10k_debug_print_boot_info() 1733 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_start() 1751 ar->normal_mode_fw.fw_file.fw_features)) in ath10k_debug_stop() 2176 crc32_le(0, ar->normal_mode_fw.fw_file.firmware->data, in ath10k_debug_fw_checksums_read() 2177 ar->normal_mode_fw.fw_file.firmware->size)); in ath10k_debug_fw_checksums_read() 2180 crc32_le(0, ar->normal_mode_fw.fw_file.firmware_data, in ath10k_debug_fw_checksums_read() 2181 ar->normal_mode_fw.fw_file.firmware_len)); in ath10k_debug_fw_checksums_read() [all …]
|
| H A D | testmode.c | 226 ar->normal_mode_fw.fw_file.wmi_op_version); in ath10k_tm_cmd_get_version() 310 utf_mode_fw->board_data = ar->normal_mode_fw.board_data; in ath10k_tm_fetch_firmware() 311 utf_mode_fw->board_len = ar->normal_mode_fw.board_len; in ath10k_tm_fetch_firmware() 315 utf_mode_fw->fw_file.otp_data = ar->normal_mode_fw.fw_file.otp_data; in ath10k_tm_fetch_firmware() 316 utf_mode_fw->fw_file.otp_len = ar->normal_mode_fw.fw_file.otp_len; in ath10k_tm_fetch_firmware()
|
| H A D | qmi.c | 252 temp = ar->normal_mode_fw.board_data; in ath10k_qmi_bdf_dnld_send_sync() 253 remaining = ar->normal_mode_fw.board_len; in ath10k_qmi_bdf_dnld_send_sync() 260 req->total_size = ar->normal_mode_fw.board_len; in ath10k_qmi_bdf_dnld_send_sync()
|
| H A D | core.h | 1077 struct ath10k_fw_components normal_mode_fw; member
|
| H A D | mac.c | 5231 &ar->normal_mode_fw); in ath10k_start() 8480 ar->normal_mode_fw.fw_file.fw_features); in ath10k_mac_op_set_bitrate_mask() 10063 if (!test_bit(ATH10K_FW_FEATURE_NO_P2P, ar->normal_mode_fw.fw_file.fw_features)) in ath10k_mac_register()
|