Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c428 int rc, f0, f0mtp, fresout; in tfa2_hap_recalc() local
433 f0mtp = tfa2_dev_mtp_get(tfa, TFA_MTP_F0); /* raw */ in tfa2_hap_recalc()
434 f0 = f0mtp / 2 + 80; /* start at 80 */ in tfa2_hap_recalc()
435 dev_dbg(&tfa->i2c->dev, "%s:F0 MTP:%d, F0:%d\n", __func__, f0mtp, f0); in tfa2_hap_recalc()