Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c786 t_Handle FM_PCD_Config(t_FmPcdParams *p_FmPcdParams) in FM_PCD_Config() argument
792 SANITY_CHECK_RETURN_VALUE(p_FmPcdParams, E_INVALID_HANDLE,NULL); in FM_PCD_Config()
811 p_FmPcd->h_Fm = p_FmPcdParams->h_Fm; in FM_PCD_Config()
816 FmGetPhysicalMuramBase(p_FmPcdParams->h_Fm, &physicalMuramBase); in FM_PCD_Config()
823 if (p_FmPcdParams->useHostCommand) in FM_PCD_Config()
830 memcpy((uint8_t*)&hcParams.params, (uint8_t*)&p_FmPcdParams->hc, sizeof(t_FmPcdHcParams)); in FM_PCD_Config()
842 if (p_FmPcdParams->kgSupport) in FM_PCD_Config()
844 p_FmPcd->p_FmPcdKg = (t_FmPcdKg *)KgConfig(p_FmPcd, p_FmPcdParams); in FM_PCD_Config()
853 if (p_FmPcdParams->plcrSupport) in FM_PCD_Config()
855 p_FmPcd->p_FmPcdPlcr = (t_FmPcdPlcr *)PlcrConfig(p_FmPcd, p_FmPcdParams); in FM_PCD_Config()
[all …]
H A Dfm_prs.c91 t_Handle PrsConfig(t_FmPcd *p_FmPcd,t_FmPcdParams *p_FmPcdParams) in PrsConfig() argument
97 UNUSED(p_FmPcdParams); in PrsConfig()
110 baseAddr = FmGetPcdPrsBaseAddr(p_FmPcdParams->h_Fm); in PrsConfig()
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) in PlcrConfig() argument
681 UNUSED(p_FmPcdParams); in PlcrConfig()
692 …Plcr->p_FmPcdPlcrRegs = (t_FmPcdPlcrRegs *)UINT_TO_PTR(FmGetPcdPlcrBaseAddr(p_FmPcdParams->h_Fm)); in PlcrConfig()
699 p_FmPcdPlcr->partPlcrProfilesBase = p_FmPcdParams->partPlcrProfilesBase; in PlcrConfig()
700 p_FmPcdPlcr->partNumOfPlcrProfiles = p_FmPcdParams->partNumOfPlcrProfiles; in PlcrConfig()
H A Dfm_kg.c2360 t_Handle KgConfig( t_FmPcd *p_FmPcd, t_FmPcdParams *p_FmPcdParams) in KgConfig() argument
2366 if (p_FmPcdParams->numOfSchemes > FM_PCD_KG_NUM_OF_SCHEMES) in KgConfig()
2384 …cdKg->p_FmPcdKgRegs = (struct fman_kg_regs *)UINT_TO_PTR(FmGetPcdKgBaseAddr(p_FmPcdParams->h_Fm)); in KgConfig()
2389 p_FmPcdKg->numOfSchemes = p_FmPcdParams->numOfSchemes; in KgConfig()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h264 t_Handle FM_PCD_Config(t_FmPcdParams *p_FmPcdParams);