Searched refs:p_StatsTbl (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.h530 t_Handle p_StatsTbl; member in struct:__anon9640
H A Dfm_manip.c2522 if (p_Manip->p_StatsTbl)
2523 FM_MURAM_FreeMem(p_FmPcd->h_FmMuram, p_Manip->p_StatsTbl);
2953 if (!p_Manip->p_StatsTbl)
2964 p_Manip->p_StatsTbl =
2968 if (!p_Manip->p_StatsTbl)
2971 MemSet8(p_Manip->p_StatsTbl, 0, (uint32_t)(p_Manip->owner * 4));
2973 tmpReg32 |= (uint32_t)(XX_VirtToPhys(p_Manip->p_StatsTbl) - p_FmPcd->physicalMuramBase);

Completed in 73 milliseconds