Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c666 uint16_t mtp_f0; in tfa2_hap_calibrate() local
679 mtp_f0 = tfa2_dev_mtp_get(tfa, TFA_MTP_F0); in tfa2_hap_calibrate()
681 dev_dbg(&tfa->i2c->dev, "Current MTP F0:%d\n", mtp_f0); in tfa2_hap_calibrate()
684 if (mtp_f0) in tfa2_hap_calibrate()
783 mtp_f0 = (f0 - 80) * 2; in tfa2_hap_calibrate()
784 dev_dbg(&tfa->i2c->dev, "MTPF0 = %d (0x%x)\n", mtp_f0 / 2 + 80, mtp_f0); in tfa2_hap_calibrate()
789 rc = tfa2_dev_mtp_set(tfa, TFA_MTP_F0, mtp_f0); in tfa2_hap_calibrate()