Searched refs:p_FmPcdParams (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_pcd.c | 786 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 D | fm_prs.c | 91 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 D | fm_pcd.h | 404 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 D | fm_plcr.c | 675 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 D | fm_kg.c | 2360 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 D | fm_pcd_ext.h | 264 t_Handle FM_PCD_Config(t_FmPcdParams *p_FmPcdParams);
|