Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/fsl/
Dfsl_easrc.c713 int st1_mem_alloc = 0, st2_mem_alloc = 0; in fsl_easrc_max_ch_for_slot() local
727 st2_mem_alloc = ctx_priv->st2_num_taps; in fsl_easrc_max_ch_for_slot()
729 pf_mem_alloc = st1_mem_alloc + st2_mem_alloc; in fsl_easrc_max_ch_for_slot()
751 int st1_chanxexp, st1_mem_alloc = 0, st2_mem_alloc; in fsl_easrc_config_one_slot() local
827 st2_mem_alloc = slot->num_channel * ctx_priv->st2_num_taps; in fsl_easrc_config_one_slot()
828 slot->pf_mem_used += st2_mem_alloc; in fsl_easrc_config_one_slot()
831 EASRC_DPCS0R3_ST2_MA(st2_mem_alloc)); in fsl_easrc_config_one_slot()
834 addr = PREFILTER_MEM_LEN - st1_mem_alloc - st2_mem_alloc; in fsl_easrc_config_one_slot()