Searched refs:slot1UsedChannel (Results 1 – 1 of 1) sorted by relevance
76 uint32_t *slot1UsedChannel);241 uint32_t *slot1UsedChannel) in ASRC_GetAvailableContextSlot() argument260 *slot1UsedChannel = ASRC_GET_SLOT1_CHANNEL_NUMBER(contextProcessor); in ASRC_GetAvailableContextSlot()525 uint32_t slot0UsedChannel = 0U, slot1UsedChannel = 0U; in ASRC_SetSlotConfig() local534 ASRC_GetAvailableContextSlot(base, i, &slot0UsedChannel, &slot1UsedChannel); in ASRC_SetSlotConfig()537 if ((slot0UsedChannel != 0U) && ((slot1UsedChannel != 0U))) in ASRC_SetSlotConfig()542 if ((slot0UsedChannel == 0U) && (slot1UsedChannel == 0U)) in ASRC_SetSlotConfig()559 … availableChannel = ASRC_SUPPORT_CONTEXT_PROCESSOR_MAXIMUM_CHANNEL_NUMBER - slot1UsedChannel; in ASRC_SetSlotConfig()