Home
last modified time | relevance | path

Searched refs:MVPP2_BM_SIZE (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
DPp2Dxe.c180 UINT32 PoolSize = (sizeof(VOID *) * MVPP2_BM_SIZE) * 2 + MVPP2_BM_POOL_PTR_ALIGN; in Pp2DxeBmPoolInit()
184 PoolSize = (sizeof(VOID *) * MVPP2_BM_SIZE) * 2 + MVPP2_BM_POOL_PTR_ALIGN; in Pp2DxeBmPoolInit()
206 Mvpp2BmPoolHwCreate(Mvpp2Shared, Mvpp2Shared->BmPools, MVPP2_BM_SIZE); in Pp2DxeBmPoolInit()
227 for (Index = 0; Index < MVPP2_BM_SIZE; Index++) { in Pp2DxeBmStart()
DPp2Dxe.h138 #define MVPP2_BM_SIZE 32 macro
DMvpp2Lib.c2749 for (i = 0; i < MVPP2_BM_SIZE; i++) { in Mvpp2BmStop()