Searched refs:p_FmPcdKg (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c54 WRITE_UINT32(p_FmPcd->p_FmPcdKg->p_FmPcdKgRegs->kgar, kgar);
56 while ((kgar = GET_UINT32(p_FmPcd->p_FmPcdKg->p_FmPcdKgRegs->kgar)) & FM_PCD_KG_KGAR_GO) ;
665 if(!p_FmPcd->p_FmPcdKg->clsPlanGrps[i].used)
672 p_FmPcd->p_FmPcdKg->clsPlanGrps[i].used = TRUE;
676 p_FmPcd->p_FmPcdKg->emptyClsPlanGrpId = (uint8_t)i;
678 if (!TRY_LOCK(NULL, &p_FmPcd->p_FmPcdKg->clsPlanGrps[p_Grp->clsPlanGrpId].lock))
685 p_ClsPlanGrp = &p_FmPcd->p_FmPcdKg->clsPlanGrps[i];
701 RELEASE_LOCK(p_FmPcd->p_FmPcdKg->clsPlanGrps[p_Grp->clsPlanGrpId].lock);
729 RELEASE_LOCK(p_FmPcd->p_FmPcdKg->clsPlanGrps[p_Grp->clsPlanGrpId].lock);
735 RELEASE_LOCK(p_FmPcd->p_FmPcdKg
1620 t_FmPcdKg *p_FmPcdKg; local
[all...]
H A Dfm_pcd.c61 if(p_FmPcd->p_FmPcdKg && !p_FmPcd->p_FmPcdKg->p_FmPcdKgRegs)
70 if((!p_FmPcd->f_FmPcdIndexedException) && (p_FmPcd->p_FmPcdPlcr || p_FmPcd->p_FmPcdKg))
385 if(p_FmPcd->p_FmPcdKg->emptyClsPlanGrpId != ILLEGAL_CLS_PLAN)
388 p_GrpParams->clsPlanGrpId = p_FmPcd->p_FmPcdKg->emptyClsPlanGrpId;
612 p_FmPcd->p_FmPcdKg = (t_FmPcdKg *)KgConfig(p_FmPcd, p_FmPcdParams);
613 if(!p_FmPcd->p_FmPcdKg)
712 if(p_FmPcd->p_FmPcdKg)
768 if(p_FmPcd->p_FmPcdKg)
772 XX_Free(p_FmPcd->p_FmPcdKg);
[all...]
H A Dfm_pcd.h612 t_FmPcdKg *p_FmPcdKg; member in struct:__anon8207

Completed in 100 milliseconds