Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_device.c174 struct aw_sec_data_desc *crc_dsp_cfg = &aw_dev->crc_dsp_cfg; in aw_dev_set_dsp_crc32() local
179 if (crc_data_len > crc_dsp_cfg->len) { in aw_dev_set_dsp_crc32()
181 crc_data_len, crc_dsp_cfg->len); in aw_dev_set_dsp_crc32()
190 crc_value = aw_dev_calc_dsp_cfg_crc32(crc_dsp_cfg->data, crc_data_len); in aw_dev_set_dsp_crc32()
438 struct aw_sec_data_desc *crc_dsp_cfg = &aw_dev->crc_dsp_cfg; in aw_dev_modify_dsp_cfg() local
457 if (addr_offset > crc_dsp_cfg->len) { in aw_dev_modify_dsp_cfg()
459 addr_offset, crc_dsp_cfg->len); in aw_dev_modify_dsp_cfg()
463 memcpy(crc_dsp_cfg->data + addr_offset, temp_data, len); in aw_dev_modify_dsp_cfg()
1049 struct aw_sec_data_desc *crc_dsp_cfg = &aw_dev->crc_dsp_cfg; in aw_dev_copy_to_crc_dsp_cfg() local
1052 if (crc_dsp_cfg->data == NULL) { in aw_dev_copy_to_crc_dsp_cfg()
[all …]
H A Daw_device.h448 struct aw_sec_data_desc crc_dsp_cfg; member