HomeSort by: relevance | last modified time | path
    Searched refs:io_debug_array_offset_bytes (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ucode.c 65 DRM_DEBUG("io_debug_array_offset_bytes: %u\n",
66 le32_to_cpu(mc_hdr->io_debug_array_offset_bytes));
radeon_ucode.h 175 uint32_t io_debug_array_offset_bytes; /* payload offset from the start of the header */ member in struct:mc_firmware_header_v1_0
radeon_si.c 1602 (rdev->mc_fw->data + le32_to_cpu(hdr->io_debug_array_offset_bytes));
radeon_cik.c 1906 (rdev->mc_fw->data + le32_to_cpu(hdr->io_debug_array_offset_bytes));
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ucode.h 47 uint32_t io_debug_array_offset_bytes; /* payload offset from the start of the header */ member in struct:mc_firmware_header_v1_0
amdgpu_ucode.c 67 DRM_DEBUG("io_debug_array_offset_bytes: %u\n",
68 le32_to_cpu(mc_hdr->io_debug_array_offset_bytes));
amdgpu_gmc_v8_0.c 328 (adev->gmc.fw->data + le32_to_cpu(hdr->io_debug_array_offset_bytes));
397 (adev->gmc.fw->data + le32_to_cpu(hdr->io_debug_array_offset_bytes));
amdgpu_gmc_v6_0.c 185 (adev->gmc.fw->data + le32_to_cpu(hdr->io_debug_array_offset_bytes));
amdgpu_gmc_v7_0.c 203 (adev->gmc.fw->data + le32_to_cpu(hdr->io_debug_array_offset_bytes));

Completed in 48 milliseconds