Searched refs:MVPP2_BM_POOL_PTR_ALIGN (Results 1 – 2 of 2) sorted by relevance
133 #define MVPP2_BM_POOL_SIZE_MAX (SIZE_16KB - MVPP2_BM_POOL_PTR_ALIGN/4)134 #define MVPP2_BM_POOL_PTR_ALIGN 128 macro
180 UINT32 PoolSize = (sizeof(VOID *) * MVPP2_BM_SIZE) * 2 + MVPP2_BM_POOL_PTR_ALIGN; in Pp2DxeBmPoolInit()182 ASSERT(MVPP2_BM_POOL_PTR_ALIGN >= sizeof(UINTN)); in Pp2DxeBmPoolInit()184 PoolSize = (sizeof(VOID *) * MVPP2_BM_SIZE) * 2 + MVPP2_BM_POOL_PTR_ALIGN; in Pp2DxeBmPoolInit()197 PoolAddr = UncachedAllocateAlignedZeroPool (PoolSize, MVPP2_BM_POOL_PTR_ALIGN); in Pp2DxeBmPoolInit()