Home
last modified time | relevance | path

Searched refs:p_Set (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_hc.h67 t_Error FmHcPcdKgSetClsPlan(t_Handle h_FmHc, t_FmPcdKgInterModuleClsPlanSet *p_Set);
/freebsd/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c638 t_Error FmHcPcdKgSetClsPlan(t_Handle h_FmHc, t_FmPcdKgInterModuleClsPlanSet *p_Set) in FmHcPcdKgSetClsPlan() argument
653 for (i = p_Set->baseEntry; i < (p_Set->baseEntry+p_Set->numOfClsPlanEntries); i+=8) in FmHcPcdKgSetClsPlan()
660 idx = (uint8_t)(i - p_Set->baseEntry); in FmHcPcdKgSetClsPlan()
661 …memcpy(__DEVOLATILE(uint32_t *, &p_HcFrame->hcSpecificData.clsPlanEntries), &p_Set->vectors[idx], … in FmHcPcdKgSetClsPlan()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c2328 void KgSetClsPlan(t_Handle h_FmPcd, t_FmPcdKgInterModuleClsPlanSet *p_Set) in KgSetClsPlan() argument
2340 for (i=p_Set->baseEntry;i<p_Set->baseEntry+p_Set->numOfClsPlanEntries;i+=8) in KgSetClsPlan()
2346 ASSERT_COND(IN_RANGE(0, (j - p_Set->baseEntry), FM_PCD_MAX_NUM_OF_CLS_PLANS-1)); in KgSetClsPlan()
2347 …WRITE_UINT32(p_FmPcdKgPortRegs->kgcpe[j % CLS_PLAN_NUM_PER_GRP],p_Set->vectors[j - p_Set->baseEntr… in KgSetClsPlan()
H A Dfm_pcd.h407 void KgSetClsPlan(t_Handle h_FmPcd, t_FmPcdKgInterModuleClsPlanSet *p_Set);