Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_init.c576 aw_pa->dsp_crc_desc.dsp_reg = AW_PID_2049_DSP_REG_CRC_ADDR; in aw883xx_dev_init()
577 aw_pa->dsp_crc_desc.data_type = AW_DSP_32_DATA; in aw883xx_dev_init()
579 aw_pa->dsp_crc_desc.ctl_reg = AW_PID_2049_HAGCCFG7_REG; in aw883xx_dev_init()
580 aw_pa->dsp_crc_desc.ctl_mask = AW_PID_2049_AGC_DSP_CTL_MASK; in aw883xx_dev_init()
581 aw_pa->dsp_crc_desc.ctl_enable = AW_PID_2049_AGC_DSP_CTL_ENABLE_VALUE; in aw883xx_dev_init()
582 aw_pa->dsp_crc_desc.ctl_disable = AW_PID_2049_AGC_DSP_CTL_DISABLE_VALUE; in aw883xx_dev_init()
H A Daw_device.c175 struct aw_dsp_crc_desc *desc = &aw_dev->dsp_crc_desc; in aw_dev_set_dsp_crc32()
205 struct aw_dsp_crc_desc *dsp_crc_desc = &aw_dev->dsp_crc_desc; in aw_dev_dsp_crc_check_enable() local
210 ret = aw_dev->ops.aw_reg_write_bits(aw_dev, dsp_crc_desc->ctl_reg, in aw_dev_dsp_crc_check_enable()
211 dsp_crc_desc->ctl_mask, dsp_crc_desc->ctl_enable); in aw_dev_dsp_crc_check_enable()
217 ret = aw_dev->ops.aw_reg_write_bits(aw_dev, dsp_crc_desc->ctl_reg, in aw_dev_dsp_crc_check_enable()
218 dsp_crc_desc->ctl_mask, dsp_crc_desc->ctl_disable); in aw_dev_dsp_crc_check_enable()
937 if (reg_addr == aw_dev->dsp_crc_desc.ctl_reg) { in aw_dev_reg_container_update()
938 reg_val &= aw_dev->dsp_crc_desc.ctl_mask; in aw_dev_reg_container_update()
H A Daw_device.h479 struct aw_dsp_crc_desc dsp_crc_desc; member