Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_init.c434 aw_pa->vcalb_desc.vcalb_dsp_reg = AW_PID_2049_DSP_REG_VCALB; in aw883xx_dev_init()
435 aw_pa->vcalb_desc.data_type = AW_DSP_16_DATA; in aw883xx_dev_init()
436 aw_pa->vcalb_desc.vcal_factor = AW_PID_2049_VCAL_FACTOR; in aw883xx_dev_init()
437 aw_pa->vcalb_desc.cabl_base_value = AW_PID_2049_CABL_BASE_VALUE; in aw883xx_dev_init()
438 aw_pa->vcalb_desc.vscal_factor = AW_PID_2049_VSCAL_FACTOR; in aw883xx_dev_init()
439 aw_pa->vcalb_desc.iscal_factor = AW_PID_2049_ISCAL_FACTOR; in aw883xx_dev_init()
441 aw_pa->vcalb_desc.vcalb_adj_shift = AW_PID_2049_VCALB_ADJ_FACTOR; in aw883xx_dev_init()
443 aw_pa->vcalb_desc.icalk_value_factor = AW_PID_2049_ICABLK_FACTOR; in aw883xx_dev_init()
444 aw_pa->vcalb_desc.icalk_reg = AW_PID_2049_EFRM2_REG; in aw883xx_dev_init()
445 aw_pa->vcalb_desc.icalk_reg_mask = AW_PID_2049_EF_ISN_GESLP_MASK; in aw883xx_dev_init()
[all …]
H A Daw_device.c366 struct aw_vcalb_desc *desc = &aw_dev->vcalb_desc; in aw_dev_get_icalk()
389 struct aw_vcalb_desc *desc = &aw_dev->vcalb_desc; in aw_dev_get_vcalk()
414 struct aw_vcalb_desc *desc = &aw_dev->vcalb_desc; in aw_dev_get_vcalk_dac()
470 struct aw_vcalb_desc *desc = &aw_dev->vcalb_desc; in aw_dev_vsense_select()
500 struct aw_vcalb_desc *desc = &aw_dev->vcalb_desc; in aw_dev_set_vcalb()
546 vcalb = vcalb >> aw_dev->vcalb_desc.vcalb_adj_shift; in aw_dev_set_vcalb()
H A Daw_device.h453 struct aw_vcalb_desc vcalb_desc; member