Home
last modified time | relevance | path

Searched refs:p_FmPcdPlcr (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c113 for (i=0;i<p_FmPcd->p_FmPcdPlcr->numOfSharedProfiles;i++) in IsProfileShared()
114 if (p_FmPcd->p_FmPcdPlcr->sharedProfilesIds[i] == absoluteProfileId) in IsProfileShared()
326 t_FmPcdPlcrRegs *p_FmPcdPlcrRegs = p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs; in WritePar()
546 intFlags = PlcrSwLock(p_FmPcd->p_FmPcdPlcr); in AllocSharedProfiles()
550 if (!p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.allocated) in AllocSharedProfiles()
561 PlcrSwUnlock(p_FmPcd->p_FmPcdPlcr, intFlags); in AllocSharedProfiles()
567 p_FmPcd->p_FmPcdPlcr->profiles[profilesIds[i]].profilesMng.allocated = TRUE; in AllocSharedProfiles()
568 p_FmPcd->p_FmPcdPlcr->profiles[profilesIds[i]].profilesMng.ownerId = 0; in AllocSharedProfiles()
570 PlcrSwUnlock(p_FmPcd->p_FmPcdPlcr, intFlags); in AllocSharedProfiles()
585 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->profiles[profilesIds[i]].profilesMng.allocated); in FreeSharedProfiles()
[all …]
H A Dfm_pcd.c70 if (p_FmPcd->p_FmPcdPlcr && !p_FmPcd->p_FmPcdPlcr->p_FmPcdPlcrRegs) in CheckFmPcdParameters()
76 if ((!p_FmPcd->f_FmPcdIndexedException) && (p_FmPcd->p_FmPcdPlcr || p_FmPcd->p_FmPcdKg)) in CheckFmPcdParameters()
622 p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].h_FmPort = h_FmPort; in FmPcdPortRegister()
855 p_FmPcd->p_FmPcdPlcr = (t_FmPcdPlcr *)PlcrConfig(p_FmPcd, p_FmPcdParams); in FM_PCD_Config()
856 if (!p_FmPcd->p_FmPcdPlcr) in FM_PCD_Config()
967 if (p_FmPcd->p_FmPcdPlcr) in FM_PCD_Init()
1046 if (p_FmPcd->p_FmPcdPlcr) in FM_PCD_Free()
1049 XX_Free(p_FmPcd->p_FmPcdPlcr); in FM_PCD_Free()
1050 p_FmPcd->p_FmPcdPlcr = NULL; in FM_PCD_Free()
1163 if (p_FmPcd->p_FmPcdPlcr) in FM_PCD_Enable()
[all …]
H A Dfm_pcd.h358 t_FmPcdPlcr *p_FmPcdPlcr; member
H A Dfm_kg.c2071 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].h_FmPort); in FmPcdKgBuildBindPortToSchemes()
2072 …if (p_Scheme->relativeProfileId+j >= p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].numOfProfiles) in FmPcdKgBuildBindPortToSchemes()
2074 …if (!FmPcdPlcrIsProfileValid(p_FmPcd, (uint16_t)(p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].p… in FmPcdKgBuildBindPortToSchemes()