Home
last modified time | relevance | path

Searched refs:header_size_bytes (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ucode.h160 uint32_t header_size_bytes; /* size of just the header in bytes */ member
H A Dradeon_ucode.c39 DRM_DEBUG("header_size_bytes: %u\n", le32_to_cpu(hdr->header_size_bytes)); in radeon_ucode_print_common_hdr()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ucode.h32 uint32_t header_size_bytes; /* size of just the header in bytes */ member
H A Damdgpu_ucode.c41 DRM_DEBUG("header_size_bytes: %u\n", le32_to_cpu(hdr->header_size_bytes)); in amdgpu_ucode_print_common_hdr()