Lines Matching refs:rlc_hdr
132 const struct rlc_firmware_header_v1_0 *rlc_hdr = in amdgpu_ucode_print_rlc_hdr() local
136 le32_to_cpu(rlc_hdr->ucode_feature_version)); in amdgpu_ucode_print_rlc_hdr()
138 le32_to_cpu(rlc_hdr->save_and_restore_offset)); in amdgpu_ucode_print_rlc_hdr()
140 le32_to_cpu(rlc_hdr->clear_state_descriptor_offset)); in amdgpu_ucode_print_rlc_hdr()
142 le32_to_cpu(rlc_hdr->avail_scratch_ram_locations)); in amdgpu_ucode_print_rlc_hdr()
144 le32_to_cpu(rlc_hdr->master_pkt_description_offset)); in amdgpu_ucode_print_rlc_hdr()
146 const struct rlc_firmware_header_v2_0 *rlc_hdr = in amdgpu_ucode_print_rlc_hdr() local
150 le32_to_cpu(rlc_hdr->ucode_feature_version)); in amdgpu_ucode_print_rlc_hdr()
151 DRM_DEBUG("jt_offset: %u\n", le32_to_cpu(rlc_hdr->jt_offset)); in amdgpu_ucode_print_rlc_hdr()
152 DRM_DEBUG("jt_size: %u\n", le32_to_cpu(rlc_hdr->jt_size)); in amdgpu_ucode_print_rlc_hdr()
154 le32_to_cpu(rlc_hdr->save_and_restore_offset)); in amdgpu_ucode_print_rlc_hdr()
156 le32_to_cpu(rlc_hdr->clear_state_descriptor_offset)); in amdgpu_ucode_print_rlc_hdr()
158 le32_to_cpu(rlc_hdr->avail_scratch_ram_locations)); in amdgpu_ucode_print_rlc_hdr()
160 le32_to_cpu(rlc_hdr->reg_restore_list_size)); in amdgpu_ucode_print_rlc_hdr()
162 le32_to_cpu(rlc_hdr->reg_list_format_start)); in amdgpu_ucode_print_rlc_hdr()
164 le32_to_cpu(rlc_hdr->reg_list_format_separate_start)); in amdgpu_ucode_print_rlc_hdr()
166 le32_to_cpu(rlc_hdr->starting_offsets_start)); in amdgpu_ucode_print_rlc_hdr()
168 le32_to_cpu(rlc_hdr->reg_list_format_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
170 le32_to_cpu(rlc_hdr->reg_list_format_array_offset_bytes)); in amdgpu_ucode_print_rlc_hdr()
172 le32_to_cpu(rlc_hdr->reg_list_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
174 le32_to_cpu(rlc_hdr->reg_list_array_offset_bytes)); in amdgpu_ucode_print_rlc_hdr()
176 le32_to_cpu(rlc_hdr->reg_list_format_separate_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
178 le32_to_cpu(rlc_hdr->reg_list_format_separate_array_offset_bytes)); in amdgpu_ucode_print_rlc_hdr()
180 le32_to_cpu(rlc_hdr->reg_list_separate_size_bytes)); in amdgpu_ucode_print_rlc_hdr()
182 le32_to_cpu(rlc_hdr->reg_list_separate_array_offset_bytes)); in amdgpu_ucode_print_rlc_hdr()
185 container_of(rlc_hdr, struct rlc_firmware_header_v2_1, v2_0); in amdgpu_ucode_print_rlc_hdr()