Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A Dqed.py191 header_size_bytes = qed.header['header_size'] * qed.header['cluster_size']
192 out.write(qed.raw_pread(0, header_size_bytes))
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_ucode.h158 uint32_t header_size_bytes; /* size of just the header in bytes */ member
H A Dradeon_ucode.c34 DRM_DEBUG("header_size_bytes: %u\n", le32_to_cpu(hdr->header_size_bytes)); in radeon_ucode_print_common_hdr()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.h30 uint32_t header_size_bytes; /* size of just the header in bytes */ member
H A Damdgpu_ucode.c34 DRM_DEBUG("header_size_bytes: %u\n", le32_to_cpu(hdr->header_size_bytes)); in amdgpu_ucode_print_common_hdr()