Searched refs:p_FmPcdParams (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c91 t_Handle PrsConfig(t_FmPcd *p_FmPcd,t_FmPcdParams *p_FmPcdParams) argument
97 UNUSED(p_FmPcdParams);
110 baseAddr = FmGetPcdPrsBaseAddr(p_FmPcdParams->h_Fm);
H A Dfm_pcd.c786 t_Handle FM_PCD_Config(t_FmPcdParams *p_FmPcdParams) argument
792 SANITY_CHECK_RETURN_VALUE(p_FmPcdParams, E_INVALID_HANDLE,NULL);
811 p_FmPcd->h_Fm = p_FmPcdParams->h_Fm;
816 FmGetPhysicalMuramBase(p_FmPcdParams->h_Fm, &physicalMuramBase);
823 if (p_FmPcdParams->useHostCommand)
830 memcpy((uint8_t*)&hcParams.params, (uint8_t*)&p_FmPcdParams->hc, sizeof(t_FmPcdHcParams));
842 if (p_FmPcdParams->kgSupport)
844 p_FmPcd->p_FmPcdKg = (t_FmPcdKg *)KgConfig(p_FmPcd, p_FmPcdParams);
853 if (p_FmPcdParams->plcrSupport)
855 p_FmPcd->p_FmPcdPlcr = (t_FmPcdPlcr *)PlcrConfig(p_FmPcd, p_FmPcdParams);
[all...]
H A Dfm_pcd.h404 t_Handle KgConfig( t_FmPcd *p_FmPcd, t_FmPcdParams *p_FmPcdParams);
423 t_Handle PlcrConfig(t_FmPcd *p_FmPcd, t_FmPcdParams *p_FmPcdParams);
436 t_Handle PrsConfig(t_FmPcd *p_FmPcd,t_FmPcdParams *p_FmPcdParams);
H A Dfm_plcr.c675 t_Handle PlcrConfig(t_FmPcd *p_FmPcd, t_FmPcdParams *p_FmPcdParams) argument
681 UNUSED(p_FmPcdParams);
692 p_FmPcdPlcr->p_FmPcdPlcrRegs = (t_FmPcdPlcrRegs *)UINT_TO_PTR(FmGetPcdPlcrBaseAddr(p_FmPcdParams->h_Fm));
699 p_FmPcdPlcr->partPlcrProfilesBase = p_FmPcdParams->partPlcrProfilesBase;
700 p_FmPcdPlcr->partNumOfPlcrProfiles = p_FmPcdParams->partNumOfPlcrProfiles;
H A Dfm_kg.c2360 t_Handle KgConfig( t_FmPcd *p_FmPcd, t_FmPcdParams *p_FmPcdParams) argument
2366 if (p_FmPcdParams->numOfSchemes > FM_PCD_KG_NUM_OF_SCHEMES)
2384 p_FmPcdKg->p_FmPcdKgRegs = (struct fman_kg_regs *)UINT_TO_PTR(FmGetPcdKgBaseAddr(p_FmPcdParams->h_Fm));
2389 p_FmPcdKg->numOfSchemes = p_FmPcdParams->numOfSchemes;
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h260 @Param[in] p_FmPcdParams A structure of parameters for the initialization of PCD.
264 t_Handle FM_PCD_Config(t_FmPcdParams *p_FmPcdParams);

Completed in 202 milliseconds