me_hdr           2602 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	const struct gfx_firmware_header_v1_0 *me_hdr;
me_hdr           2608 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	me_hdr = (const struct gfx_firmware_header_v1_0 *)
me_hdr           2611 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	amdgpu_ucode_print_gfx_hdr(&me_hdr->header);
me_hdr           2614 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 		le32_to_cpu(me_hdr->header.ucode_array_offset_bytes));
me_hdr           2615 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	fw_size = le32_to_cpu(me_hdr->header.ucode_size_bytes);
me_hdr           2617 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	r = amdgpu_bo_create_reserved(adev, me_hdr->header.ucode_size_bytes,
me_hdr           1975 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	const struct gfx_firmware_header_v1_0 *me_hdr;
me_hdr           1985 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	me_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
me_hdr           1989 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	amdgpu_ucode_print_gfx_hdr(&me_hdr->header);
me_hdr           2011 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 		(adev->gfx.me_fw->data + le32_to_cpu(me_hdr->header.ucode_array_offset_bytes));
me_hdr           2012 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	fw_size = le32_to_cpu(me_hdr->header.ucode_size_bytes) / 4;
me_hdr           2458 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	const struct gfx_firmware_header_v1_0 *me_hdr;
me_hdr           2467 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	me_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
me_hdr           2471 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	amdgpu_ucode_print_gfx_hdr(&me_hdr->header);
me_hdr           2474 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	adev->gfx.me_fw_version = le32_to_cpu(me_hdr->header.ucode_version);
me_hdr           2475 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	adev->gfx.me_feature_version = le32_to_cpu(me_hdr->ucode_feature_version);
me_hdr           2504 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 		 le32_to_cpu(me_hdr->header.ucode_array_offset_bytes));
me_hdr           2505 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	fw_size = le32_to_cpu(me_hdr->header.ucode_size_bytes) / 4;
me_hdr           3084 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	const struct gfx_firmware_header_v1_0 *me_hdr;
me_hdr           3095 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	me_hdr = (const struct gfx_firmware_header_v1_0 *)
me_hdr           3100 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	amdgpu_ucode_print_gfx_hdr(&me_hdr->header);
me_hdr           3127 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 		 le32_to_cpu(me_hdr->header.ucode_array_offset_bytes));
me_hdr           3128 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	fw_size = le32_to_cpu(me_hdr->header.ucode_size_bytes) / 4;
me_hdr           3912 drivers/gpu/drm/radeon/cik.c 		const struct gfx_firmware_header_v1_0 *me_hdr =
me_hdr           3919 drivers/gpu/drm/radeon/cik.c 		radeon_ucode_print_gfx_hdr(&me_hdr->header);
me_hdr           3941 drivers/gpu/drm/radeon/cik.c 			(rdev->me_fw->data + le32_to_cpu(me_hdr->header.ucode_array_offset_bytes));
me_hdr           3942 drivers/gpu/drm/radeon/cik.c 		fw_size = le32_to_cpu(me_hdr->header.ucode_size_bytes) / 4;
me_hdr           3946 drivers/gpu/drm/radeon/cik.c 		WREG32(CP_ME_RAM_WADDR, le32_to_cpu(me_hdr->header.ucode_version));
me_hdr           3947 drivers/gpu/drm/radeon/cik.c 		WREG32(CP_ME_RAM_RADDR, le32_to_cpu(me_hdr->header.ucode_version));
me_hdr           3494 drivers/gpu/drm/radeon/si.c 		const struct gfx_firmware_header_v1_0 *me_hdr =
me_hdr           3501 drivers/gpu/drm/radeon/si.c 		radeon_ucode_print_gfx_hdr(&me_hdr->header);
me_hdr           3523 drivers/gpu/drm/radeon/si.c 			(rdev->me_fw->data + le32_to_cpu(me_hdr->header.ucode_array_offset_bytes));
me_hdr           3524 drivers/gpu/drm/radeon/si.c 		fw_size = le32_to_cpu(me_hdr->header.ucode_size_bytes) / 4;