Home
last modified time | relevance | path

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

/src/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_replic.c72 lastMemberIndex = p_ReplicGroup->numOfEntries; in GetMemberPosition()
74 lastMemberIndex = p_ReplicGroup->numOfEntries-1; in GetMemberPosition()
124 if (!p_ReplicGroupParam->numOfEntries) in CheckParams()
128 if (p_ReplicGroupParam->maxNumOfEntries < p_ReplicGroupParam->numOfEntries) in CheckParams()
131 for (i=0; i<p_ReplicGroupParam->numOfEntries; i++) in CheckParams()
167 p_ReplicGroup->numOfEntries++; in AddMemberToList()
173 ASSERT_COND(p_ReplicGroup->numOfEntries); in RemoveMemberFromList()
175 p_ReplicGroup->numOfEntries--; in RemoveMemberFromList()
551 if (p_ReplicGroup->numOfEntries) in DeleteGroup()
553 j = p_ReplicGroup->numOfEntries-1; in DeleteGroup()
[all …]
H A Dfm_replic.h92 uint8_t numOfEntries; /**< actual number of members in the group */ member
H A Dfm_cc.c415 t_Handle h_AdTmp, uint16_t numOfEntries, t_Handle h_Tree) in SetRequiredAction1() argument
427 for (i = 0; i < numOfEntries; i++) in SetRequiredAction1()
581 t_Handle h_AdTmp, uint16_t numOfEntries, t_Handle h_Tree) in SetRequiredAction() argument
585 numOfEntries, h_Tree); in SetRequiredAction()
590 numOfEntries, h_Tree); in SetRequiredAction()
819 ((t_FmPcdCcTree *)(p_AdditionalParams->h_CurrentNode))->numOfEntries; in ReleaseModifiedDataStructure()
1077 uint16_t numOfEntries, t_Handle h_Ad, bool validate, uint16_t level, in CcUpdateParam() argument
1106 if (numOfEntries) in CcUpdateParam()
1108 for (i = 0; i < numOfEntries; i++) in CcUpdateParam()
2355 p_CcTree->numOfEntries, in CcUpdateParams()
[all …]
H A Dfm_cc.h382 uint8_t numOfEntries; member
H A Dfm_manip.c2049 uint32_t waySize, numOfSets, numOfEntries; in CreateReassTable() local
2129 numOfEntries = (uint32_t)(p_Manip->reassmParams.maxNumFramesInProcess * 2); in CreateReassTable()
2132 numOfSets = numOfEntries / numOfWays; in CreateReassTable()
/src/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h839 t_Error FM_ConfigDmaCamNumOfEntries(t_Handle h_Fm, uint8_t numOfEntries);
H A Dfm_pcd_ext.h2900 uint8_t numOfEntries; /**< Number of members in the group; member
/src/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c3907 t_Error FM_ConfigDmaCamNumOfEntries(t_Handle h_Fm, uint8_t numOfEntries) in FM_ConfigDmaCamNumOfEntries() argument
3915 p_Fm->p_FmDriverParam->dma_cam_num_of_entries = numOfEntries; in FM_ConfigDmaCamNumOfEntries()