Home
last modified time | relevance | path

Searched refs:p_FmPcdPrs (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c93 t_FmPcdPrs *p_FmPcdPrs; in PrsConfig() local
100 if (!p_FmPcdPrs) in PrsConfig()
105 memset(p_FmPcdPrs, 0, sizeof(t_FmPcdPrs)); in PrsConfig()
119 return p_FmPcdPrs; in PrsConfig()
225 p_FmPcd->p_FmPcdPrs->fmPcdPrsPortIdStatistics); in PrsIncludePortInStatistics()
315 for (i=0; i<p_FmPcd->p_FmPcdPrs->currLabel; i++) in FmPcdGetSwPrsOffset()
317 p_Label = &p_FmPcd->p_FmPcdPrs->labelsTable[i]; in FmPcdGetSwPrsOffset()
365 if(p_FmPcd->p_FmPcdPrs->p_CurrSwPrs > p_FmPcd->p_FmPcdPrs->p_SwPrsCode + p_SwPrs->base*2/4) in FM_PCD_PrsLoadSw()
369 p_FmPcd->p_FmPcdPrs->currLabel = 0; in FM_PCD_PrsLoadSw()
384 memcpy(&p_FmPcd->p_FmPcdPrs->labelsTable[p_FmPcd->p_FmPcdPrs->currLabel], in FM_PCD_PrsLoadSw()
[all …]
H A Dfm_pcd.c867 if (!p_FmPcd->p_FmPcdPrs) in FM_PCD_Config()
974 if (p_FmPcd->p_FmPcdPrs) in FM_PCD_Init()
1053 if (p_FmPcd->p_FmPcdPrs) in FM_PCD_Free()
1057 XX_Free(p_FmPcd->p_FmPcdPrs); in FM_PCD_Free()
1058 p_FmPcd->p_FmPcdPrs = NULL; in FM_PCD_Free()
1166 if (p_FmPcd->p_FmPcdPrs) in FM_PCD_Enable()
1225 if (p_FmPcd->p_FmPcdPrs) in FM_PCD_Disable()
1653 if (!p_FmPcd->p_FmPcdPrs) in FM_PCD_GetCounter()
1792 if (!p_FmPcd->p_FmPcdPrs) in FM_PCD_SetException()
1907 if (!p_FmPcd->p_FmPcdPrs) in FM_PCD_ForceIntr()
[all …]
H A Dfm_pcd.h359 t_FmPcdPrs *p_FmPcdPrs; member