Searched refs:UFS_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
115 #define UFS_BLOCK_SIZE (1 << UFS_BLOCK_SHIFT) macro116 #define UFS_BLOCK_MASK (UFS_BLOCK_SIZE - 1)
51 #define UFS_BLOCK_SIZE 4096 macro599 AsciiSPrint (Value, 12, "0x%llx", UFS_BLOCK_SIZE); in HiKey960FastbootPlatformGetVar()601 AsciiSPrint (Value, 12, "0x%llx", UFS_BLOCK_SIZE); in HiKey960FastbootPlatformGetVar()
57 .block_size = UFS_BLOCK_SIZE,