Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c42 obj = (struct haptic_tone_object *)&data->object_table1_cache[idx][0]; in get_obj_cache_ptr()
646 tfa2_i2c_read_cf_mem32(tfa->i2c, FW_XMEM_GENOBJECTS1, (int *)tfa->hap_data.object_table1_cache, in tfa2_dev_start_hapticboost()
915 memcpy(&seq->object_table1_cache_save, &tfa->hap_data.object_table1_cache, in tfa2_hap_save_haptic_cache()
916 sizeof(tfa->hap_data.object_table1_cache)); in tfa2_hap_save_haptic_cache()
923 if (memcmp(&tfa->hap_data.object_table1_cache, &seq->object_table1_cache_save, in tfa2_hap_test_restore_haptic_cache()
924 sizeof(tfa->hap_data.object_table1_cache))) in tfa2_hap_test_restore_haptic_cache()
926 memcpy(&tfa->hap_data.object_table1_cache, &seq->object_table1_cache_save, in tfa2_hap_test_restore_haptic_cache()
927 sizeof(tfa->hap_data.object_table1_cache)); in tfa2_hap_test_restore_haptic_cache()
928 …fa2_i2c_write_cf_mem32(tfa->i2c, FW_XMEM_GENOBJECTS1, (int32_t *)tfa->hap_data.object_table1_cache, in tfa2_hap_test_restore_haptic_cache()
Dtfa2_dev.h230 int object_table1_cache[FW_XMEM_NR_OBJECTS1][FW_XMEM_OBJECTSIZE]; member