Home
last modified time | relevance | path

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

/drivers/staging/epl/
DSharedBuff.c159 #define SBC_MAX_BLOCK_SIZE ((1<<28)-1) // = (2^28 - 1) = (256MByte - 1) -> should be enough… macro
475 if (ulDataBlockSize_p > SBC_MAX_BLOCK_SIZE) { in ShbCirWriteDataBlock()
637 if (ulDataBufferSize_p > SBC_MAX_BLOCK_SIZE) { in ShbCirAllocDataBlock()