Home
last modified time | relevance | path

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

/drivers/firmware/cirrus/test/
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 …]
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()
851 def.length_bytes), in cs_dsp_ctl_cache_init_multiple_offsets()
891 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_not_started()
952 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_stopped()
1018 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_powered_down()
[all …]
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 …]
A Dcs_dsp_mock_wmfw.c291 v1->len = cpu_to_le32(def->length_bytes); in cs_dsp_mock_wmfw_add_coeff_desc()
348 *ple32 = cpu_to_le32(def->length_bytes); in cs_dsp_mock_wmfw_add_coeff_desc()
A Dcs_dsp_test_callbacks.c63 .length_bytes = 4,
A Dcs_dsp_test_wmfw_error.c49 .length_bytes = 4,
/drivers/gpu/drm/amd/amdgpu/
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()
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()
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()
A Dsi.c1321 u8 *bios, u32 length_bytes) in si_read_bios_from_rom() argument
1328 if (length_bytes == 0) in si_read_bios_from_rom()
1335 length_dw = ALIGN(length_bytes, 4) / 4; in si_read_bios_from_rom()
A Damdgpu.h421 u8 *bios, u32 length_bytes);
659 u8 *bios, u32 length_bytes);

Completed in 49 milliseconds