Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c856 tmpKgpeCpp = (uint32_t)(p_FmPcd->p_FmPcdKg->clsPlanGrps[clsPlanGrpId].baseEntry / 8); in BuildCppReg()
1881 …gAllocClsPlanEntries(h_FmPcd, p_ClsPlanGrp->sizeOfGrp, p_FmPcd->guestId, &p_ClsPlanGrp->baseEntry); in FmPcdKgBuildClsPlanGrp()
1900 replyLength = (sizeof(uint32_t) + sizeof(p_ClsPlanGrp->baseEntry)); in FmPcdKgBuildClsPlanGrp()
1910 if (replyLength != (sizeof(uint32_t) + sizeof(p_ClsPlanGrp->baseEntry))) in FmPcdKgBuildClsPlanGrp()
1915 p_ClsPlanGrp->baseEntry = *(uint8_t*)(reply.replyBody); in FmPcdKgBuildClsPlanGrp()
1919 p_ClsPlanSet->baseEntry = p_ClsPlanGrp->baseEntry; in FmPcdKgBuildClsPlanGrp()
1997 p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].baseEntry); in FmPcdKgDestroyClsPlanGrp()
2004 kgAlloc.clsPlanBase = p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].baseEntry; in FmPcdKgDestroyClsPlanGrp()
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()
[all …]
H A Dfm_pcd.h211 uint8_t baseEntry; member
/freebsd/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c653 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()
688 p_ClsPlanSet->baseEntry = FmPcdKgGetClsPlanGrpBase(p_FmHc->h_FmPcd, grpId); in FmHcPcdKgDeleteClsPlan()
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h222 uint8_t baseEntry; member