Home
last modified time | relevance | path

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

/linux-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_mock_mem_maps.c676 size_t header_size_bytes; in cs_dsp_create_mock_xm_header() local
685 header_size_bytes = sizeof(cs_dsp_mock_adsp2_xm_hdr); in cs_dsp_create_mock_xm_header()
686 total_bytes_required = header_size_bytes + in cs_dsp_create_mock_xm_header()
692 header_size_bytes = sizeof(cs_dsp_mock_halo_xm_hdr); in cs_dsp_create_mock_xm_header()
693 total_bytes_required = header_size_bytes + in cs_dsp_create_mock_xm_header()
707 memcpy(builder->blob_data, header, header_size_bytes); in cs_dsp_create_mock_xm_header()
/linux-6.15/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()
/linux-6.15/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.c36 DRM_DEBUG("header_size_bytes: %u\n", le32_to_cpu(hdr->header_size_bytes)); in amdgpu_ucode_print_common_hdr()