Lines Matching refs:normal_mode_fw

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()
2184 crc32_le(0, ar->normal_mode_fw.fw_file.otp_data, in ath10k_debug_fw_checksums_read()
2185 ar->normal_mode_fw.fw_file.otp_len)); in ath10k_debug_fw_checksums_read()
2188 crc32_le(0, ar->normal_mode_fw.fw_file.codeswap_data, in ath10k_debug_fw_checksums_read()
2189 ar->normal_mode_fw.fw_file.codeswap_len)); in ath10k_debug_fw_checksums_read()
2192 crc32_le(0, ar->normal_mode_fw.board->data, in ath10k_debug_fw_checksums_read()
2193 ar->normal_mode_fw.board->size)); in ath10k_debug_fw_checksums_read()
2196 crc32_le(0, ar->normal_mode_fw.board_data, in ath10k_debug_fw_checksums_read()
2197 ar->normal_mode_fw.board_len)); in ath10k_debug_fw_checksums_read()
2576 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_register()