Home
last modified time | relevance | path

Searched refs:crc_dsp_cfg (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/codecs/aw88395/
H A Daw88395_device.c345 struct aw_sec_data_desc *crc_dsp_cfg = &aw_dev->crc_dsp_cfg; in aw_dev_modify_dsp_cfg() local
353 if (addr_offset > crc_dsp_cfg->len) { in aw_dev_modify_dsp_cfg()
354 dev_err(aw_dev->dev, "addr_offset[%d] > crc_dsp_cfg->len[%d]", in aw_dev_modify_dsp_cfg()
355 addr_offset, crc_dsp_cfg->len); in aw_dev_modify_dsp_cfg()
361 memcpy(crc_dsp_cfg->data + addr_offset, (u8 *)&data1, 2); in aw_dev_modify_dsp_cfg()
365 memcpy(crc_dsp_cfg->data + addr_offset, (u8 *)&data2, 4); in aw_dev_modify_dsp_cfg()
417 struct aw_sec_data_desc *crc_dsp_cfg = &aw_dev->crc_dsp_cfg; in aw_dev_dsp_set_crc32() local
422 if (crc_data_len > crc_dsp_cfg in aw_dev_dsp_set_crc32()
1182 struct aw_sec_data_desc *crc_dsp_cfg = &aw_dev->crc_dsp_cfg; aw_dev_copy_to_crc_dsp_cfg() local
[all...]
H A Daw88395_device.h166 struct aw_sec_data_desc crc_dsp_cfg; member

Completed in 3 milliseconds