Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c444 if (p_Bm->p_FbprBase) in FreeInitResources()
445 XX_FreeSmart(p_Bm->p_FbprBase); in FreeInitResources()
546 …p_Bm->p_FbprBase = XX_MallocSmart(dsSize, (int)p_Bm->p_BmDriverParams->fbprMemPartitionId, dsSize); in BM_Init()
547 if (!p_Bm->p_FbprBase) in BM_Init()
552 phyAddr = XX_VirtToPhys(p_Bm->p_FbprBase); in BM_Init()
H A Dbm.h303 void *p_FbprBase; member