Searched refs:ncoeff (Results 1 – 6 of 6) sorted by relevance
632 alg_data->ncoeff = cpu_to_le32(le32_to_cpu(alg_data->ncoeff) + 1); in wmfw_v1_coeff_count_exceeds_block()638 alg_data->ncoeff = cpu_to_le32(0xffffffff); in wmfw_v1_coeff_count_exceeds_block()643 alg_data->ncoeff = cpu_to_le32(0x7fffffff); in wmfw_v1_coeff_count_exceeds_block()648 alg_data->ncoeff = cpu_to_le32(0x80000000); in wmfw_v1_coeff_count_exceeds_block()662 __le32 *alg_data, *ncoeff; in wmfw_v2_coeff_count_exceeds_block() local686 ncoeff = (__force __le32 *)&alg_data[3]; in wmfw_v2_coeff_count_exceeds_block()687 KUNIT_ASSERT_EQ(test, le32_to_cpu(*ncoeff), 1); in wmfw_v2_coeff_count_exceeds_block()690 *ncoeff = cpu_to_le32(2); in wmfw_v2_coeff_count_exceeds_block()696 *ncoeff = cpu_to_le32(0xffffffff); in wmfw_v2_coeff_count_exceeds_block()701 *ncoeff = cpu_to_le32(0x7fffffff); in wmfw_v2_coeff_count_exceeds_block()[all …]
374 v1->ncoeff = cpu_to_le32(builder->num_coeffs); in cs_dsp_mock_wmfw_end_alg_info_block()
2212 const s16 *ncoeff; in dib8000_small_fine_tune() local2227 ncoeff = coeff_2k_sb_1seg_dqpsk; in dib8000_small_fine_tune()2229 ncoeff = coeff_2k_sb_1seg; in dib8000_small_fine_tune()2235 ncoeff = coeff_2k_sb_3seg_0dqpsk; in dib8000_small_fine_tune()2240 ncoeff = coeff_2k_sb_3seg; in dib8000_small_fine_tune()2247 ncoeff = coeff_4k_sb_1seg_dqpsk; in dib8000_small_fine_tune()2249 ncoeff = coeff_4k_sb_1seg; in dib8000_small_fine_tune()2260 ncoeff = coeff_4k_sb_3seg; in dib8000_small_fine_tune()2269 ncoeff = coeff_8k_sb_1seg_dqpsk; in dib8000_small_fine_tune()2271 ncoeff = coeff_8k_sb_1seg; in dib8000_small_fine_tune()[all …]
576 unsigned int i, ncoeff, oldindex; in print_proc_caps() local578 ncoeff = (proc_caps & AC_PCAP_NUM_COEF) >> AC_PCAP_NUM_COEF_SHIFT; in print_proc_caps()580 proc_caps & AC_PCAP_BENIGN, ncoeff); in print_proc_caps()588 for (i = 0; i < ncoeff; i++) { in print_proc_caps()
138 __le32 ncoeff; member
1107 int ncoeff; member1196 blk->ncoeff = le32_to_cpu(raw->ncoeff); in cs_dsp_coeff_parse_alg()1220 if (sizeof(raw->ncoeff) > (data_len - pos)) in cs_dsp_coeff_parse_alg()1223 blk->ncoeff = cs_dsp_coeff_parse_int(sizeof(raw->ncoeff), &tmp); in cs_dsp_coeff_parse_alg()1224 pos += sizeof(raw->ncoeff); in cs_dsp_coeff_parse_alg()1228 if ((int)blk->ncoeff < 0) in cs_dsp_coeff_parse_alg()1233 cs_dsp_dbg(dsp, "# of coefficient descriptors: %#x\n", blk->ncoeff); in cs_dsp_coeff_parse_alg()1344 for (i = 0; i < alg_blk.ncoeff; i++) { in cs_dsp_parse_coeff()