Searched refs:object_table2_cache (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
D | tfa2_haptic.c | 40 obj = (struct haptic_tone_object *)&data->object_table2_cache[idx - FW_XMEM_NR_OBJECTS1][0]; in get_obj_cache_ptr() 648 tfa2_i2c_read_cf_mem32(tfa->i2c, FW_XMEM_GENOBJECTS2, (int *)tfa->hap_data.object_table2_cache, in tfa2_dev_start_hapticboost() 917 memcpy(&seq->object_table2_cache_save, &tfa->hap_data.object_table2_cache, in tfa2_hap_save_haptic_cache() 918 sizeof(tfa->hap_data.object_table2_cache)); in tfa2_hap_save_haptic_cache() 932 if (memcmp(&tfa->hap_data.object_table2_cache, &seq->object_table2_cache_save, in tfa2_hap_test_restore_haptic_cache() 933 sizeof(tfa->hap_data.object_table2_cache))) in tfa2_hap_test_restore_haptic_cache() 935 memcpy(&tfa->hap_data.object_table2_cache, &seq->object_table2_cache_save, in tfa2_hap_test_restore_haptic_cache() 936 sizeof(tfa->hap_data.object_table2_cache)); in tfa2_hap_test_restore_haptic_cache() 937 …fa2_i2c_write_cf_mem32(tfa->i2c, FW_XMEM_GENOBJECTS2, (int32_t *)tfa->hap_data.object_table2_cache, in tfa2_hap_test_restore_haptic_cache()
|
D | tfa2_dev.h | 231 int object_table2_cache[FW_XMEM_NR_OBJECTS2][FW_XMEM_OBJECTSIZE]; member
|