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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_rlc.c 208 table_offset = le32_to_cpu(hdr->jt_offset);
216 table_offset = le32_to_cpu(hdr->jt_offset);
224 table_offset = le32_to_cpu(hdr->jt_offset);
232 table_offset = le32_to_cpu(hdr->jt_offset);
240 table_offset = le32_to_cpu(hdr->jt_offset);
amdgpu_ucode.h 125 uint32_t jt_offset; /* jt location */ member in struct:gfx_firmware_header_v1_0
158 uint32_t jt_offset; /* jt location */ member in struct:rlc_firmware_header_v2_0
200 uint32_t jt_offset; /* jt location */ member in struct:sdma_firmware_header_v1_0
amdgpu_ucode.c 114 DRM_DEBUG("jt_offset: %u\n", le32_to_cpu(gfx_hdr->jt_offset));
149 DRM_DEBUG("jt_offset: %u\n", le32_to_cpu(rlc_hdr->jt_offset));
232 DRM_DEBUG("jt_offset: %u\n", le32_to_cpu(sdma_hdr->jt_offset));
513 le32_to_cpu(cp_hdr->jt_offset) * 4),
570 (le32_to_cpu(header->jt_offset) * 4);
amdgpu_cgs.c 243 info->image_size = le32_to_cpu(header->jt_offset) << 2;
amdgpu_gfx_v10_0.c 2155 sdma_hdr->jt_offset,
2163 sdma_hdr->jt_offset,
2952 le32_to_cpup(fw_data + mec_hdr->jt_offset + i));
amdgpu_gfx_v9_0.c 3292 mec_hdr->jt_offset);
3295 le32_to_cpup(fw_data + mec_hdr->jt_offset + i));
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ucode.c 104 DRM_DEBUG("jt_offset: %u\n", le32_to_cpu(gfx_hdr->jt_offset));
154 DRM_DEBUG("jt_offset: %u\n", le32_to_cpu(sdma_hdr->jt_offset));
radeon_ucode.h 188 uint32_t jt_offset; /* jt location */ member in struct:gfx_firmware_header_v1_0
207 uint32_t jt_offset; /* jt location */ member in struct:sdma_firmware_header_v1_0
radeon_cik.c 6462 table_offset = le32_to_cpu(hdr->jt_offset);
6468 table_offset = le32_to_cpu(hdr->jt_offset);
6474 table_offset = le32_to_cpu(hdr->jt_offset);
6480 table_offset = le32_to_cpu(hdr->jt_offset);
6486 table_offset = le32_to_cpu(hdr->jt_offset);

Completed in 30 milliseconds