Home
last modified time | relevance | path

Searched refs:length_bytes (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_control_rw.c86 .length_bytes = 4,
892 def.length_bytes = 48; in cs_dsp_ctl_read_with_seek()
959 def.length_bytes = 48; in cs_dsp_ctl_read_cache_with_seek()
1024 def.length_bytes = 48; in cs_dsp_ctl_read_truncated()
1094 def.length_bytes = 48; in cs_dsp_ctl_read_cache_truncated()
1162 def.length_bytes = 48; in cs_dsp_ctl_write_with_seek()
1240 def.length_bytes = 48; in cs_dsp_ctl_write_cache_with_seek()
1294 def.length_bytes), in cs_dsp_ctl_write_cache_with_seek()
1323 def.length_bytes = 48; in cs_dsp_ctl_write_truncated()
1403 def.length_bytes = 48; in cs_dsp_ctl_write_cache_truncated()
[all …]
H A Dcs_dsp_test_control_cache.c86 .length_bytes = 4,
176 for (def.length_bytes = 4; def.length_bytes <= 64; def.length_bytes += 4) { in cs_dsp_ctl_v2_cache_alloc()
229 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_init()
279 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_init_write_only()
638 def.length_bytes), in cs_dsp_ctl_cache_init_multiple_mems()
737 def.length_bytes), in cs_dsp_ctl_cache_init_multiple_algs()
779 def.length_bytes = 8; in cs_dsp_ctl_cache_init_multiple_offsets()
852 def.length_bytes), in cs_dsp_ctl_cache_init_multiple_offsets()
892 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_not_started()
953 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_stopped()
[all …]
H A Dcs_dsp_test_control_parse.c73 .length_bytes = 4,
131 KUNIT_EXPECT_EQ(test, ctl->len, def.length_bytes); in cs_dsp_ctl_parse_v1_name()
161 KUNIT_EXPECT_EQ(test, ctl->len, def.length_bytes); in cs_dsp_ctl_parse_empty_v1_name()
192 KUNIT_EXPECT_EQ(test, ctl->len, def.length_bytes); in cs_dsp_ctl_parse_max_v1_name()
219 KUNIT_EXPECT_EQ(test, ctl->len, def.length_bytes); in cs_dsp_ctl_parse_short_name()
250 KUNIT_EXPECT_EQ(test, ctl->len, def.length_bytes); in cs_dsp_ctl_parse_min_short_name()
282 KUNIT_EXPECT_EQ(test, ctl->len, def.length_bytes); in cs_dsp_ctl_parse_max_short_name()
314 KUNIT_EXPECT_EQ(test, ctl->len, def.length_bytes); in cs_dsp_ctl_parse_with_min_fullname()
347 KUNIT_EXPECT_EQ(test, ctl->len, def.length_bytes); in cs_dsp_ctl_parse_with_max_fullname()
379 KUNIT_EXPECT_EQ(test, ctl->len, def.length_bytes); in cs_dsp_ctl_parse_with_min_description()
[all …]
H A Dcs_dsp_mock_wmfw.c288 v1->len = cpu_to_le32(def->length_bytes); in cs_dsp_mock_wmfw_add_coeff_desc()
345 *ple32 = cpu_to_le32(def->length_bytes); in cs_dsp_mock_wmfw_add_coeff_desc()
H A Dcs_dsp_test_callbacks.c63 .length_bytes = 4,
H A Dcs_dsp_test_wmfw_error.c49 .length_bytes = 4,
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bios.c532 u8 *bios, u32 length_bytes) in amdgpu_soc15_read_bios_from_rom() argument
542 if (length_bytes == 0) in amdgpu_soc15_read_bios_from_rom()
553 length_dw = ALIGN(length_bytes, 4) / 4; in amdgpu_soc15_read_bios_from_rom()
H A Dcik.c1013 u8 *bios, u32 length_bytes) in cik_read_bios_from_rom() argument
1021 if (length_bytes == 0) in cik_read_bios_from_rom()
1028 length_dw = ALIGN(length_bytes, 4) / 4; in cik_read_bios_from_rom()
H A Dvi.c636 u8 *bios, u32 length_bytes) in vi_read_bios_from_rom() argument
644 if (length_bytes == 0) in vi_read_bios_from_rom()
651 length_dw = ALIGN(length_bytes, 4) / 4; in vi_read_bios_from_rom()
H A Dsi.c1307 u8 *bios, u32 length_bytes) in si_read_bios_from_rom() argument
1314 if (length_bytes == 0) in si_read_bios_from_rom()
1321 length_dw = ALIGN(length_bytes, 4) / 4; in si_read_bios_from_rom()
H A Damdgpu.h417 u8 *bios, u32 length_bytes);
602 u8 *bios, u32 length_bytes);
/linux-6.15/include/linux/firmware/cirrus/
H A Dcs_dsp_test_utils.h64 unsigned int length_bytes; member