Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/drivers/
Dufs.h115 #define UFS_BLOCK_SIZE (1 << UFS_BLOCK_SHIFT) macro
116 #define UFS_BLOCK_MASK (UFS_BLOCK_SIZE - 1)
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960FastbootDxe/
DHiKey960FastbootDxe.c51 #define UFS_BLOCK_SIZE 4096 macro
599 AsciiSPrint (Value, 12, "0x%llx", UFS_BLOCK_SIZE); in HiKey960FastbootPlatformGetVar()
601 AsciiSPrint (Value, 12, "0x%llx", UFS_BLOCK_SIZE); in HiKey960FastbootPlatformGetVar()
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_io_storage.c57 .block_size = UFS_BLOCK_SIZE,