Lines Matching refs:me_hdr
2563 const struct gfx_firmware_header_v2_0 *me_hdr; in gfx_v11_0_config_me_cache_rs64() local
2565 me_hdr = (const struct gfx_firmware_header_v2_0 *) in gfx_v11_0_config_me_cache_rs64()
2620 (me_hdr->ucode_start_addr_hi << 30) | in gfx_v11_0_config_me_cache_rs64()
2621 (me_hdr->ucode_start_addr_lo >> 2) ); in gfx_v11_0_config_me_cache_rs64()
2623 me_hdr->ucode_start_addr_hi>>2); in gfx_v11_0_config_me_cache_rs64()
2767 const struct gfx_firmware_header_v2_0 *me_hdr; in gfx_v11_0_config_gfx_rs64() local
2773 me_hdr = (const struct gfx_firmware_header_v2_0 *) in gfx_v11_0_config_gfx_rs64()
2804 (me_hdr->ucode_start_addr_hi << 30) | in gfx_v11_0_config_gfx_rs64()
2805 (me_hdr->ucode_start_addr_lo >> 2) ); in gfx_v11_0_config_gfx_rs64()
2807 me_hdr->ucode_start_addr_hi>>2); in gfx_v11_0_config_gfx_rs64()
3171 const struct gfx_firmware_header_v1_0 *me_hdr; in gfx_v11_0_cp_gfx_load_me_microcode() local
3175 me_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v11_0_cp_gfx_load_me_microcode()
3178 amdgpu_ucode_print_gfx_hdr(&me_hdr->header); in gfx_v11_0_cp_gfx_load_me_microcode()
3181 le32_to_cpu(me_hdr->header.ucode_array_offset_bytes)); in gfx_v11_0_cp_gfx_load_me_microcode()
3182 fw_size = le32_to_cpu(me_hdr->header.ucode_size_bytes); in gfx_v11_0_cp_gfx_load_me_microcode()
3184 r = amdgpu_bo_create_reserved(adev, me_hdr->header.ucode_size_bytes, in gfx_v11_0_cp_gfx_load_me_microcode()
3204 for (i = 0; i < me_hdr->jt_size; i++) in gfx_v11_0_cp_gfx_load_me_microcode()
3206 le32_to_cpup(fw_data + me_hdr->jt_offset + i)); in gfx_v11_0_cp_gfx_load_me_microcode()
3216 const struct gfx_firmware_header_v2_0 *me_hdr; in gfx_v11_0_cp_gfx_load_me_microcode_rs64() local
3222 me_hdr = (const struct gfx_firmware_header_v2_0 *) in gfx_v11_0_cp_gfx_load_me_microcode_rs64()
3225 amdgpu_ucode_print_gfx_hdr(&me_hdr->header); in gfx_v11_0_cp_gfx_load_me_microcode_rs64()
3229 le32_to_cpu(me_hdr->ucode_offset_bytes)); in gfx_v11_0_cp_gfx_load_me_microcode_rs64()
3230 fw_ucode_size = le32_to_cpu(me_hdr->ucode_size_bytes); in gfx_v11_0_cp_gfx_load_me_microcode_rs64()
3233 le32_to_cpu(me_hdr->data_offset_bytes)); in gfx_v11_0_cp_gfx_load_me_microcode_rs64()
3234 fw_data_size = le32_to_cpu(me_hdr->data_size_bytes); in gfx_v11_0_cp_gfx_load_me_microcode_rs64()
3326 (me_hdr->ucode_start_addr_hi << 30) | in gfx_v11_0_cp_gfx_load_me_microcode_rs64()
3327 (me_hdr->ucode_start_addr_lo >> 2) ); in gfx_v11_0_cp_gfx_load_me_microcode_rs64()
3329 me_hdr->ucode_start_addr_hi>>2); in gfx_v11_0_cp_gfx_load_me_microcode_rs64()