Searched refs:p_FmPcdSp (Results 1 – 1 of 1) sorted by relevance
2922 t_FmSp *p_FmPcdSp; in FmVSPCheckRelativeProfile() local2935 p_FmPcdSp = p_Fm->p_FmSp; in FmVSPCheckRelativeProfile()2936 ASSERT_COND(p_FmPcdSp); in FmVSPCheckRelativeProfile()2938 if (!p_FmPcdSp->portsMapping[swPortIndex].numOfProfiles) in FmVSPCheckRelativeProfile()2940 if (relativeProfile >= p_FmPcdSp->portsMapping[swPortIndex].numOfProfiles) in FmVSPCheckRelativeProfile()2953 t_FmSp *p_FmPcdSp; in FmVSPGetAbsoluteProfileId() local2971 p_FmPcdSp = p_Fm->p_FmSp; in FmVSPGetAbsoluteProfileId()2972 ASSERT_COND(p_FmPcdSp); in FmVSPGetAbsoluteProfileId()2974 *p_AbsoluteId = (uint16_t)(p_FmPcdSp->portsMapping[swPortIndex].profilesBase + relativeProfile); in FmVSPGetAbsoluteProfileId()