Searched refs:f0_desc (Results 1 – 3 of 3) sorted by relevance
563 aw_pa->f0_desc.dsp_reg = AW_PID_2049_DSP_REG_RESULT_F0; in aw883xx_dev_init()564 aw_pa->f0_desc.shift = AW_PID_2049_DSP_F0_SHIFT; in aw883xx_dev_init()565 aw_pa->f0_desc.data_type = AW_DSP_16_DATA; in aw883xx_dev_init()
473 struct aw_f0_desc *f0_desc = &aw_dev->f0_desc; in aw_cali_svc_get_dev_f0() local478 f0_desc->dsp_reg, &dsp_val, f0_desc->data_type); in aw_cali_svc_get_dev_f0()484 *f0 = dsp_val >> f0_desc->shift; in aw_cali_svc_get_dev_f0()
470 struct aw_f0_desc f0_desc; member