Searched refs:p_Set (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/ |
H A D | fm_hc.h | 67 t_Error FmHcPcdKgSetClsPlan(t_Handle h_FmHc, t_FmPcdKgInterModuleClsPlanSet *p_Set);
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/HC/ |
H A D | hc.c | 638 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 D | fm_kg.c | 2328 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 D | fm_pcd.h | 407 void KgSetClsPlan(t_Handle h_FmPcd, t_FmPcdKgInterModuleClsPlanSet *p_Set);
|