Searched refs:dsp_re (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/ |
| H A D | aw_calib.c | 362 uint32_t dsp_re = 0; in aw_cali_svc_get_dev_realtime_re() local 372 ret = aw_dev->ops.aw_dsp_read(aw_dev, re_desc->dsp_reg, &dsp_re, re_desc->data_type); in aw_cali_svc_get_dev_realtime_re() 384 re_cacl = dsp_re - ra; in aw_cali_svc_get_dev_realtime_re() 421 uint32_t dsp_re = 0; in aw_cali_svc_get_dev_re() local 424 ret = aw_dev->ops.aw_dsp_read(aw_dev, desc->dsp_reg, &dsp_re, desc->data_type); in aw_cali_svc_get_dev_re() 430 show_re = AW_DSP_RE_TO_SHOW_RE(dsp_re, in aw_cali_svc_get_dev_re() 761 uint32_t dsp_re; in aw_cali_svc_get_smooth_cali_re() local 772 dsp_re = aw_cali_svc_del_max_min_ave_algo(re_temp, in aw_cali_svc_get_smooth_cali_re() 784 if (dsp_re < aw_dev->re_range.re_min || dsp_re > aw_dev->re_range.re_max) { in aw_cali_svc_get_smooth_cali_re() 786 "out range re value: [%d]mohm", dsp_re); in aw_cali_svc_get_smooth_cali_re() [all …]
|
| H A D | aw883xx.c | 2372 static DEVICE_ATTR(dsp_re, S_IRUGO,
|