Searched refs:prof_default_section_idx (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa2_container.c | 870 int prof_clockdep_idx, prof_default_section_idx; in tfa2_cnt_write_profile() local 889 …cnt_get_clockdep_idx(tfa, prof->list, prof->length, &prof_clockdep_idx, &prof_default_section_idx); in tfa2_cnt_write_profile() 937 for (i = prof_clockdep_idx; i < prof_default_section_idx; i++) in tfa2_cnt_write_profile() 953 int prof_clockdep_idx, prof_default_section_idx; in tfa2_cnt_write_transient_profile() local 962 …cnt_get_clockdep_idx(tfa, prof->list, prof->length, &prof_clockdep_idx, &prof_default_section_idx); in tfa2_cnt_write_transient_profile() 967 for (i = 0; i < prof_default_section_idx; i++) in tfa2_cnt_write_transient_profile()
|