Lines Matching refs:normal_mode_fw
60 firmware = ar->normal_mode_fw.fw_file.firmware; in ath10k_debug_print_hwfw_info()
83 board = ar->normal_mode_fw.board; in ath10k_debug_print_board_info()
100 ar->normal_mode_fw.fw_file.wmi_op_version, in ath10k_debug_print_boot_info()
101 ar->normal_mode_fw.fw_file.htt_op_version, in ath10k_debug_print_boot_info()
1729 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_start()
1747 ar->normal_mode_fw.fw_file.fw_features)) in ath10k_debug_stop()
2186 crc32_le(0, ar->normal_mode_fw.fw_file.firmware->data, in ath10k_debug_fw_checksums_read()
2187 ar->normal_mode_fw.fw_file.firmware->size)); in ath10k_debug_fw_checksums_read()
2190 crc32_le(0, ar->normal_mode_fw.fw_file.firmware_data, in ath10k_debug_fw_checksums_read()
2191 ar->normal_mode_fw.fw_file.firmware_len)); in ath10k_debug_fw_checksums_read()
2194 crc32_le(0, ar->normal_mode_fw.fw_file.otp_data, in ath10k_debug_fw_checksums_read()
2195 ar->normal_mode_fw.fw_file.otp_len)); in ath10k_debug_fw_checksums_read()
2198 crc32_le(0, ar->normal_mode_fw.fw_file.codeswap_data, in ath10k_debug_fw_checksums_read()
2199 ar->normal_mode_fw.fw_file.codeswap_len)); in ath10k_debug_fw_checksums_read()
2202 crc32_le(0, ar->normal_mode_fw.board->data, in ath10k_debug_fw_checksums_read()
2203 ar->normal_mode_fw.board->size)); in ath10k_debug_fw_checksums_read()
2206 crc32_le(0, ar->normal_mode_fw.board_data, in ath10k_debug_fw_checksums_read()
2207 ar->normal_mode_fw.board_len)); in ath10k_debug_fw_checksums_read()
2591 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_register()