Searched refs:slot0UsedChannel (Results 1 – 1 of 1) sorted by relevance
75 uint32_t *slot0UsedChannel,240 uint32_t *slot0UsedChannel, in ASRC_GetAvailableContextSlot() argument251 *slot0UsedChannel = ASRC_GET_SLOT0_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()549 else if (slot0UsedChannel != 0U) in ASRC_SetSlotConfig()552 … availableChannel = ASRC_SUPPORT_CONTEXT_PROCESSOR_MAXIMUM_CHANNEL_NUMBER - slot0UsedChannel; in ASRC_SetSlotConfig()