Lines Matching refs:rlc_hdr

140 		const struct rlc_firmware_header_v1_0 *rlc_hdr =  in amdgpu_ucode_print_rlc_hdr()  local
144 le32_to_cpu(rlc_hdr->ucode_feature_version)); in amdgpu_ucode_print_rlc_hdr()
146 le32_to_cpu(rlc_hdr->save_and_restore_offset)); in amdgpu_ucode_print_rlc_hdr()
148 le32_to_cpu(rlc_hdr->clear_state_descriptor_offset)); in amdgpu_ucode_print_rlc_hdr()
150 le32_to_cpu(rlc_hdr->avail_scratch_ram_locations)); in amdgpu_ucode_print_rlc_hdr()
152 le32_to_cpu(rlc_hdr->master_pkt_description_offset)); in amdgpu_ucode_print_rlc_hdr()
154 const struct rlc_firmware_header_v2_0 *rlc_hdr = in amdgpu_ucode_print_rlc_hdr() local
157 container_of(rlc_hdr, struct rlc_firmware_header_v2_1, v2_0); in amdgpu_ucode_print_rlc_hdr()
169 le32_to_cpu(rlc_hdr->ucode_feature_version)); in amdgpu_ucode_print_rlc_hdr()
170 DRM_DEBUG("jt_offset: %u\n", le32_to_cpu(rlc_hdr->jt_offset)); in amdgpu_ucode_print_rlc_hdr()
171 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(rlc_hdr->jt_size)); in amdgpu_ucode_print_rlc_hdr()
173 le32_to_cpu(rlc_hdr->save_and_restore_offset)); in amdgpu_ucode_print_rlc_hdr()
175 le32_to_cpu(rlc_hdr->clear_state_descriptor_offset)); in amdgpu_ucode_print_rlc_hdr()
177 le32_to_cpu(rlc_hdr->avail_scratch_ram_locations)); in amdgpu_ucode_print_rlc_hdr()
179 le32_to_cpu(rlc_hdr->reg_restore_list_size)); in amdgpu_ucode_print_rlc_hdr()
181 le32_to_cpu(rlc_hdr->reg_list_format_start)); in amdgpu_ucode_print_rlc_hdr()
183 le32_to_cpu(rlc_hdr->reg_list_format_separate_start)); in amdgpu_ucode_print_rlc_hdr()
185 le32_to_cpu(rlc_hdr->starting_offsets_start)); in amdgpu_ucode_print_rlc_hdr()
187 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
189 le32_to_cpu(rlc_hdr->reg_list_format_array_offset_bytes)); in amdgpu_ucode_print_rlc_hdr()
191 le32_to_cpu(rlc_hdr->reg_list_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
193 le32_to_cpu(rlc_hdr->reg_list_array_offset_bytes)); in amdgpu_ucode_print_rlc_hdr()
195 le32_to_cpu(rlc_hdr->reg_list_format_separate_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
197 le32_to_cpu(rlc_hdr->reg_list_format_separate_array_offset_bytes)); in amdgpu_ucode_print_rlc_hdr()
199 le32_to_cpu(rlc_hdr->reg_list_separate_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
201 le32_to_cpu(rlc_hdr->reg_list_separate_array_offset_bytes)); in amdgpu_ucode_print_rlc_hdr()