Lines Matching refs:me_hdr
1971 const struct gfx_firmware_header_v2_0 *me_hdr; in gfx_v12_0_config_gfx_rs64() local
1977 me_hdr = (const struct gfx_firmware_header_v2_0 *) in gfx_v12_0_config_gfx_rs64()
2008 (me_hdr->ucode_start_addr_hi << 30) | in gfx_v12_0_config_gfx_rs64()
2009 (me_hdr->ucode_start_addr_lo >> 2)); in gfx_v12_0_config_gfx_rs64()
2011 me_hdr->ucode_start_addr_hi>>2); in gfx_v12_0_config_gfx_rs64()
2359 const struct gfx_firmware_header_v2_0 *me_hdr; in gfx_v12_0_cp_gfx_load_me_microcode_rs64() local
2365 me_hdr = (const struct gfx_firmware_header_v2_0 *) in gfx_v12_0_cp_gfx_load_me_microcode_rs64()
2368 amdgpu_ucode_print_gfx_hdr(&me_hdr->header); in gfx_v12_0_cp_gfx_load_me_microcode_rs64()
2372 le32_to_cpu(me_hdr->ucode_offset_bytes)); in gfx_v12_0_cp_gfx_load_me_microcode_rs64()
2373 fw_ucode_size = le32_to_cpu(me_hdr->ucode_size_bytes); in gfx_v12_0_cp_gfx_load_me_microcode_rs64()
2376 le32_to_cpu(me_hdr->data_offset_bytes)); in gfx_v12_0_cp_gfx_load_me_microcode_rs64()
2377 fw_data_size = le32_to_cpu(me_hdr->data_size_bytes); in gfx_v12_0_cp_gfx_load_me_microcode_rs64()