Home
last modified time | relevance | path

Searched refs:io_debug_array_offset_bytes (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_ucode.h173 uint32_t io_debug_array_offset_bytes; /* payload offset from the start of the header */ member
H A Dradeon_ucode.c60 le32_to_cpu(mc_hdr->io_debug_array_offset_bytes)); in radeon_ucode_print_mc_hdr()
H A Dsi.c1581 (rdev->mc_fw->data + le32_to_cpu(hdr->io_debug_array_offset_bytes)); in si_mc_load_microcode()
H A Dcik.c1878 (rdev->mc_fw->data + le32_to_cpu(hdr->io_debug_array_offset_bytes)); in ci_mc_load_microcode()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ucode.h43 uint32_t io_debug_array_offset_bytes; /* payload offset from the start of the header */ member
H A Damdgpu_ucode.c61 le32_to_cpu(mc_hdr->io_debug_array_offset_bytes)); in amdgpu_ucode_print_mc_hdr()
H A Dgmc_v8_0.c319 (adev->gmc.fw->data + le32_to_cpu(hdr->io_debug_array_offset_bytes)); in gmc_v8_0_tonga_mc_load_microcode()
388 (adev->gmc.fw->data + le32_to_cpu(hdr->io_debug_array_offset_bytes)); in gmc_v8_0_polaris_mc_load_microcode()
H A Dgmc_v7_0.c194 (adev->gmc.fw->data + le32_to_cpu(hdr->io_debug_array_offset_bytes)); in gmc_v7_0_mc_load_microcode()