Lines Matching refs:normal_mode_fw
71 firmware = ar->normal_mode_fw.fw_file.firmware; in ath10k_debug_print_hwfw_info()
94 board = ar->normal_mode_fw.board; in ath10k_debug_print_board_info()
111 ar->normal_mode_fw.fw_file.wmi_op_version, in ath10k_debug_print_boot_info()
112 ar->normal_mode_fw.fw_file.htt_op_version, in ath10k_debug_print_boot_info()
1732 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_start()
1750 ar->normal_mode_fw.fw_file.fw_features)) in ath10k_debug_stop()
2131 crc32_le(0, ar->normal_mode_fw.fw_file.firmware->data, in ath10k_debug_fw_checksums_read()
2132 ar->normal_mode_fw.fw_file.firmware->size)); in ath10k_debug_fw_checksums_read()
2135 crc32_le(0, ar->normal_mode_fw.fw_file.firmware_data, in ath10k_debug_fw_checksums_read()
2136 ar->normal_mode_fw.fw_file.firmware_len)); in ath10k_debug_fw_checksums_read()
2139 crc32_le(0, ar->normal_mode_fw.fw_file.otp_data, in ath10k_debug_fw_checksums_read()
2140 ar->normal_mode_fw.fw_file.otp_len)); in ath10k_debug_fw_checksums_read()
2143 crc32_le(0, ar->normal_mode_fw.fw_file.codeswap_data, in ath10k_debug_fw_checksums_read()
2144 ar->normal_mode_fw.fw_file.codeswap_len)); in ath10k_debug_fw_checksums_read()
2147 crc32_le(0, ar->normal_mode_fw.board->data, in ath10k_debug_fw_checksums_read()
2148 ar->normal_mode_fw.board->size)); in ath10k_debug_fw_checksums_read()
2151 crc32_le(0, ar->normal_mode_fw.board_data, in ath10k_debug_fw_checksums_read()
2152 ar->normal_mode_fw.board_len)); in ath10k_debug_fw_checksums_read()
2421 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_register()