Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/bcache/src/
H A Dbcache.c190 static UINT32 GetValLog2(UINT32 val) in GetValLog2() function
249 (block->num) << GetValLog2(bc->sectorPerBlock)); in BlockRead()
731 if (!GetValLog2(blockSize)) { in BcacheInitCache()
732 PRINT_ERR("GetValLog2(%u) return 0.\n", blockSize); in BcacheInitCache()
739 bc->blockSizeLog2 = GetValLog2(blockSize); in BcacheInitCache()

Completed in 3 milliseconds