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

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c557 t_Handle FM_PCD_Config(t_FmPcdParams *p_FmPcdParams) argument
563 SANITY_CHECK_RETURN_VALUE(p_FmPcdParams, E_INVALID_HANDLE,NULL);
582 p_FmPcd->h_Fm = p_FmPcdParams->h_Fm;
585 FmGetPhysicalMuramBase(p_FmPcdParams->h_Fm, &physicalMuramBase);
591 if (p_FmPcdParams->useHostCommand)
598 memcpy((uint8_t*)&hcParams.params, (uint8_t*)&p_FmPcdParams->hc, sizeof(t_FmPcdHcParams));
610 if(p_FmPcdParams->kgSupport)
612 p_FmPcd->p_FmPcdKg = (t_FmPcdKg *)KgConfig(p_FmPcd, p_FmPcdParams);
621 if(p_FmPcdParams->plcrSupport)
623 p_FmPcd->p_FmPcdPlcr = (t_FmPcdPlcr *)PlcrConfig(p_FmPcd, p_FmPcdParams);
[all...]
H A Dfm_pcd.h653 t_Handle KgConfig( t_FmPcd *p_FmPcd, t_FmPcdParams *p_FmPcdParams);
669 t_Handle PlcrConfig(t_FmPcd *p_FmPcd, t_FmPcdParams *p_FmPcdParams);
679 t_Handle PrsConfig(t_FmPcd *p_FmPcd,t_FmPcdParams *p_FmPcdParams);
686 t_Handle FmPcdCcConfig(t_Handle h_FmPcd, t_FmPcdParams *p_FmPcdParams);
H A Dfm_prs.c49 t_Handle PrsConfig(t_FmPcd *p_FmPcd,t_FmPcdParams *p_FmPcdParams) argument
55 UNUSED(p_FmPcdParams);
67 baseAddr = FmGetPcdPrsBaseAddr(p_FmPcdParams->h_Fm);
H A Dfm_plcr.c876 t_Handle PlcrConfig(t_FmPcd *p_FmPcd, t_FmPcdParams *p_FmPcdParams) argument
882 UNUSED(p_FmPcdParams);
893 p_FmPcdPlcr->p_FmPcdPlcrRegs = (t_FmPcdPlcrRegs *)UINT_TO_PTR(FmGetPcdPlcrBaseAddr(p_FmPcdParams->h_Fm));
H A Dfm_kg.c1618 t_Handle KgConfig( t_FmPcd *p_FmPcd, t_FmPcdParams *p_FmPcdParams) argument
1624 if (p_FmPcdParams->numOfSchemes > FM_PCD_KG_NUM_OF_SCHEMES)
1641 p_FmPcdKg->p_FmPcdKgRegs = (t_FmPcdKgRegs *)UINT_TO_PTR(FmGetPcdKgBaseAddr(p_FmPcdParams->h_Fm));
1645 p_FmPcdKg->numOfSchemes = p_FmPcdParams->numOfSchemes;
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h262 @Param[in] p_FmPcdParams A structure of parameters for the initialization of PCD.
266 t_Handle FM_PCD_Config(t_FmPcdParams *p_FmPcdParams);

Completed in 106 milliseconds