Searched refs:crc_dsp_cfg (Results 1 – 2 of 2) sorted by relevance
174 struct aw_sec_data_desc *crc_dsp_cfg = &aw_dev->crc_dsp_cfg; in aw_dev_set_dsp_crc32() local179 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() local457 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() local1052 if (crc_dsp_cfg->data == NULL) { in aw_dev_copy_to_crc_dsp_cfg()[all …]
448 struct aw_sec_data_desc crc_dsp_cfg; member