Home
last modified time | relevance | path

Searched refs:numOfLabels (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c374 if (p_FmPcd->p_FmPcdPrs->currLabel + p_SwPrs->numOfLabels > FM_PCD_PRS_NUM_OF_LABELS) in FM_PCD_PrsLoadSw()
386 p_SwPrs->numOfLabels*sizeof(t_FmPcdPrsLabelParams)); in FM_PCD_PrsLoadSw()
387 p_FmPcd->p_FmPcdPrs->currLabel += p_SwPrs->numOfLabels; in FM_PCD_PrsLoadSw()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h459 uint8_t numOfLabels; /**< Number of labels for SW parser. */ member