Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dufs.h43 #define bytes_align_128(x) ((x + 128 - 1) & ~(128 - 1)) macro
/third_party/uboot/u-boot-2020.01/drivers/ufs/
Dufs_hisi.c1188 cur_pool = bytes_align_128(cur_pool); in ufshcd_memory_align()