Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Drkcommon.h13 RK_SIZE_ALIGN = 2048, enumerator
H A Drkcommon.c197 return ROUND(size, RK_SIZE_ALIGN); in rkcommon_get_aligned_size()
589 params->file_size = ROUND(params->orig_file_size, RK_SIZE_ALIGN); in rkcommon_vrec_header()