Home
last modified time | relevance | path

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

/linux-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_control_cache.c151 unsigned int reg, alg_base_words, alg_size_bytes; in cs_dsp_ctl_v2_cache_alloc() local
160 alg_size_bytes = cs_dsp_ctl_cache_test_algs[0].ym_size_words * in cs_dsp_ctl_v2_cache_alloc()
162 reg_vals = kunit_kzalloc(test, alg_size_bytes, GFP_KERNEL); in cs_dsp_ctl_v2_cache_alloc()
166 regmap_raw_write(dsp->regmap, reg, reg_vals, alg_size_bytes); in cs_dsp_ctl_v2_cache_alloc()