Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c440 int recalc_obj = -1; in tfa2_hap_recalc() local
444 tfa2_i2c_read_cf_mem32(tfa->i2c, FW_XMEM_CMDOBJSEL0, &recalc_obj, 1, TFA2_CF_MEM_XMEM); in tfa2_hap_recalc()
447 recalc_obj = object; in tfa2_hap_recalc()
458 if (recalc_obj >= 0) in tfa2_hap_recalc()
461 tfa2_haptic_obj0_set(tfa->i2c, recalc_obj); in tfa2_hap_recalc()
462 dev_dbg(&tfa->i2c->dev, "recalculation startup object id: %d\n", recalc_obj); in tfa2_hap_recalc()
469 rc = tfa2_haptic_recalculate_wait(tfa, recalc_obj); in tfa2_hap_recalc()