Lines Matching refs:num_channel
715 int max_channels = 8 - slot->num_channel; in fsl_easrc_max_ch_for_slot()
768 slot->num_channel = *req_channels; in fsl_easrc_config_one_slot()
771 slot->num_channel = *avail_channel; in fsl_easrc_config_one_slot()
776 slot->max_channel = *start_channel + slot->num_channel - 1; in fsl_easrc_config_one_slot()
779 *start_channel += slot->num_channel; in fsl_easrc_config_one_slot()
791 EASRC_DPCS0R0_NUMCH(slot->num_channel - 1)); in fsl_easrc_config_one_slot()
800 (ctx_priv->st1_num_taps - 1) * slot->num_channel * in fsl_easrc_config_one_slot()
801 ctx_priv->st1_num_exp + slot->num_channel; in fsl_easrc_config_one_slot()
803 st1_mem_alloc = ctx_priv->st1_num_taps * slot->num_channel; in fsl_easrc_config_one_slot()
821 st1_chanxexp = slot->num_channel * (ctx_priv->st1_num_exp - 1); in fsl_easrc_config_one_slot()
827 st2_mem_alloc = slot->num_channel * ctx_priv->st2_num_taps; in fsl_easrc_config_one_slot()
933 easrc_priv->slot[i][0].num_channel = 0; in fsl_easrc_release_slot()
945 easrc_priv->slot[i][1].num_channel = 0; in fsl_easrc_release_slot()