Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c1079 static int cs_dsp_coeff_parse_int(int bytes, const u8 **pos) in cs_dsp_coeff_parse_int() function
1116 blk->id = cs_dsp_coeff_parse_int(sizeof(raw->id), data); in cs_dsp_coeff_parse_alg()
1120 blk->ncoeff = cs_dsp_coeff_parse_int(sizeof(raw->ncoeff), data); in cs_dsp_coeff_parse_alg()
1152 blk->offset = cs_dsp_coeff_parse_int(sizeof(raw->hdr.offset), &tmp); in cs_dsp_coeff_parse_coeff()
1153 blk->mem_type = cs_dsp_coeff_parse_int(sizeof(raw->hdr.type), &tmp); in cs_dsp_coeff_parse_coeff()
1154 length = cs_dsp_coeff_parse_int(sizeof(raw->hdr.size), &tmp); in cs_dsp_coeff_parse_coeff()
1159 blk->ctl_type = cs_dsp_coeff_parse_int(sizeof(raw->ctl_type), &tmp); in cs_dsp_coeff_parse_coeff()
1160 blk->flags = cs_dsp_coeff_parse_int(sizeof(raw->flags), &tmp); in cs_dsp_coeff_parse_coeff()
1161 blk->len = cs_dsp_coeff_parse_int(sizeof(raw->len), &tmp); in cs_dsp_coeff_parse_coeff()