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/
HDradeon_ucode.h173 uint32_t io_debug_array_offset_bytes; /* payload offset from the start of the header */ member
HDradeon_ucode.c60 le32_to_cpu(mc_hdr->io_debug_array_offset_bytes)); in radeon_ucode_print_mc_hdr()
HDsi.c1581 (rdev->mc_fw->data + le32_to_cpu(hdr->io_debug_array_offset_bytes)); in si_mc_load_microcode()
HDcik.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/
HDamdgpu_ucode.h43 uint32_t io_debug_array_offset_bytes; /* payload offset from the start of the header */ member
HDamdgpu_ucode.c61 le32_to_cpu(mc_hdr->io_debug_array_offset_bytes)); in amdgpu_ucode_print_mc_hdr()
HDgmc_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()
HDgmc_v7_0.c194 (adev->gmc.fw->data + le32_to_cpu(hdr->io_debug_array_offset_bytes)); in gmc_v7_0_mc_load_microcode()