Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dcmd_dek.c75 dst_ptr = map_sysmem(dst_addr, BLOB_SIZE(len/8)); in do_dek_blob()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_sec.h277 #define BLOB_SIZE(x) (x + 32 + 16) /* Blob buffer size */ macro