• Home
  • Raw
  • Download

Lines Matching refs:normal_mode_fw

61 	firmware = ar->normal_mode_fw.fw_file.firmware;  in ath10k_debug_print_hwfw_info()
84 board = ar->normal_mode_fw.board; in ath10k_debug_print_board_info()
101 ar->normal_mode_fw.fw_file.wmi_op_version, in ath10k_debug_print_boot_info()
102 ar->normal_mode_fw.fw_file.htt_op_version, in ath10k_debug_print_boot_info()
1730 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_start()
1748 ar->normal_mode_fw.fw_file.fw_features)) in ath10k_debug_stop()
2187 crc32_le(0, ar->normal_mode_fw.fw_file.firmware->data, in ath10k_debug_fw_checksums_read()
2188 ar->normal_mode_fw.fw_file.firmware->size)); in ath10k_debug_fw_checksums_read()
2191 crc32_le(0, ar->normal_mode_fw.fw_file.firmware_data, in ath10k_debug_fw_checksums_read()
2192 ar->normal_mode_fw.fw_file.firmware_len)); in ath10k_debug_fw_checksums_read()
2195 crc32_le(0, ar->normal_mode_fw.fw_file.otp_data, in ath10k_debug_fw_checksums_read()
2196 ar->normal_mode_fw.fw_file.otp_len)); in ath10k_debug_fw_checksums_read()
2199 crc32_le(0, ar->normal_mode_fw.fw_file.codeswap_data, in ath10k_debug_fw_checksums_read()
2200 ar->normal_mode_fw.fw_file.codeswap_len)); in ath10k_debug_fw_checksums_read()
2203 crc32_le(0, ar->normal_mode_fw.board->data, in ath10k_debug_fw_checksums_read()
2204 ar->normal_mode_fw.board->size)); in ath10k_debug_fw_checksums_read()
2207 crc32_le(0, ar->normal_mode_fw.board_data, in ath10k_debug_fw_checksums_read()
2208 ar->normal_mode_fw.board_len)); in ath10k_debug_fw_checksums_read()
2592 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_register()