Home
last modified time | relevance | path

Searched refs:blob_size_bytes (Results 1 – 9 of 9) sorted by relevance

/linux-6.14.4/drivers/firmware/cirrus/test/
Dcs_dsp_test_wmfw.c78 readback = kunit_kzalloc(test, local->xm_header->blob_size_bytes, GFP_KERNEL); in wmfw_write_xm_header_unpacked()
84 local->xm_header->blob_size_bytes), in wmfw_write_xm_header_unpacked()
87 local->xm_header->blob_size_bytes); in wmfw_write_xm_header_unpacked()
123 mem_offset_dsp_words += local->xm_header->blob_size_bytes / sizeof(u32); in wmfw_write_one_payload()
182 mem_offset_dsp_words += local->xm_header->blob_size_bytes / payload_size_bytes; in wmfw_write_multiple_oneblock_payloads()
249 mem_offset_dsp_words += local->xm_header->blob_size_bytes / payload_size_bytes; in wmfw_write_multiple_oneblock_payloads_reverse()
324 mem_offset_dsp_words += local->xm_header->blob_size_bytes / payload_size_bytes; in wmfw_write_multiple_payloads_sparse_unordered()
685 mem_offset_dsp_words += local->xm_header->blob_size_bytes / sizeof(u32); in wmfw_write_packed_1_unpacked_trailing()
788 mem_offset_dsp_words += local->xm_header->blob_size_bytes / sizeof(u32); in wmfw_write_packed_2_unpacked_trailing()
891 mem_offset_dsp_words += local->xm_header->blob_size_bytes / sizeof(u32); in wmfw_write_packed_3_unpacked_trailing()
[all …]
Dcs_dsp_mock_mem_maps.c655 header->blob_data, header->blob_size_bytes); in cs_dsp_mock_xm_header_write_to_regmap()
705 builder->blob_size_bytes = total_bytes_required; in cs_dsp_create_mock_xm_header()
Dcs_dsp_test_control_parse.c675 local->xm_header->blob_size_bytes); in cs_dsp_get_ctl_test_multiple_wmfw()
995 local->xm_header->blob_size_bytes); in cs_dsp_ctl_parse_fw_name()
1142 local->xm_header->blob_size_bytes); in cs_dsp_ctl_fw_uniqueness()
1420 local->xm_header->blob_size_bytes); in cs_dsp_ctl_parse_test_common_init()
Dcs_dsp_test_bin_error.c448 local->xm_header->blob_size_bytes); in cs_dsp_bin_err_test_common_init()
Dcs_dsp_test_callbacks.c495 xm_header->blob_size_bytes); in cs_dsp_callbacks_test_common_init()
Dcs_dsp_test_wmfw_error.c67 local->xm_header->blob_size_bytes); in wmfw_load_with_unknown_blocks()
Dcs_dsp_test_control_rw.c131 local->xm_header->blob_size_bytes); in _create_dummy_wmfw()
Dcs_dsp_test_control_cache.c135 local->xm_header->blob_size_bytes); in _create_dummy_wmfw()
/linux-6.14.4/include/linux/firmware/cirrus/
Dcs_dsp_test_utils.h77 size_t blob_size_bytes; member