Searched refs:dsp_cfg (Results 1 – 2 of 2) sorted by relevance
501 if (aw_dev->dsp_cfg == AW88395_DEV_DSP_BYPASS) { in aw_dev_dsp_check_crc32()942 static void aw_dev_get_dsp_config(struct aw_device *aw_dev, unsigned char *dsp_cfg) in aw_dev_get_dsp_config() argument953 *dsp_cfg = AW88395_DEV_DSP_BYPASS; in aw_dev_get_dsp_config()955 *dsp_cfg = AW88395_DEV_DSP_WORK; in aw_dev_get_dsp_config()1069 aw_dev_get_dsp_config(aw_dev, &aw_dev->dsp_cfg); in aw_dev_update_reg_container()1328 if (aw_dev->dsp_cfg == AW88395_DEV_DSP_WORK) in aw88395_dev_fw_update()1374 switch (aw_dev->dsp_cfg) { in aw_dev_dsp_check()1392 dev_err(aw_dev->dev, "unknown dsp cfg=%d", aw_dev->dsp_cfg); in aw_dev_dsp_check()1444 if (aw_dev->dsp_cfg == AW88395_DEV_DSP_WORK) { in aw88395_dev_start()1498 struct aw_sec_data_desc *dsp_cfg = in aw88395_dev_stop() local[all …]
155 unsigned char dsp_cfg; member